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
158 if (desiredPresent < expectedPresent - MAX_REASONABLE_NSEC || in acquireBuffer()206 desiredPresent > expectedPresent + MAX_REASONABLE_NSEC; in acquireBuffer()
191 if (desiredPresent < expectedPresentTime - BufferQueueConsumer::MAX_REASONABLE_NSEC || in getFrameNumber()