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

  /external/webrtc/webrtc/modules/audio_processing/aecm/
aecm_defines.h 26 #define MAX_DELAY 100
aecm_core.h 57 uint16_t far_history[PART_LEN1 * MAX_DELAY];
59 int far_q_domains[MAX_DELAY];
aecm_core.c 160 if (self->far_history_pos >= MAX_DELAY) {
197 buffer_position += MAX_DELAY;
246 MAX_DELAY);
436 memset(aecm->far_history, 0, sizeof(uint16_t) * PART_LEN1 * MAX_DELAY);
437 memset(aecm->far_q_domains, 0, sizeof(int) * MAX_DELAY);
438 aecm->far_history_pos = MAX_DELAY;
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
FirstFrameAnimatorHelper.java 35 private static final int MAX_DELAY = 1000;
105 // (give up after MAX_DELAY ms of waiting though - might happen, for example, if we
107 if (frameNum == 0 && currentTime < mStartTime + MAX_DELAY) {
116 } else if (frameNum == 1 && currentTime < mStartTime + MAX_DELAY &&
  /packages/apps/Launcher3/src/com/android/launcher3/
FirstFrameAnimatorHelper.java 37 private static final int MAX_DELAY = 1000;
108 // (give up after MAX_DELAY ms of waiting though - might happen, for example, if we
110 if (frameNum == 0 && currentTime < mStartTime + MAX_DELAY && currentPlayTime > 0) {
118 } else if (frameNum == 1 && currentTime < mStartTime + MAX_DELAY &&
  /cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
SensorDeviceInfo.java 50 private static final String MAX_DELAY = "max_delay";
79 store.addResult(MAX_DELAY, sensor.getMaxDelay());
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/services/
FileOperationService.java 51 private static final int MAX_DELAY = 10 * 1000; // ten seconds
175 assert(delay <= MAX_DELAY);
  /external/ltrace/sysdeps/linux-gnu/
proc.c 56 #define MAX_DELAY 100000 /* 100000 microseconds = 0.1 seconds */
72 while (delay < MAX_DELAY) {

Completed in 863 milliseconds