Searched refs:WebRtc_CreateDelayEstimator (Results 1 – 5 of 5) sorted by relevance
93 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()
115 void* WebRtc_CreateDelayEstimator(void* farend_handle, int max_lookahead);
273 void* WebRtc_CreateDelayEstimator(void* farend_handle, int max_lookahead) { in WebRtc_CreateDelayEstimator() function
252 WebRtc_CreateDelayEstimator(aecm->delay_estimator_farend, 0); in WebRtcAecm_CreateCore()
1484 aec->delay_estimator = WebRtc_CreateDelayEstimator( in WebRtcAec_CreateAec()