Searched refs:peakFps (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | RefreshRateSelector.cpp | 107 std::pair<unsigned, unsigned> divisorRange(Fps vsyncRate, Fps peakFps, FpsRange range, in divisorRange() argument 115 auto start = std::max(1, static_cast<int>(peakFps / range.max) - 1); in divisorRange() 119 std::min(range.max, peakFps, fps_approx_ops::operator<)) - in divisorRange() 190 const auto peakFps = mode->getPeakFps(); in createFrameRateModes() local 192 divisorRange(vsyncRate, peakFps, renderRange, mConfig.enableFrameRateOverride); in createFrameRateModes() 215 to_string(peakFps).c_str(), to_string(vsyncRate).c_str()); in createFrameRateModes() 230 __func__, to_string(fps).c_str(), to_string(peakFps).c_str(), in createFrameRateModes() 236 to_string(fps).c_str(), to_string(peakFps).c_str(), in createFrameRateModes()
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 1180 const auto peakFps = mode->getPeakFps(); in getDynamicDisplayInfoInternal() local 1181 outMode.peakRefreshRate = peakFps.getValue(); in getDynamicDisplayInfoInternal() 1202 outMode.presentationDeadline = peakFps.getPeriodNsecs() - outMode.sfVsyncOffset + 1000000; in getDynamicDisplayInfoInternal() 6938 std::string peakFps, xDpi, yDpi; in dumpAll() local 6941 peakFps = to_string(activeMode.modePtr->getPeakFps()); in dumpAll() 6946 peakFps = "unknown"; in dumpAll() 6954 peakFps.c_str(), xDpi.c_str(), yDpi.c_str()); in dumpAll()
|
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/ |
D | DisplayModeDirectorTest.java | 846 void verifyBrightnessObserverCall(DisplayModeDirector director, float minFps, float peakFps, 850 director.getDesiredDisplayModeSpecsWithInjectedFpsSettings(minFps, peakFps, defaultFps);
|