Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/utility/
Ddelay_estimator_wrapper.h128 int WebRtc_SoftResetDelayEstimator(void* handle, int delay_shift);
Ddelay_estimator_wrapper.c324 int WebRtc_SoftResetDelayEstimator(void* handle, int delay_shift) { in WebRtc_SoftResetDelayEstimator() function
/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core.c1831 WebRtc_SoftResetDelayEstimator(aec->delay_estimator, moved_elements); in WebRtcAec_ProcessFrames()