Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.h1231 void updateBtsFrameScanoutPeriod(int32_t frameScanoutPeriod, bool configApplied = false);
DExynosDisplay.cpp4566 void ExynosDisplay::updateBtsFrameScanoutPeriod(int32_t frameScanoutPeriod, bool configApplied) { in updateBtsFrameScanoutPeriod() argument
4567 if (mBtsFrameScanoutPeriod == frameScanoutPeriod) { in updateBtsFrameScanoutPeriod()
4571 if (configApplied || frameScanoutPeriod < mBtsFrameScanoutPeriod) { in updateBtsFrameScanoutPeriod()
4572 checkBtsReassignResource(frameScanoutPeriod, mBtsFrameScanoutPeriod); in updateBtsFrameScanoutPeriod()
4573 mBtsFrameScanoutPeriod = frameScanoutPeriod; in updateBtsFrameScanoutPeriod()