Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DRefreshRateConfigs.cpp170 auto actualLayerPeriod = displayPeriod; in calculateNonExactMatchingLayerScoreLocked() local
172 while (layerPeriod > actualLayerPeriod + MARGIN_FOR_PERIOD_CALCULATION) { in calculateNonExactMatchingLayerScoreLocked()
174 actualLayerPeriod = displayPeriod * multiplier; in calculateNonExactMatchingLayerScoreLocked()
180 static_cast<float>(layerPeriod) / static_cast<float>(actualLayerPeriod)); in calculateNonExactMatchingLayerScoreLocked()