Home
last modified time | relevance | path

Searched refs:nowMediaTime (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/unittest/media_sink_test/
H A Dsync_manager_test.cpp380 int64_t nowMediaTime = 200; variable
383 …int64_t result = mediaSyncManager.SimpleGetClockTime(anchorClockTime, nowMediaTime, anchorMediaTim…
392 int64_t nowMediaTime = 200; variable
395 …int64_t result = mediaSyncManager.SimpleGetClockTime(anchorClockTime, nowMediaTime, anchorMediaTim…
404 int64_t nowMediaTime = 200; variable
407 …int64_t result = mediaSyncManager.SimpleGetClockTime(anchorClockTime, nowMediaTime, anchorMediaTim…
/ohos5.0/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… in SimpleGetClockTime() argument
345 …if (anchorClockTime == HST_TIME_NONE || nowMediaTime == HST_TIME_NONE || anchorMediaTime == HST_TI… in SimpleGetClockTime()
348 return anchorClockTime + (nowMediaTime - anchorMediaTime) / static_cast<double>(playRate); in SimpleGetClockTime()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/sink/
H A Dmedia_sync_manager.cpp462 int64_t MediaSyncManager::SimpleGetClockTime(int64_t anchorClockTime, int64_t nowMediaTime, in SimpleGetClockTime() argument
468 …if (anchorClockTime == HST_TIME_NONE || nowMediaTime == HST_TIME_NONE || anchorMediaTime == HST_TI… in SimpleGetClockTime()
471 return anchorClockTime + (nowMediaTime - anchorMediaTime) / static_cast<double>(playRate); in SimpleGetClockTime()
/ohos5.0/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 anchorMed…
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Dmedia_sync_manager.h119 …static int64_t SimpleGetClockTime(int64_t anchorClockTime, int64_t nowMediaTime, int64_t anchorMed…