Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Dcodec_timer.cc29 for (int i = 0; i < MAX_HISTORY_SIZE; i++) { in Reset()
57 for (int i = (MAX_HISTORY_SIZE - 2); i >= 0; i--) { in UpdateMaxHistory()
77 for (int i = 0; i < MAX_HISTORY_SIZE; i++) { in ProcessHistory()
81 if (nowMs - _history[i].timeMs > MAX_HISTORY_SIZE * SHORT_FILTER_MS) { in ProcessHistory()
Dcodec_timer.h20 #define MAX_HISTORY_SIZE 10 macro
52 VCMShortMaxSample _history[MAX_HISTORY_SIZE];