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/webrtc/modules/audio_processing/aecm/
aecm_core.h
140
// initialized separately using the
WebRtcAecm_InitCore
() function.
145
//
WebRtcAecm_InitCore
(...)
159
int
WebRtcAecm_InitCore
(AecmCore* const aecm, int samplingFreq);
echo_control_mobile.c
156
if (
WebRtcAecm_InitCore
(aecm->aecmCore, aecm->sampFreq) == -1)
aecm_core.c
385
//
WebRtcAecm_InitCore
(...)
398
int
WebRtcAecm_InitCore
(AecmCore* const aecm, int samplingFreq) {
[
all
...]
Completed in 37 milliseconds