Searched refs:newBound (Results 1 – 1 of 1) sorted by relevance
565 nanoseconds newBound = mRefreshPeriod * mAutoSwapInterval.load(); in swapSlower() local566 newBound -= (FRAME_HYSTERESIS * 2); in swapSlower()567 if (mPipelineModeAutoMode && averageFrameTime.getTime(false) < newBound) { in swapSlower()586 nanoseconds newBound = mRefreshPeriod * mAutoSwapInterval.load(); in swapFaster() local587 newBound -= FRAME_HYSTERESIS; in swapFaster()588 if (!mPipelineModeAutoMode || averageFrameTime.getTime(false) > newBound) { in swapFaster()