Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.cpp4591 int32_t operationRatePeriod = nsecsPerSec / opRate; in tryUpdateBtsFromOperationRate() local
4592 if (operationRatePeriod < mBtsFrameScanoutPeriod) { in tryUpdateBtsFromOperationRate()
4595 } else if (operationRatePeriod != mBtsFrameScanoutPeriod) { in tryUpdateBtsFromOperationRate()
4596 mBtsPendingOperationRatePeriod = operationRatePeriod; in tryUpdateBtsFromOperationRate()