Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/utility/
Ddelay_estimator_unittest.cc96 handle_ = WebRtc_CreateDelayEstimator(farend_handle_, kLookahead); in SetUp()
239 handle = WebRtc_CreateDelayEstimator(NULL, kLookahead); in TEST_F()
241 handle = WebRtc_CreateDelayEstimator(farend_handle_, -1); in TEST_F()
282 void* tmp_handle = WebRtc_CreateDelayEstimator(farend_handle_, kHistorySize); in TEST_F()
584 void* handle = WebRtc_CreateDelayEstimator(farend_handle, kLookahead); in TEST_F()
Ddelay_estimator_wrapper.h117 void* WebRtc_CreateDelayEstimator(void* farend_handle, int max_lookahead);
Ddelay_estimator_wrapper.cc276 void* WebRtc_CreateDelayEstimator(void* farend_handle, int max_lookahead) { in WebRtc_CreateDelayEstimator() function
/external/webrtc/modules/audio_processing/aecm/
Daecm_core.cc228 WebRtc_CreateDelayEstimator(aecm->delay_estimator_farend, 0); in WebRtcAecm_CreateCore()