HomeSort by relevance Sort by last modified time
    Searched full:max_delay (Results 1 - 12 of 12) sorted by null

  /external/webrtc/src/modules/audio_processing/utility/
delay_estimator_wrapper.h 33 // - max_delay : The maximum delay which can be estimated. Needed to
50 int max_delay,
delay_estimator.c 92 int max_delay,
95 int history_size = max_delay + lookahead;
100 if (max_delay < 0) {
delay_estimator.h 54 int max_delay,
delay_estimator_wrapper.c 168 int max_delay,
194 max_delay,
  /external/tcpdump/
print-slow.c 104 u_int8_t max_delay[2]; member in struct:lacp_tlv_collector_info_t
216 EXTRACT_16BITS(tlv_ptr.lacp_tlv_collector_info->max_delay));
  /external/webrtc/src/modules/audio_processing/aecm/
aecm_core.h 42 #define MAX_DELAY 100
130 uint16_t far_history[PART_LEN1 * MAX_DELAY];
132 int far_q_domains[MAX_DELAY];
aecm_core.c 220 if (self->far_history_pos >= MAX_DELAY) {
255 buffer_position += MAX_DELAY;
317 MAX_DELAY,
598 memset(aecm->far_history, 0, sizeof(uint16_t) * PART_LEN1 * MAX_DELAY);
599 memset(aecm->far_q_domains, 0, sizeof(int) * MAX_DELAY);
600 aecm->far_history_pos = MAX_DELAY;
    [all...]
  /packages/wallpapers/Basic/src/com/android/wallpaper/nexus/
nexus.rs 34 #define MAX_DELAY 2000 // Delay between a pulse going offscreen and restarting
116 pulse->startTime = gNow + rsRand(MAX_DELAY);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
multibuf.h 206 int /* max_delay */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
multibuf.h 206 int /* max_delay */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
multibuf.h 206 int /* max_delay */
  /external/chromium/chrome/browser/visitedlink/
visitedlink_unittest.cc 533 const base::TimeDelta& max_delay,

Completed in 329 milliseconds