Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libvrr/Statistics/
DVariableRefreshRateStatistic.cpp30 mTeIntervalNs(roundDivide(std::nano::den, static_cast<int64_t>(mTeFrequency))), in VariableRefreshRateStatistic()
149 mTeIntervalNs); in onPresent()
159 record.mAccumulatedTimeNs += (mTeIntervalNs * mDisplayPresentProfile.mNumVsync); in onPresent()
181 mTeIntervalNs = roundDivide(std::nano::den, static_cast<int64_t>(mTeFrequency)); in setActiveVrrConfiguration()
241 int numVsync = roundDivide(durationFromLastPresentNs, mTeIntervalNs); in updateIdleStats()
DVariableRefreshRateStatistic.h202 int64_t mTeIntervalNs; variable