Home
last modified time | relevance | path

Searched defs:aec (Results 1 – 4 of 4) sorted by relevance

/device/amlogic/yukawa/hal/audio/
Daudio_aec.c97 void get_reference_audio_in_place(struct aec_t *aec, size_t frames) { in get_reference_audio_in_place()
120 void print_queue_status_to_log(struct aec_t *aec, bool write_side) { in print_queue_status_to_log()
130 void flush_aec_fifos(struct aec_t *aec) { in flush_aec_fifos()
146 void aec_set_spk_running_no_lock(struct aec_t* aec, bool state) { in aec_set_spk_running_no_lock()
150 bool aec_get_spk_running_no_lock(struct aec_t* aec) { in aec_get_spk_running_no_lock()
154 void destroy_aec_reference_config_no_lock(struct aec_t* aec) { in destroy_aec_reference_config_no_lock()
165 void destroy_aec_mic_config_no_lock(struct aec_t* aec) { in destroy_aec_mic_config_no_lock()
180 struct aec_t *aec = (struct aec_t *)calloc(1, sizeof(struct aec_t)); in init_aec_interface() local
204 void release_aec_interface(struct aec_t *aec) { in release_aec_interface()
225 struct aec_t* aec = init_aec_interface(params); in init_aec() local
[all …]
Daudio_hw.h82 struct aec_t *aec; member
/device/linaro/dragonboard/audio/
Daudio_aec.c97 void get_reference_audio_in_place(struct aec_t *aec, size_t frames) { in get_reference_audio_in_place()
120 void print_queue_status_to_log(struct aec_t *aec, bool write_side) { in print_queue_status_to_log()
130 void flush_aec_fifos(struct aec_t *aec) { in flush_aec_fifos()
146 void aec_set_spk_running_no_lock(struct aec_t* aec, bool state) { in aec_set_spk_running_no_lock()
150 bool aec_get_spk_running_no_lock(struct aec_t* aec) { in aec_get_spk_running_no_lock()
154 void destroy_aec_reference_config_no_lock(struct aec_t* aec) { in destroy_aec_reference_config_no_lock()
165 void destroy_aec_mic_config_no_lock(struct aec_t* aec) { in destroy_aec_mic_config_no_lock()
180 struct aec_t *aec = (struct aec_t *)calloc(1, sizeof(struct aec_t)); in init_aec_interface() local
191 void release_aec_interface(struct aec_t *aec) { in release_aec_interface()
213 struct aec_t *aec = init_aec_interface(); in init_aec() local
[all …]
Daudio_hw.h80 struct aec_t *aec; member