Searched refs:correctionLimit (Results 1 – 1 of 1) sorted by relevance
413 nsecs_t correctionLimit = mVsyncPeriod * 3 / 5; in schedule() local416 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()