Searched refs:frameScanoutPeriod (Results 1 – 2 of 2) sorted by relevance
1231 void updateBtsFrameScanoutPeriod(int32_t frameScanoutPeriod, bool configApplied = false);
4566 void ExynosDisplay::updateBtsFrameScanoutPeriod(int32_t frameScanoutPeriod, bool configApplied) { in updateBtsFrameScanoutPeriod() argument4567 if (mBtsFrameScanoutPeriod == frameScanoutPeriod) { in updateBtsFrameScanoutPeriod()4571 if (configApplied || frameScanoutPeriod < mBtsFrameScanoutPeriod) { in updateBtsFrameScanoutPeriod()4572 checkBtsReassignResource(frameScanoutPeriod, mBtsFrameScanoutPeriod); in updateBtsFrameScanoutPeriod()4573 mBtsFrameScanoutPeriod = frameScanoutPeriod; in updateBtsFrameScanoutPeriod()