Searched refs:WebRtcAecm_InitCore (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aecm/
H A Daecm_core.h140 // initialized separately using the WebRtcAecm_InitCore() function.
145 // WebRtcAecm_InitCore(...)
159 int WebRtcAecm_InitCore(AecmCore* const aecm, int samplingFreq);
H A Decho_control_mobile.c156 if (WebRtcAecm_InitCore(aecm->aecmCore, aecm->sampFreq) == -1)
H A Daecm_core.c385 // WebRtcAecm_InitCore(...)
398 int WebRtcAecm_InitCore(AecmCore* const aecm, int samplingFreq) { function

Completed in 109 milliseconds