Home
last modified time | relevance | path

Searched refs:SetPresentTimestamp (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_queue_consumer.cpp223 GSError BufferQueueConsumer::SetPresentTimestamp(uint32_t sequence, const GraphicPresentTimestamp &… in SetPresentTimestamp() function in OHOS::BufferQueueConsumer
228 return bufferQueue_->SetPresentTimestamp(sequence, timestamp); in SetPresentTimestamp()
H A Dconsumer_surface.cpp614 GSError ConsumerSurface::SetPresentTimestamp(uint32_t sequence, const GraphicPresentTimestamp& time… in SetPresentTimestamp() function in OHOS::ConsumerSurface
619 return consumer_->SetPresentTimestamp(sequence, timestamp); in SetPresentTimestamp()
H A Dproducer_surface.cpp960 GSError ProducerSurface::SetPresentTimestamp(uint32_t sequence, const GraphicPresentTimestamp &time… in SetPresentTimestamp() function in OHOS::ProducerSurface
H A Dbuffer_queue.cpp1855 GSError BufferQueue::SetPresentTimestamp(uint32_t sequence, const GraphicPresentTimestamp &timestam… in SetPresentTimestamp() function in OHOS::BufferQueue
/ohos5.0/foundation/graphic/graphic_surface/surface/include/
H A Dbuffer_queue_consumer.h60 GSError SetPresentTimestamp(uint32_t sequence, const GraphicPresentTimestamp &timestamp);
H A Dconsumer_surface.h125 … GSError SetPresentTimestamp(uint32_t sequence, const GraphicPresentTimestamp &timestamp) override;
H A Dproducer_surface.h127 … GSError SetPresentTimestamp(uint32_t sequence, const GraphicPresentTimestamp &timestamp) override;
H A Dbuffer_queue.h162 GSError SetPresentTimestamp(uint32_t sequence, const GraphicPresentTimestamp &timestamp);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdilayerinfo_test.cpp590 HdiLayerInfoTest::hdiLayerInfo_->SetPresentTimestamp(timestampSet);
608 HdiLayerInfoTest::hdiLayerInfo_->SetPresentTimestamp(timestampSet);
/ohos5.0/foundation/graphic/graphic_surface/surface/test/systemtest/
H A Dsurface_ipc_test.cpp107 auto sRet = cSurface->SetPresentTimestamp(buffer->GetSeqNum(), timestamp); in GetData()
/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueue_fuzzer/
H A Dbufferqueue_fuzzer.cpp95 bufferqueue->SetPresentTimestamp(sequence, timestamp); in BufferQueueFuzzTest2()
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Diconsumer_surface.h112 …virtual GSError SetPresentTimestamp(uint32_t sequence, const GraphicPresentTimestamp &timestamp) =…
H A Dsurface.h110 …virtual GSError SetPresentTimestamp(uint32_t sequence, const GraphicPresentTimestamp &timestamp) =…
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dconsumer_surface_test.cpp1606 GSError ret = cs->SetPresentTimestamp(-1, timestamp);
1621 GSError ret = cs->SetPresentTimestamp(-1, timestamp);
1636 GSError ret = cs->SetPresentTimestamp(firstSeqnum, timestamp);
1651 GSError ret = cs->SetPresentTimestamp(firstSeqnum, timestamp);
1665 GSError ret = surface_->SetPresentTimestamp(firstSeqnum, timestamp);
H A Dbuffer_queue_consumer_test.cpp249 ASSERT_EQ(consumer->SetPresentTimestamp(0, timestamp1), OHOS::GSERROR_INVALID_ARGUMENTS);
H A Dproducer_surface_test.cpp1383 ret = surface_->SetPresentTimestamp(firstSeqnum, timestamp);
/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/surface_fuzzer/
H A Dsurface_fuzzer.cpp153 cSurface->SetPresentTimestamp(sequence, ptimestamp); in SurfaceFuzzTest3()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_layer_info.h392 void SetPresentTimestamp(const GraphicPresentTimestamp &timestamp) in SetPresentTimestamp() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_output.cpp603 …if (cSurface->SetPresentTimestamp(buffer->GetSeqNum(), layer->GetPresentTimestamp()) != GSERROR_OK… in ReleaseLayers()
H A Dhdi_layer.cpp502 layerInfo_->SetPresentTimestamp(graphicTimestamp); in SetLayerPresentTimestamp()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_composer_adapter.cpp773 …if (surface->SetPresentTimestamp(buffer->GetSeqNum(), layer->GetPresentTimestamp()) != GSERROR_OK)… in LayerPresentTimestamp()