Searched refs:mTeIntervalNs (Results 1 – 2 of 2) sorted by relevance
30 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()
202 int64_t mTeIntervalNs; variable