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

  /external/webrtc/webrtc/modules/audio_processing/utility/
delay_estimator_wrapper.h 74 // Releases the memory allocated by WebRtc_CreateDelayEstimator(...)
85 // Note that WebRtc_CreateDelayEstimator does not take
115 void* WebRtc_CreateDelayEstimator(void* farend_handle, int max_lookahead);
118 // WebRtc_CreateDelayEstimator(...)
122 // WebRtc_CreateDelayEstimator(...)
151 // WebRtc_CreateDelayEstimator(...).
delay_estimator_unittest.cc 93 handle_ = WebRtc_CreateDelayEstimator(farend_handle_, kLookahead);
227 // WebRtc_CreateDelayEstimatorFarend() and WebRtc_CreateDelayEstimator()
238 handle = WebRtc_CreateDelayEstimator(NULL, kLookahead);
240 handle = WebRtc_CreateDelayEstimator(farend_handle_, -1);
281 void* tmp_handle = WebRtc_CreateDelayEstimator(farend_handle_, kHistorySize);
586 void* handle = WebRtc_CreateDelayEstimator(farend_handle, kLookahead);
delay_estimator_wrapper.c 273 void* WebRtc_CreateDelayEstimator(void* farend_handle, int max_lookahead) {
  /external/webrtc/webrtc/modules/audio_processing/aecm/
aecm_core.c 252 WebRtc_CreateDelayEstimator(aecm->delay_estimator_farend, 0);
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_core.c     [all...]

Completed in 221 milliseconds