Home
last modified time | relevance | path

Searched refs:spk_buf_playback_format (Results 1 – 4 of 4) sorted by relevance

/device/amlogic/yukawa/hal/audio/
Daudio_aec.c106 int16_t *src_Nch = &aec->spk_buf_playback_format[0]; in get_reference_audio_in_place()
107 int16_t *dst_1ch = &aec->spk_buf_playback_format[0]; in get_reference_audio_in_place()
172 free(aec->spk_buf_playback_format); in destroy_aec_mic_config_no_lock()
406 const size_t read_bytes = fifo_read(aec->spk_fifo, aec->spk_buf_playback_format, req_bytes); in get_reference_samples()
420 aec->spk_resampler->resample_from_input(aec->spk_resampler, aec->spk_buf_playback_format, in get_reference_samples()
429 resampler_out_buf = aec->spk_buf_playback_format; in get_reference_samples()
492 aec->spk_buf_playback_format = (int16_t *)malloc(spk_frame_out_format_bytes); in init_aec_mic_config()
493 if (aec->spk_buf_playback_format == NULL) { in init_aec_mic_config()
532 free(aec->spk_buf_playback_format); in init_aec_mic_config()
Daudio_aec.h53 int16_t *spk_buf_playback_format; member
/device/linaro/dragonboard/audio/
Daudio_aec.c106 int16_t *src_Nch = &aec->spk_buf_playback_format[0]; in get_reference_audio_in_place()
107 int16_t *dst_1ch = &aec->spk_buf_playback_format[0]; in get_reference_audio_in_place()
172 free(aec->spk_buf_playback_format); in destroy_aec_mic_config_no_lock()
398 const size_t read_bytes = fifo_read(aec->spk_fifo, aec->spk_buf_playback_format, req_bytes); in get_reference_samples()
413 aec->spk_resampler->resample_from_input(aec->spk_resampler, aec->spk_buf_playback_format, in get_reference_samples()
422 resampler_out_buf = aec->spk_buf_playback_format; in get_reference_samples()
484 aec->spk_buf_playback_format = (int16_t *)malloc(spk_frame_out_format_bytes); in init_aec_mic_config()
485 if (aec->spk_buf_playback_format == NULL) { in init_aec_mic_config()
524 free(aec->spk_buf_playback_format); in init_aec_mic_config()
Daudio_aec.h53 int16_t *spk_buf_playback_format; member