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

  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerRenderer.h 114 int64_t mVideoLateByUs;
NuPlayerRenderer.cpp 56 mVideoLateByUs(0ll) {
393 mVideoLateByUs = 0ll;
409 mVideoLateByUs = ALooper::GetNowUs() - realTimeUs;
410 bool tooLate = (mVideoLateByUs > 40000);
414 mVideoLateByUs, mVideoLateByUs / 1E6);
676 notify->setInt64("videoLateByUs", mVideoLateByUs);
NuPlayer.h 152 int64_t mVideoLateByUs;
NuPlayer.cpp 159 mVideoLateByUs(0ll),
451 mVideoLateByUs = 0;
575 mVideoLateByUs = 0;
756 CHECK(msg->findInt64("videoLateByUs", &mVideoLateByUs));
1018 && mVideoLateByUs > 100000ll
    [all...]

Completed in 2213 milliseconds