Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/
H A DRefreshRateOverlay.cpp183 mLowFps(lowFps), in RefreshRateOverlay()
219 const auto rangeLength = std::max(1u, mHighFps - mLowFps); in getOrCreateBuffers()
222 fps = std::max(fps, mLowFps); in getOrCreateBuffers()
224 const auto fpsScale = static_cast<float>(fps - mLowFps) / rangeLength; in getOrCreateBuffers()
H A DRefreshRateOverlay.h94 const uint32_t mLowFps; variable