Searched refs:mic_buf_size_bytes (Results 1 – 4 of 4) sorted by relevance
471 aec->mic_buf_size_bytes = in->config.period_size * aec->mic_frame_size_bytes; in init_aec_mic_config()472 aec->mic_buf = (int32_t *)malloc(aec->mic_buf_size_bytes); in init_aec_mic_config()477 memset(aec->mic_buf, 0, aec->mic_buf_size_bytes); in init_aec_mic_config()
42 size_t mic_buf_size_bytes; member
464 aec->mic_buf_size_bytes = in->config.period_size * audio_stream_in_frame_size(&in->stream); in init_aec_mic_config()465 aec->mic_buf = (int32_t *)malloc(aec->mic_buf_size_bytes); in init_aec_mic_config()470 memset(aec->mic_buf, 0, aec->mic_buf_size_bytes); in init_aec_mic_config()