Home
last modified time | relevance | path

Searched refs:SimpleGetClockTime (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/media_foundation/engine/include/pipeline/core/
H A Dmedia_sync_manager.h96 static int64_t SimpleGetClockTime(int64_t anchorClockTime, int64_t nowMediaTime, int64_t anchorMediaTime,
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Dmedia_sync_manager.h121 static int64_t SimpleGetClockTime(int64_t anchorClockTime, int64_t nowMediaTime, int64_t anchorMediaTime,
/foundation/multimedia/av_codec/services/media_engine/modules/sink/
H A Dmedia_sync_manager.cpp478 int64_t MediaSyncManager::SimpleGetClockTime(int64_t anchorClockTime, int64_t nowMediaTime, in SimpleGetClockTime() function in OHOS::Media::Pipeline::MediaSyncManager
501 return SimpleGetClockTime(currentAnchorClockTime_, mediaTime, currentAnchorMediaTime_, playRate_); in GetClockTime()
/foundation/multimedia/media_foundation/engine/pipeline/core/
H A Dmedia_sync_manager.cpp339 int64_t MediaSyncManager::SimpleGetClockTime(int64_t anchorClockTime, int64_t nowMediaTime, int64_t anchorMediaTime, in SimpleGetClockTime() function in OHOS::Media::Pipeline::MediaSyncManager
361 return SimpleGetClockTime(currentAnchorClockTime_, mediaTime, currentAnchorMediaTime_, playRate_); in GetClockTime()
/foundation/multimedia/av_codec/test/unittest/media_sink_test/
H A Dsync_manager_test.cpp732 int64_t result = mediaSyncManager.SimpleGetClockTime(anchorClockTime, nowMediaTime, anchorMediaTime, playRate); in HWTEST_F()
744 int64_t result = mediaSyncManager.SimpleGetClockTime(anchorClockTime, nowMediaTime, anchorMediaTime, playRate); in HWTEST_F()
756 int64_t result = mediaSyncManager.SimpleGetClockTime(anchorClockTime, nowMediaTime, anchorMediaTime, playRate); in HWTEST_F()

Completed in 5 milliseconds