Home
last modified time | relevance | path

Searched refs:GetRealTimeOffsetOfDvsync (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/
H A Dvsync_distributor.h142 uint64_t GetRealTimeOffsetOfDvsync(int64_t time);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/unittest/
H A Dvsync_distributor_test.cpp291 uint64_t offset = VSyncDistributorTest::vsyncDistributor->GetRealTimeOffsetOfDvsync(time);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_distributor.cpp1270 uint64_t VSyncDistributor::GetRealTimeOffsetOfDvsync(int64_t time) in GetRealTimeOffsetOfDvsync() function in OHOS::Rosen::VSyncDistributor
1274 return dvsync_->GetRealTimeOffsetOfDvsync(time); in GetRealTimeOffsetOfDvsync()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_hardware_thread.cpp303 … uint64_t dvsyncOffset = RSMainThread::Instance()->GetRealTimeOffsetOfDvsync(param.frameTimestamp); in CalculateDelayTime()
H A Drs_main_thread.h374 uint64_t GetRealTimeOffsetOfDvsync(int64_t time);
H A Drs_main_thread.cpp4268 uint64_t RSMainThread::GetRealTimeOffsetOfDvsync(int64_t time) in GetRealTimeOffsetOfDvsync() function in OHOS::Rosen::RSMainThread
4270 return rsVSyncDistributor_->GetRealTimeOffsetOfDvsync(time); in GetRealTimeOffsetOfDvsync()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_main_thread_test.cpp1591 HWTEST_F(RSMainThreadTest, GetRealTimeOffsetOfDvsync, TestSize.Level1)
1596 uint64_t offset = mainThread->GetRealTimeOffsetOfDvsync(time);