Home
last modified time | relevance | path

Searched defs:aecInst (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/src/modules/audio_processing/aec/
Decho_cancellation.c102 WebRtc_Word32 WebRtcAec_Create(void **aecInst) in WebRtcAec_Create()
171 WebRtc_Word32 WebRtcAec_Free(void *aecInst) in WebRtcAec_Free()
199 WebRtc_Word32 WebRtcAec_Init(void *aecInst, WebRtc_Word32 sampFreq, WebRtc_Word32 scSampFreq) in WebRtcAec_Init()
292 WebRtc_Word32 WebRtcAec_BufferFarend(void *aecInst, const WebRtc_Word16 *farend, in WebRtcAec_BufferFarend()
371 WebRtc_Word32 WebRtcAec_Process(void *aecInst, const WebRtc_Word16 *nearend, in WebRtcAec_Process()
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()
679 WebRtc_Word32 WebRtcAec_get_echo_status(void *aecInst, WebRtc_Word16 *status) in WebRtcAec_get_echo_status()
702 WebRtc_Word32 WebRtcAec_GetMetrics(void *aecInst, AecMetrics *metrics) in WebRtcAec_GetMetrics()
886 WebRtc_Word32 WebRtcAec_get_error_code(void *aecInst) in WebRtcAec_get_error_code()
Daec_core.c147 int WebRtcAec_CreateAec(aec_t **aecInst) in WebRtcAec_CreateAec()