Home
last modified time | relevance | path

Searched defs:numVsync (Results 1 – 3 of 3) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libvrr/Statistics/
DVariableRefreshRateStatistic.cpp148 int numVsync = roundDivide((presentTimeInBootClockNs - mLastPresentTimeInBootClockNs), in onPresent() local
241 int numVsync = roundDivide(durationFromLastPresentNs, mTeIntervalNs); in updateIdleStats() local
/hardware/google/graphics/common/libhwc2.1/libvrr/RefreshRateCalculator/
DInstantRefreshRateCalculator.cpp53 auto numVsync = durationToVsync((presentTimeNs - mLastPresentTimeNs)); in onPresentInternal() local
DPeriodRefreshRateCalculator.cpp63 int numVsync = std::max(mMinVsyncNum, durationToVsync(periodNs)); in onPresentInternal() local