OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebRtcAecm_CreateCore
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/src/modules/audio_processing/aecm/
aecm_core.h
207
//
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
()
echo_control_mobile.c
104
if (
WebRtcAecm_CreateCore
(&aecm->aecmCore) == -1)
aecm_core.c
274
int
WebRtcAecm_CreateCore
(AecmCore_t **aecmInst)
551
// This function initializes the AECM instant created with
WebRtcAecm_CreateCore
(...)
[
all
...]
Completed in 68 milliseconds