Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core.h58 int WebRtcAec_InitAec(AecCore* aec, int sampFreq);
Decho_cancellation.c204 if (WebRtcAec_InitAec(aecpc->aec, aecpc->sampFreq) == -1) { in WebRtcAec_Init()
Daec_core.c1564 int WebRtcAec_InitAec(AecCore* aec, int sampFreq) { in WebRtcAec_InitAec() function