HomeSort by relevance Sort by last modified time
    Searched full:correctionlimit (Results 1 - 1 of 1) sorted by null

  /frameworks/av/media/libstagefright/
VideoFrameScheduler.cpp 442 nsecs_t correctionLimit = mVsyncPeriod * 3 / 5;
445 correctionLimit /= 2;
457 if (mTimeCorrection > correctionLimit &&
464 } else if (mTimeCorrection < -correctionLimit &&

Completed in 6928 milliseconds