Searched refs:mBtsFrameScanoutPeriod (Results 1 – 2 of 2) sorted by relevance
1003 mBtsFrameScanoutPeriod(kDefaultVsyncPeriodNanoSecond), in ExynosDisplay()4567 if (mBtsFrameScanoutPeriod == frameScanoutPeriod) { in updateBtsFrameScanoutPeriod()4571 if (configApplied || frameScanoutPeriod < mBtsFrameScanoutPeriod) { in updateBtsFrameScanoutPeriod()4572 checkBtsReassignResource(frameScanoutPeriod, mBtsFrameScanoutPeriod); in updateBtsFrameScanoutPeriod()4573 mBtsFrameScanoutPeriod = frameScanoutPeriod; in updateBtsFrameScanoutPeriod()4574 ATRACE_INT("btsFrameScanoutPeriod", mBtsFrameScanoutPeriod); in updateBtsFrameScanoutPeriod()4592 if (operationRatePeriod < mBtsFrameScanoutPeriod) { in tryUpdateBtsFromOperationRate()4595 } else if (operationRatePeriod != mBtsFrameScanoutPeriod) { in tryUpdateBtsFromOperationRate()4634 return static_cast<uint32_t>(round(nsecsPerSec / mBtsFrameScanoutPeriod * 0.1f) * 10); in getBtsRefreshRate()
457 int32_t mBtsFrameScanoutPeriod; variable