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

/external/webrtc/src/modules/audio_processing/aecm/
H A Daecm_core.h207 // WebRtcAecm_CreateCore(...)
221 int WebRtcAecm_CreateCore(AecmCore_t **aecm);
226 // This function initializes the AECM instant created with WebRtcAecm_CreateCore(...)
242 // This function releases the memory allocated by WebRtcAecm_CreateCore()
H A Decho_control_mobile.c104 if (WebRtcAecm_CreateCore(&aecm->aecmCore) == -1)
H A Daecm_core.c274 int WebRtcAecm_CreateCore(AecmCore_t **aecmInst) function
551 // This function initializes the AECM instant created with WebRtcAecm_CreateCore(...)

Completed in 49 milliseconds