Searched refs:spk_buf_size_bytes (Results 1 – 2 of 2) sorted by relevance
473 aec->spk_buf_size_bytes = in->config.period_size * aec->spk_frame_size_bytes; in init_aec_mic_config()474 aec->spk_buf = (int32_t *)malloc(aec->spk_buf_size_bytes); in init_aec_mic_config()479 memset(aec->spk_buf, 0, aec->spk_buf_size_bytes); in init_aec_mic_config()483 aec->spk_buf_size_bytes; in init_aec_mic_config()490 aec->spk_buf_resampler_out = (int16_t *)malloc(aec->spk_buf_size_bytes); in init_aec_mic_config()
49 size_t spk_buf_size_bytes; member