HomeSort by relevance Sort by last modified time
    Searched refs:videoLateByUs (Results 1 - 2 of 2) sorted by null

  /frameworks/media/libvideoeditor/lvpp/
PreviewPlayerBase.cpp 546 int64_t videoLateByUs = audioTimeUs - mVideoTimeUs;
548 if (!(mFlags & VIDEO_AT_EOS) && videoLateByUs > 300000ll) {
549 LOGV("video late by %lld ms.", videoLateByUs / 1000ll);
554 videoLateByUs / 1000ll);
    [all...]
  /frameworks/base/media/libstagefright/
AwesomePlayer.cpp 637 int64_t videoLateByUs = audioTimeUs - mVideoTimeUs;
639 if (!(mFlags & VIDEO_AT_EOS) && videoLateByUs > 300000ll) {
640 LOGV("video late by %lld ms.", videoLateByUs / 1000ll);
645 videoLateByUs / 1000ll);
    [all...]

Completed in 247 milliseconds