Searched refs:MAX_REASONABLE_NSEC (Results 1 – 3 of 3) sorted by relevance
175 constexpr static int MAX_REASONABLE_NSEC = 1'000'000'000ULL; // 1 second variable
161 if (desiredPresent < expectedPresent - MAX_REASONABLE_NSEC || in acquireBuffer()209 desiredPresent > expectedPresent + MAX_REASONABLE_NSEC; in acquireBuffer()
186 if (desiredPresent < expectedPresentTime - BufferQueueConsumer::MAX_REASONABLE_NSEC || in getFrameNumber()