Home
last modified time | relevance | path

Searched refs:fixDelay (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/av_codec/services/media_engine/modules/sink/
H A Dvideo_sink.cpp35 static uint64_t fixDelay = OHOS::system::GetUintParameter("debug.media_service.video_sync_fix_delay", defaultValue); in GetvideoLatencyFixDelay() local
36 MEDIA_LOG_I_SHORT("video_sync_fix_delay, pid:%{public}d, fixdelay: " PUBLIC_LOG_U64, getprocpid(), fixDelay); in GetvideoLatencyFixDelay()
37 return (int64_t)fixDelay; in GetvideoLatencyFixDelay()
170 PUBLIC_LOG_D64 " us, fixDelay: " PUBLIC_LOG_D64 " us", pts, ct4Buffer, buffer->pts_, fixDelay_); in CheckBufferLatenessMayWait()
H A Daudio_sink.cpp40 static uint64_t fixDelay = OHOS::system::GetUintParameter("debug.media_service.audio_sync_fix_delay", defaultValue); in GetAudioLatencyFixDelay() local
41 MEDIA_LOG_I("audio_sync_fix_delay, pid:%{public}d, fixdelay: " PUBLIC_LOG_U64, getprocpid(), fixDelay); in GetAudioLatencyFixDelay()
42 return static_cast<int64_t>(fixDelay); in GetAudioLatencyFixDelay()

Completed in 2 milliseconds