Home
last modified time | relevance | path

Searched refs:correctionLimit (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
DVideoFrameSchedulerBase.cpp413 nsecs_t correctionLimit = mVsyncPeriod * 3 / 5; in schedule() local
416 correctionLimit /= 2; in schedule()
428 if (mTimeCorrection > correctionLimit && in schedule()
436 } else if (mTimeCorrection < -correctionLimit && in schedule()
444 } else if (mTimeCorrection < -correctionLimit * 2 in schedule()
445 || mTimeCorrection > correctionLimit * 2) { in schedule()
448 (long long)mTimeCorrection, (long long)correctionLimit, in schedule()