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

/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp703 int64_t videoLateByUs = audioTimeUs - mVideoTimeUs; local
705 if (!(mFlags & VIDEO_AT_EOS) && videoLateByUs > 300000ll) {
706 ALOGV("video late by %lld ms.", videoLateByUs / 1000ll);
711 videoLateByUs / 1000ll);

Completed in 216 milliseconds