Searched refs:observedVsync (Results 1 – 1 of 1) sorted by relevance
565 const nsecs_t observedVsync = std::abs(timestamp - lastTimestamp); in addResyncSample() local566 if (std::abs(observedVsync - mPendingPeriod) <= std::abs(observedVsync - mIntendedPeriod)) { in addResyncSample()