OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebRtcAecm_set_config
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/aecm/
echo_control_mobile.h
157
int32_t
WebRtcAecm_set_config
(void* aecmInst, AecmConfig config);
echo_control_mobile.c
187
if (
WebRtcAecm_set_config
(aecm, aecConfig) == -1)
436
int32_t
WebRtcAecm_set_config
(void *aecmInst, AecmConfig config)
/external/webrtc/webrtc/modules/audio_processing/
echo_control_mobile_impl.cc
394
return
WebRtcAecm_set_config
(static_cast<Handle*>(handle), config);
Completed in 226 milliseconds