Home
last modified time | relevance | path

Searched refs:GetClockTime (Results 1 - 15 of 15) sorted by relevance

/foundation/multimedia/media_foundation/engine/include/pipeline/core/
H A Di_media_sync_center.h69 virtual int64_t GetClockTime(int64_t mediaTime) = 0;
H A Dmedia_sync_manager.h75 int64_t GetClockTime(int64_t mediaTime) override;
/foundation/multimedia/av_codec/test/unittest/media_sink_test/mock/include/
H A Dmedia_sync_center_mock.h34 int64_t GetClockTime(int64_t mediaTime) override;
/foundation/multimedia/av_codec/services/media_engine/modules/sink/
H A Di_media_sync_center.h80 virtual int64_t GetClockTime(int64_t mediaTime) = 0;
H A Dvideo_sink.cpp168 auto ct4Buffer = syncCenter->GetClockTime(pts); in CheckBufferLatenessMayWait()
H A Dmedia_sync_manager.cpp490 int64_t MediaSyncManager::GetClockTime(int64_t mediaTime) in GetClockTime() function in OHOS::Media::Pipeline::MediaSyncManager
/foundation/multimedia/av_codec/test/unittest/media_sink_test/mock/src/
H A Dmedia_sync_center_mock.cpp62 int64_t MockMediaSyncCenter::GetClockTime(int64_t mediaTime) in GetClockTime() function in OHOS::Media::Test::MockMediaSyncCenter
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameradata/feedingsmoother/base/
H A Difeeding_smoother.h59 int64_t GetClockTime();
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Dmedia_sync_manager.h86 int64_t GetClockTime(int64_t mediaTime) override;
/foundation/multimedia/av_codec/test/unittest/media_sink_test/
H A Dsync_manager_test.cpp140 // GetClockTime in HWTEST_F()
141 auto clockTime = syncManager_->GetClockTime(0); in HWTEST_F()
766 int64_t result = mediaSyncManager.GetClockTime(mediaTime); in HWTEST_F()
777 int64_t result = mediaSyncManager.GetClockTime(mediaTime); in HWTEST_F()
788 int64_t result = mediaSyncManager.GetClockTime(mediaTime); in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/output_control/src/
H A Doutput_controller.cpp261 InitBaseline(timeStamp, GetClockTime()); in ControlOutput()
509 int64_t offset = vcts - timeStampBaseline_ - (GetClockTime() - clockBaseline_); in HandleSmoothTime()
532 int64_t acts = GetClockTime(); in HandleSyncTime()
761 int64_t OutputController::GetClockTime() in GetClockTime() function in OHOS::DistributedHardware::OutputController
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/output_control/include/
H A Doutput_controller.h112 int64_t GetClockTime();
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/feedingsmoother/base/
H A Difeeding_smoother.cpp308 int64_t IFeedingSmoother::GetClockTime() in GetClockTime() function in OHOS::DistributedHardware::IFeedingSmoother
/foundation/multimedia/media_foundation/engine/pipeline/core/
H A Dmedia_sync_manager.cpp350 int64_t MediaSyncManager::GetClockTime(int64_t mediaTime) in GetClockTime() function in OHOS::Media::Pipeline::MediaSyncManager
/foundation/multimedia/media_foundation/engine/pipeline/filters/sink/video_sink/
H A Dvideo_sink_filter.cpp472 auto ct4Buffer = syncCenter->GetClockTime(buffer->pts); in CheckBufferLatenessMayWait()

Completed in 9 milliseconds