Home
last modified time | relevance | path

Searched refs:WebRtc_CreateDelayEstimator (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/utility/
Ddelay_estimator_unittest.cc93 handle_ = WebRtc_CreateDelayEstimator(farend_handle_, kLookahead); in SetUp()
238 handle = WebRtc_CreateDelayEstimator(NULL, kLookahead); in TEST_F()
240 handle = WebRtc_CreateDelayEstimator(farend_handle_, -1); in TEST_F()
281 void* tmp_handle = WebRtc_CreateDelayEstimator(farend_handle_, kHistorySize); in TEST_F()
586 void* handle = WebRtc_CreateDelayEstimator(farend_handle, kLookahead); in TEST_F()
Ddelay_estimator_wrapper.h115 void* WebRtc_CreateDelayEstimator(void* farend_handle, int max_lookahead);
Ddelay_estimator_wrapper.c273 void* WebRtc_CreateDelayEstimator(void* farend_handle, int max_lookahead) { in WebRtc_CreateDelayEstimator() function
/external/webrtc/webrtc/modules/audio_processing/aecm/
Daecm_core.c252 WebRtc_CreateDelayEstimator(aecm->delay_estimator_farend, 0); in WebRtcAecm_CreateCore()
/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core.c1484 aec->delay_estimator = WebRtc_CreateDelayEstimator( in WebRtcAec_CreateAec()