Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libvrr/RefreshRateCalculator/
DPeriodRefreshRateCalculator.cpp93 int maxOccurrence = 0; in onMeasure() local
100 if (count > maxOccurrence) { in onMeasure()
101 maxOccurrence = count; in onMeasure()