Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.cpp362 const uint32_t refreshRateRound = std::round(refreshRate); in updateFpsBasedOnContent() local
366 if (mContentRefreshRate == refreshRateRound && mIsHDRContent == isHDR) { in updateFpsBasedOnContent()
369 mContentRefreshRate = refreshRateRound; in updateFpsBasedOnContent()
375 mCurrentContentFeatureState = refreshRateRound > 0 in updateFpsBasedOnContent()