Searched refs:MAX_MISS_COUNT (Results 1 – 1 of 1) sorted by relevance
78 constexpr int32_t MAX_MISS_COUNT = 3; variable4922 if (period > 0 && recvTime_ > static_cast<int64_t>(nanoTimestamp) + MAX_MISS_COUNT * period) { in AdjustVsyncTimeStamp()