Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DRefreshRateConfigs.cpp285 float maxExplicitWeight = 0; in getBestRefreshRateLocked() local
300 maxExplicitWeight = std::max(maxExplicitWeight, layer.weight); in getBestRefreshRateLocked()
304 maxExplicitWeight = std::max(maxExplicitWeight, layer.weight); in getBestRefreshRateLocked()
308 maxExplicitWeight = std::max(maxExplicitWeight, layer.weight); in getBestRefreshRateLocked()