OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebRtcAecm_Init
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/aecm/
echo_control_mobile.h
44
* initialized separately using the
WebRtcAecm_Init
() function.
71
int32_t
WebRtcAecm_Init
(void* aecmInst, int32_t sampFreq);
echo_control_mobile.c
139
int32_t
WebRtcAecm_Init
(void *aecmInst, int32_t sampFreq)
/external/webrtc/webrtc/modules/audio_processing/
echo_control_mobile_impl.cc
373
if (
WebRtcAecm_Init
(my_handle, apm_->proc_sample_rate_hz()) != 0) {
Completed in 481 milliseconds