Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libvrr/RefreshRateCalculator/
DVideoFrameRateCalculator.cpp32 mParams.mMaxInterestedFrameRate = std::min(mMaxFrameRate, mParams.mMaxInterestedFrameRate); in VideoFrameRateCalculator()
44 (mLastVideoFrameRate <= mParams.mMaxInterestedFrameRate)) { in getRefreshRate()
95 (mLastPeriodFrameRate <= mParams.mMaxInterestedFrameRate)) { in onReportRefreshRate()
122 (mLastVideoFrameRate <= mParams.mMaxInterestedFrameRate)) { in setNewRefreshRate()
DVideoFrameRateCalculator.h44 int mMaxInterestedFrameRate = 120; member