Home
last modified time | relevance | path

Searched defs:aecInst (Results 1 – 4 of 4) 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()
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
Decho_cancellation.c123 int32_t WebRtcAec_Create(void** aecInst) { in WebRtcAec_Create()
183 int32_t WebRtcAec_Free(void* aecInst) { in WebRtcAec_Free()
206 int32_t WebRtcAec_Init(void* aecInst, int32_t sampFreq, int32_t scSampFreq) { in WebRtcAec_Init()
296 int32_t WebRtcAec_BufferFarend(void* aecInst, in WebRtcAec_BufferFarend()
374 int32_t WebRtcAec_Process(void* aecInst, in WebRtcAec_Process()
622 int32_t WebRtcAec_get_error_code(void* aecInst) { in WebRtcAec_get_error_code()
Daec_core.c156 int WebRtcAec_CreateAec(AecCore** aecInst) { in WebRtcAec_CreateAec()