OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebRtcAecm_InitCore
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/src/modules/audio_processing/aecm/
aecm_core.h
210
// initialized separately using the
WebRtcAecm_InitCore
() function.
224
//
WebRtcAecm_InitCore
(...)
237
int
WebRtcAecm_InitCore
(AecmCore_t * const aecm, int samplingFreq);
echo_control_mobile.c
181
if (
WebRtcAecm_InitCore
(aecm->aecmCore, aecm->sampFreq) == -1)
aecm_core.c
549
//
WebRtcAecm_InitCore
(...)
562
int
WebRtcAecm_InitCore
(AecmCore_t * const aecm, int samplingFreq)
[
all
...]
Completed in 2615 milliseconds