HomeSort by relevance Sort by last modified time
    Searched refs:max_delay (Results 1 - 8 of 8) 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.h 54 int max_delay,
delay_estimator.c 92 int max_delay,
95 int history_size = max_delay + lookahead;
100 if (max_delay < 0) {
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/bluetooth/bluedroid/stack/btm/
btm_inq.c 465 ** max_delay - maximum amount of time between successive inquiries
477 tBTM_STATUS BTM_SetPeriodicInquiryMode (tBTM_INQ_PARMS *p_inqparms, UINT16 max_delay,
485 p_inqparms->filter_cond_type, min_delay, max_delay);
507 max_delay <= min_delay ||
508 max_delay < BTM_PER_INQ_MIN_MAX_PERIOD)
509 /* max_delay > BTM_PER_INQ_MAX_MAX_PERIOD)*/
518 p_inq->per_max_delay = max_delay;
    [all...]
  /external/chromium/chrome/browser/visitedlink/
visitedlink_unittest.cc 533 const base::TimeDelta& max_delay,
  /external/bluetooth/bluedroid/stack/include/
btm_api.h     [all...]

Completed in 341 milliseconds