Home
last modified time | relevance | path

Searched refs:kIgnoredSampleCount (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/
Dcodec_timer.cc18 static const int32_t kIgnoredSampleCount = 5; variable
37 if (_ignoredSampleCount >= kIgnoredSampleCount) { in MaxFilter()