Searched refs:WebRtc_CreateDelayEstimator (Results 1 – 4 of 4) sorted by relevance
96 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()
117 void* WebRtc_CreateDelayEstimator(void* farend_handle, int max_lookahead);
276 void* WebRtc_CreateDelayEstimator(void* farend_handle, int max_lookahead) { in WebRtc_CreateDelayEstimator() function
228 WebRtc_CreateDelayEstimator(aecm->delay_estimator_farend, 0); in WebRtcAecm_CreateCore()