Searched refs:isApproxLess (Results 1 – 2 of 2) sorted by relevance
118 inline bool isApproxLess(Fps lhs, Fps rhs) { in isApproxLess() function129 return isApproxLess(lhs, rhs);137 return isApproxLess(rhs, lhs);141 return !isApproxLess(rhs, lhs);145 return !isApproxLess(lhs, rhs);
963 const Fps minFrameRate = std::max(policyPtr->appRequestRanges.render.min, 30_Hz, isApproxLess); in getFrameRateOverrides()1554 isApproxLess(currentPolicy->primaryRanges.physical.min, deviceMinFps)) { in getIdleTimerAction()