Searched refs:spk_buf_size_bytes (Results 1 – 4 of 4) sorted by relevance
480 aec->spk_buf_size_bytes = in->config.period_size * aec->spk_num_channels * in init_aec_mic_config()482 aec->spk_buf = (int32_t *)malloc(aec->spk_buf_size_bytes); in init_aec_mic_config()487 memset(aec->spk_buf, 0, aec->spk_buf_size_bytes); in init_aec_mic_config()491 aec->spk_buf_size_bytes * aec->spk_sampling_rate / aec->mic_sampling_rate; in init_aec_mic_config()498 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
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()