Home
last modified time | relevance | path

Searched refs:MAX_HISTORY_SIZE (Results 1 – 5 of 5) 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];
/external/syslinux/com32/hdt/
Dhdt-cli.h91 #define MAX_HISTORY_SIZE 32 macro
97 char history[MAX_HISTORY_SIZE+1][MAX_LINE_SIZE];
Dhdt-cli.c808 for (int i = 1; i <= MAX_HISTORY_SIZE; i++) { in print_history()
927 future_history_pos = MAX_HISTORY_SIZE; in start_cli_mode()
960 if (future_history_pos == MAX_HISTORY_SIZE) { in start_cli_mode()
1030 if (hdt_cli.history_pos > MAX_HISTORY_SIZE) { in start_cli_mode()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...