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

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
codec_timer.h 20 // MAX_HISTORY_SIZE * SHORT_FILTER_MS defines the window size in milliseconds
22 #define SHORT_FILTER_MS 1000
codec_timer.cc 68 now - _history[0].timeMs < SHORT_FILTER_MS)
117 if (nowMs - _history[i].timeMs > MAX_HISTORY_SIZE * SHORT_FILTER_MS)

Completed in 61 milliseconds