Searched refs:new_min (Results 1 – 2 of 2) sorted by relevance
3586 uint32_t new_min = 0; in UpdateThrottlingRate() local3593 new_min = (new_min == 0) ? display->GetMaxRefreshRate() : in UpdateThrottlingRate()3594 std::min(new_min, display->GetMaxRefreshRate()); in UpdateThrottlingRate()3597 SetNewThrottlingRate(new_min); in UpdateThrottlingRate()
3529 uint32_t new_min = 0; in UpdateThrottlingRate() local3536 new_min = (new_min == 0) ? display->GetMaxRefreshRate() : in UpdateThrottlingRate()3537 std::min(new_min, display->GetMaxRefreshRate()); in UpdateThrottlingRate()3540 SetNewThrottlingRate(new_min); in UpdateThrottlingRate()