Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DRefreshRateConfigs.h308 int frameRateMultipleThreshold = 0; member
319 .frameRateMultipleThreshold = 0,
H A DRefreshRateConfigs.cpp116 if (mConfig.frameRateMultipleThreshold != 0 && in isVoteAllowed()
118 Fps(mConfig.frameRateMultipleThreshold)) && in isVoteAllowed()
120 Fps(mConfig.frameRateMultipleThreshold / 2))) { in isVoteAllowed()
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DRefreshRateConfigsTest.cpp485 RefreshRateConfigs::Config config = {.frameRateMultipleThreshold = 90}; in TEST_F()
693 RefreshRateConfigs::Config config = {.frameRateMultipleThreshold = 120}; in TEST_F()
956 RefreshRateConfigs::Config config = {.frameRateMultipleThreshold = 120}; in TEST_F()
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp2686 .frameRateMultipleThreshold = in setupNewDisplayDeviceInternal()