Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DRefreshRateOverlay.cpp216 const auto rangeLength = std::max(1u, mHighFps - mLowFps); in getOrCreateBuffers()
219 fps = std::max(fps, mLowFps); in getOrCreateBuffers()
221 const auto fpsScale = static_cast<float>(fps - mLowFps) / rangeLength; in getOrCreateBuffers()
285 mLowFps = range.min.getIntValue(); in reset()
DRefreshRateOverlay.h94 uint32_t mLowFps; variable