Searched refs:OBSOLETE_TIME_EPSILON_NS (Results 1 – 4 of 4) sorted by relevance
51 if (timeDiff > OBSOLETE_TIME_EPSILON_NS.count()) return; in setLastPresentTime()
37 static constexpr std::chrono::nanoseconds OBSOLETE_TIME_EPSILON_NS = 1200ms; variable
101 systemTime() - scheduler::OBSOLETE_TIME_EPSILON_NS.count(); in isRelevant()
151 const int64_t obsoleteEpsilon = systemTime() - scheduler::OBSOLETE_TIME_EPSILON_NS.count(); in removeIrrelevantLayers()