Searched refs:WebRtcAecm_set_config (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/include/
H A Decho_control_mobile.h152 int32_t WebRtcAecm_set_config(void* aecmInst, AecmConfig config);
/external/webrtc/src/modules/audio_processing/aecm/interface/
H A Decho_control_mobile.h151 WebRtc_Word32 WebRtcAecm_set_config(void* aecmInst,
/external/chromium_org/third_party/webrtc/modules/audio_processing/
H A Decho_control_mobile_impl.cc289 return WebRtcAecm_set_config(static_cast<Handle*>(handle), config);
/external/webrtc/src/modules/audio_processing/
H A Decho_control_mobile_impl.cc297 return WebRtcAecm_set_config(static_cast<Handle*>(handle), config);
/external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
H A Decho_control_mobile.c214 if (WebRtcAecm_set_config(aecm, aecConfig) == -1)
467 int32_t WebRtcAecm_set_config(void *aecmInst, AecmConfig config) function
/external/webrtc/src/modules/audio_processing/aecm/
H A Decho_control_mobile.c217 if (WebRtcAecm_set_config(aecm, aecConfig) == -1)
534 WebRtc_Word32 WebRtcAecm_set_config(void *aecmInst, AecmConfig config) function

Completed in 135 milliseconds