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 562 int64_t videoLateByUs = audioTimeUs - mVideoTimeUs;
564 if (!(mFlags & VIDEO_AT_EOS) && videoLateByUs > 300000ll) {
565 LOGV("video late by %lld ms.", videoLateByUs / 1000ll);
570 videoLateByUs / 1000ll);
    [all...]
  /frameworks/base/media/libstagefright/
AwesomePlayer.cpp 648 int64_t videoLateByUs = audioTimeUs - mVideoTimeUs;
650 if (!(mFlags & VIDEO_AT_EOS) && videoLateByUs > 300000ll) {
651 LOGV("video late by %lld ms.", videoLateByUs / 1000ll);
656 videoLateByUs / 1000ll);
    [all...]

Completed in 160 milliseconds