Searched refs:mLowFps (Results 1 – 2 of 2) sorted by relevance
183 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()
94 const uint32_t mLowFps; variable