Searched refs:WebRtc_CreateDelayEstimatorFarend (Results 1 – 5 of 5) sorted by relevance
89 farend_handle_ = WebRtc_CreateDelayEstimatorFarend(kSpectrumSize, in SetUp()232 handle = WebRtc_CreateDelayEstimatorFarend(33, kHistorySize); in TEST_F()234 handle = WebRtc_CreateDelayEstimatorFarend(kSpectrumSize, 1); in TEST_F()583 void* farend_handle = WebRtc_CreateDelayEstimatorFarend(kSpectrumSize, in TEST_F()
39 void* WebRtc_CreateDelayEstimatorFarend(int spectrum_size, int history_size);
142 void* WebRtc_CreateDelayEstimatorFarend(int spectrum_size, int history_size) { in WebRtc_CreateDelayEstimatorFarend() function
245 aecm->delay_estimator_farend = WebRtc_CreateDelayEstimatorFarend(PART_LEN1, in WebRtcAecm_CreateCore()
1477 WebRtc_CreateDelayEstimatorFarend(PART_LEN1, kHistorySizeBlocks); in WebRtcAec_CreateAec()