HomeSort by relevance Sort by last modified time
    Searched refs:MAX_HISTORY_SIZE (Results 1 - 12 of 12) 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
20 #define MAX_HISTORY_SIZE 10
52 VCMShortMaxSample _history[MAX_HISTORY_SIZE];
codec_timer.cc 29 for (int i = 0; i < MAX_HISTORY_SIZE; i++) {
57 for (int i = (MAX_HISTORY_SIZE - 2); i >= 0; i--) {
77 for (int i = 0; i < MAX_HISTORY_SIZE; i++) {
81 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/TV/tests/unit/src/com/android/tv/data/
WatchedHistoryManagerTest.java 41 private static final int MAX_HISTORY_SIZE = 100;
52 mWatchedHistoryManager = new WatchedHistoryManager(getContext(), MAX_HISTORY_SIZE);
100 int size = MAX_HISTORY_SIZE * 2;
105 for (int i = 0; i < MAX_HISTORY_SIZE; ++i) {
115 mWatchedHistoryManager.getRecordFromSharedPreferences(MAX_HISTORY_SIZE));
  /packages/apps/TV/src/com/android/tv/recommendation/
ChannelRecord.java 33 @VisibleForTesting static final int MAX_HISTORY_SIZE = 100;
91 if (mWatchHistory.size() > MAX_HISTORY_SIZE) {
  /frameworks/native/include/gui/
OccupancyTracker.h 76 static constexpr size_t MAX_HISTORY_SIZE = 10;
  /packages/apps/TV/tests/unit/src/com/android/tv/recommendation/
ChannelRecordTest.java 32 private static final int CHANNEL_RECORD_MAX_HISTORY_SIZE = ChannelRecord.MAX_HISTORY_SIZE;
  /frameworks/native/libs/gui/
OccupancyTracker.cpp 110 if (mSegmentHistory.size() > MAX_HISTORY_SIZE) {
  /packages/apps/TV/src/com/android/tv/data/
WatchedHistoryManager.java 36 private static final int MAX_HISTORY_SIZE = 10000;
88 this(context, 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 3651 milliseconds