Searched refs:aec_handler (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/uvoice/audio/ |
A D | audio_aec.c | 27 int audio_aec_refer_conserve(struct aec_handler *aec, uint8_t *buffer, int nbytes) in audio_aec_refer_conserve() 45 int audio_aec_process(struct aec_handler *aec, uint8_t *buffer, int nbytes) in audio_aec_process() 73 struct aec_handler *aec; in audio_aec_init() 85 aec = snd_zalloc(sizeof(struct aec_handler), AFM_EXTN); in audio_aec_init() 129 struct aec_handler *aec; in audio_aec_deinit()
|
A D | audio_aec.h | 10 struct aec_handler { struct 29 int audio_aec_refer_conserve(struct aec_handler *aec, uint8_t *buffer, int nbytes); argument 30 int audio_aec_process(struct aec_handler *aec, uint8_t *buffer, int nbytes);
|
/AliOS-Things-master/components/uvoice/audio/process/ |
A D | proc_aec.c | 87 int echo_cancellation_process(struct aec_handler *ec, in echo_cancellation_process() 134 int echo_cancellation_create(struct aec_handler *aec, in echo_cancellation_create() 190 int echo_cancellation_release(struct aec_handler *aec) in echo_cancellation_release()
|
Completed in 4 milliseconds