Home
last modified time | relevance | path

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

/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_queue_consumer.cpp223 GSError BufferQueueConsumer::SetPresentTimestamp(uint32_t sequence, const GraphicPresentTimestamp &timestamp) in SetPresentTimestamp() function in OHOS::BufferQueueConsumer
228 return bufferQueue_->SetPresentTimestamp(sequence, timestamp); in SetPresentTimestamp()
H A Dconsumer_surface.cpp519 GSError ConsumerSurface::SetPresentTimestamp(uint32_t sequence, const GraphicPresentTimestamp& timestamp) in SetPresentTimestamp() function in OHOS::ConsumerSurface
524 return consumer_->SetPresentTimestamp(sequence, timestamp); in SetPresentTimestamp()
H A Dbuffer_queue.cpp1839 GSError BufferQueue::SetPresentTimestamp(uint32_t sequence, const GraphicPresentTimestamp &timestamp) in SetPresentTimestamp() function in OHOS::BufferQueue
/foundation/graphic/graphic_surface/surface/include/
H A Dbuffer_queue_consumer.h61 GSError SetPresentTimestamp(uint32_t sequence, const GraphicPresentTimestamp &timestamp);
H A Dbuffer_queue.h162 GSError SetPresentTimestamp(uint32_t sequence, const GraphicPresentTimestamp &timestamp);
H A Dproducer_surface.h166 SURFACE_HIDDEN GSError SetPresentTimestamp(uint32_t sequence, const GraphicPresentTimestamp &timestamp) override
H A Dconsumer_surface.h173 GSError SetPresentTimestamp(uint32_t sequence, const GraphicPresentTimestamp &timestamp) override;
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdilayerinfo_test.cpp514 * Function: SetPresentTimestamp and GetPresentTimestamp
529 * Function: SetPresentTimestamp and GetPresentTimestamp
533 * CaseDescription: 1. call SetPresentTimestamp
540 HdiLayerInfoTest::hdiLayerInfo_->SetPresentTimestamp(timestampSet); in HWTEST_F()
547 * Function: SetPresentTimestamp and GetPresentTimestamp
551 * CaseDescription: 1. call SetPresentTimestamp
558 HdiLayerInfoTest::hdiLayerInfo_->SetPresentTimestamp(timestampSet); in HWTEST_F()
/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueue_fuzzer/
H A Dbufferqueue_fuzzer.cpp95 bufferqueue->SetPresentTimestamp(sequence, timestamp); in BufferQueueFuzzTest2()
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dbuffer_queue_consumer_test.cpp250 ASSERT_EQ(consumer->SetPresentTimestamp(0, timestamp1), OHOS::GSERROR_INVALID_ARGUMENTS); in HWTEST_F()
H A Dconsumer_surface_test.cpp1515 * Function: SetPresentTimestamp and GetPresentTimestamp
1519 * CaseDescription: 1. call SetPresentTimestamp with abnormal parameters and check ret
1525 GSError ret = cs->SetPresentTimestamp(-1, timestamp); in HWTEST_F()
1530 * Function: SetPresentTimestamp and GetPresentTimestamp
1534 * CaseDescription: 1. call SetPresentTimestamp with abnormal parameters and check ret
1540 GSError ret = cs->SetPresentTimestamp(-1, timestamp); in HWTEST_F()
1545 * Function: SetPresentTimestamp and GetPresentTimestamp
1549 * CaseDescription: 1. call SetPresentTimestamp with normal parameters and check ret
1555 GSError ret = cs->SetPresentTimestamp(firstSeqnum, timestamp); in HWTEST_F()
1560 * Function: SetPresentTimestamp an
[all...]
H A Dproducer_surface_test.cpp1311 * Function: SetPresentTimestamp and GetPresentTimestamp
1316 * 2. call SetPresentTimestamp and check ret
1326 ret = surface_->SetPresentTimestamp(firstSeqnum, timestamp); in HWTEST_F()
1331 * Function: SetPresentTimestamp and GetPresentTimestamp
1348 * Function: SetPresentTimestamp and GetPresentTimestamp
1352 * CaseDescription: 1. call SetPresentTimestamp with normal parameters and check ret
1364 * Function: SetPresentTimestamp and GetPresentTimestamp
1368 * CaseDescription: 1. call SetPresentTimestamp and check ret
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dsurface.h110 virtual GSError SetPresentTimestamp(uint32_t sequence, const GraphicPresentTimestamp &timestamp) = 0;
H A Diconsumer_surface.h112 virtual GSError SetPresentTimestamp(uint32_t sequence, const GraphicPresentTimestamp &timestamp) = 0;
/foundation/graphic/graphic_surface/surface/test/systemtest/
H A Dsurface_ipc_with_pts_test.cpp117 auto sRet = cSurface->SetPresentTimestamp(buffer->GetSeqNum(), timestamp); in GetData()
H A Dsurface_ipc_test.cpp107 auto sRet = cSurface->SetPresentTimestamp(buffer->GetSeqNum(), timestamp); in GetData()
/foundation/graphic/graphic_surface/surface/test/fuzztest/surface_fuzzer/
H A Dsurface_fuzzer.cpp153 cSurface->SetPresentTimestamp(sequence, ptimestamp); in SurfaceFuzzTest3()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_layer_info.h381 void SetPresentTimestamp(const GraphicPresentTimestamp &timestamp) in SetPresentTimestamp() function in OHOS::Rosen::HdiLayerInfo
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_output.cpp669 if (cSurface->SetPresentTimestamp(buffer->GetSeqNum(), layer->GetPresentTimestamp()) != GSERROR_OK) { in ReleaseLayers()
670 HLOGD("LayerPresentTimestamp: SetPresentTimestamp failed"); in ReleaseLayers()
H A Dhdi_layer.cpp496 layerInfo_->SetPresentTimestamp(graphicTimestamp); in SetLayerPresentTimestamp()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_composer_adapter.cpp842 if (surface->SetPresentTimestamp(buffer->GetSeqNum(), layer->GetPresentTimestamp()) != GSERROR_OK) { in LayerPresentTimestamp()
843 RS_LOGD("RsDebug RSComposerAdapter::LayerPresentTimestamp: SetPresentTimestamp failed"); in LayerPresentTimestamp()

Completed in 23 milliseconds