HomeSort by relevance Sort by last modified time
    Searched refs:SHORT_FILTER_MS (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/video_coding/
codec_timer.h 19 // MAX_HISTORY_SIZE * SHORT_FILTER_MS defines the window size in milliseconds
21 #define SHORT_FILTER_MS 1000
codec_timer.cc 46 if (_history[0].timeMs >= 0 && now - _history[0].timeMs < SHORT_FILTER_MS) {
81 if (nowMs - _history[i].timeMs > MAX_HISTORY_SIZE * SHORT_FILTER_MS) {

Completed in 167 milliseconds