Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DRefreshRateOverlay.cpp225 const int refreshIntFps = std::clamp(refreshRate.getIntValue(), 0, maxFps); in getOrCreateBuffers() local
227 const float fpsScale = static_cast<float>(refreshIntFps) / maxFps; in getOrCreateBuffers()
243 auto buffers = draw(refreshIntFps, renderIntFps, idle, color, transformHint, mFeatures); in getOrCreateBuffers()
245 .try_emplace({refreshIntFps, renderIntFps, transformHint, idle}, in getOrCreateBuffers()