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

  /frameworks/base/media/libmediaplayerservice/nuplayer/
NuPlayerRenderer.h 104 int64_t mVideoLateByUs;
NuPlayerRenderer.cpp 51 mVideoLateByUs(0ll) {
364 mVideoLateByUs = 0ll;
374 mVideoLateByUs = ALooper::GetNowUs() - realTimeUs;
376 bool tooLate = (mVideoLateByUs > 40000);
614 notify->setInt64("videoLateByUs", mVideoLateByUs);
NuPlayer.h 127 int64_t mVideoLateByUs;
NuPlayer.cpp 64 mVideoLateByUs(0ll),
205 mVideoLateByUs = 0;
306 mVideoLateByUs = 0;
435 CHECK(msg->findInt64("videoLateByUs", &mVideoLateByUs));
753 && mVideoLateByUs > 100000ll

Completed in 890 milliseconds