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