Home
last modified time | relevance | path

Searched refs:WebRtc_DelayEstimatorProcessFloat (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/src/modules/audio_processing/utility/
Ddelay_estimator_wrapper.h92 int WebRtc_DelayEstimatorProcessFloat(void* handle,
Ddelay_estimator_wrapper.c291 int WebRtc_DelayEstimatorProcessFloat(void* handle, in WebRtc_DelayEstimatorProcessFloat() function
/external/webrtc/src/modules/audio_processing/aec/
Daec_core.c751 delay_estimate = WebRtc_DelayEstimatorProcessFloat(aec->delay_estimator, in ProcessBlock()