HomeSort by relevance Sort by last modified time
    Searched refs:MAX_HISTORY_SIZE (Results 1 - 6 of 6) 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
21 #define MAX_HISTORY_SIZE 10
56 VCMShortMaxSample _history[MAX_HISTORY_SIZE];
codec_timer.cc 43 for (int i=0; i < MAX_HISTORY_SIZE; i++)
86 for(int i = (MAX_HISTORY_SIZE - 2); i >= 0 ; i--)
111 for (int i=0; i < MAX_HISTORY_SIZE; i++)
117 if (nowMs - _history[i].timeMs > MAX_HISTORY_SIZE * SHORT_FILTER_MS)
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
HistoryHandler.java 26 private static final int MAX_HISTORY_SIZE = 400;
58 while (mMsgHistory.size() > MAX_HISTORY_SIZE) {
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java 110 private static final int MAX_HISTORY_SIZE = 100;
120 private Vector<Integer> mHistory = new Vector<Integer>(MAX_HISTORY_SIZE);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 1062 milliseconds