/foundation/graphic/graphic_surface/surface/src/ |
H A D | buffer_queue_consumer.cpp | 223 GSError BufferQueueConsumer::SetPresentTimestamp(uint32_t sequence, const GraphicPresentTimestamp ×tamp) in SetPresentTimestamp() function in OHOS::BufferQueueConsumer 228 return bufferQueue_->SetPresentTimestamp(sequence, timestamp); in SetPresentTimestamp()
|
H A D | consumer_surface.cpp | 519 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 D | buffer_queue.cpp | 1839 GSError BufferQueue::SetPresentTimestamp(uint32_t sequence, const GraphicPresentTimestamp ×tamp) in SetPresentTimestamp() function in OHOS::BufferQueue
|
/foundation/graphic/graphic_surface/surface/include/ |
H A D | buffer_queue_consumer.h | 61 GSError SetPresentTimestamp(uint32_t sequence, const GraphicPresentTimestamp ×tamp);
|
H A D | buffer_queue.h | 162 GSError SetPresentTimestamp(uint32_t sequence, const GraphicPresentTimestamp ×tamp);
|
H A D | producer_surface.h | 166 SURFACE_HIDDEN GSError SetPresentTimestamp(uint32_t sequence, const GraphicPresentTimestamp ×tamp) override
|
H A D | consumer_surface.h | 173 GSError SetPresentTimestamp(uint32_t sequence, const GraphicPresentTimestamp ×tamp) override;
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/ |
H A D | hdilayerinfo_test.cpp | 514 * 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 D | bufferqueue_fuzzer.cpp | 95 bufferqueue->SetPresentTimestamp(sequence, timestamp); in BufferQueueFuzzTest2()
|
/foundation/graphic/graphic_surface/surface/test/unittest/ |
H A D | buffer_queue_consumer_test.cpp | 250 ASSERT_EQ(consumer->SetPresentTimestamp(0, timestamp1), OHOS::GSERROR_INVALID_ARGUMENTS); in HWTEST_F()
|
H A D | consumer_surface_test.cpp | 1515 * 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 D | producer_surface_test.cpp | 1311 * 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 D | surface.h | 110 virtual GSError SetPresentTimestamp(uint32_t sequence, const GraphicPresentTimestamp ×tamp) = 0;
|
H A D | iconsumer_surface.h | 112 virtual GSError SetPresentTimestamp(uint32_t sequence, const GraphicPresentTimestamp ×tamp) = 0;
|
/foundation/graphic/graphic_surface/surface/test/systemtest/ |
H A D | surface_ipc_with_pts_test.cpp | 117 auto sRet = cSurface->SetPresentTimestamp(buffer->GetSeqNum(), timestamp); in GetData()
|
H A D | surface_ipc_test.cpp | 107 auto sRet = cSurface->SetPresentTimestamp(buffer->GetSeqNum(), timestamp); in GetData()
|
/foundation/graphic/graphic_surface/surface/test/fuzztest/surface_fuzzer/ |
H A D | surface_fuzzer.cpp | 153 cSurface->SetPresentTimestamp(sequence, ptimestamp); in SurfaceFuzzTest3()
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/ |
H A D | hdi_layer_info.h | 381 void SetPresentTimestamp(const GraphicPresentTimestamp ×tamp) in SetPresentTimestamp() function in OHOS::Rosen::HdiLayerInfo
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/ |
H A D | hdi_output.cpp | 669 if (cSurface->SetPresentTimestamp(buffer->GetSeqNum(), layer->GetPresentTimestamp()) != GSERROR_OK) { in ReleaseLayers() 670 HLOGD("LayerPresentTimestamp: SetPresentTimestamp failed"); in ReleaseLayers()
|
H A D | hdi_layer.cpp | 496 layerInfo_->SetPresentTimestamp(graphicTimestamp); in SetLayerPresentTimestamp()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_composer_adapter.cpp | 842 if (surface->SetPresentTimestamp(buffer->GetSeqNum(), layer->GetPresentTimestamp()) != GSERROR_OK) { in LayerPresentTimestamp() 843 RS_LOGD("RsDebug RSComposerAdapter::LayerPresentTimestamp: SetPresentTimestamp failed"); in LayerPresentTimestamp()
|