Searched refs:IGNORE_EXCEEDING (Results 1 – 1 of 1) sorted by relevance
60 static const int64_t IGNORE_EXCEEDING = seconds_to_nanoseconds(10); variable302 if (delta >= mThresholds[i] && delta < IGNORE_EXCEEDING) { in addFrame()