Home
last modified time | relevance | path

Searched refs:AecConfig (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/src/modules/audio_processing/aec/interface/
Decho_cancellation.h43 } AecConfig; typedef
179 WebRtc_Word32 WebRtcAec_set_config(void *aecInst, AecConfig config);
195 WebRtc_Word32 WebRtcAec_get_config(void *aecInst, AecConfig *config);
/external/webrtc/src/modules/audio_processing/aec/
Decho_cancellation.c202 AecConfig aecConfig; in WebRtcAec_Init()
604 WebRtc_Word32 WebRtcAec_set_config(void *aecInst, AecConfig config) in WebRtcAec_set_config()
653 WebRtc_Word32 WebRtcAec_get_config(void *aecInst, AecConfig *config) in WebRtcAec_get_config()
/external/webrtc/src/modules/audio_processing/
Decho_cancellation_impl.cc365 AecConfig config; in ConfigureHandle()