Searched refs:mic_frame_size_bytes (Results 1 – 4 of 4) sorted by relevance
192 aec->mic_frame_size_bytes = params->num_mic_channels * sizeof(int32_t); in init_aec_interface()381 bytes * aec->num_reference_channels / aec->mic_num_channels / aec->mic_frame_size_bytes; in get_reference_samples()468 aec->mic_frame_size_bytes = audio_stream_in_frame_size(&in->stream); in init_aec_mic_config()471 aec->mic_buf_size_bytes = in->config.period_size * aec->mic_frame_size_bytes; in init_aec_mic_config()481 aec->mic_frame_size_bytes / aec->mic_num_channels; in init_aec_mic_config()590 size_t frame_size = aec->mic_frame_size_bytes; in process_aec()
43 size_t mic_frame_size_bytes; member
219 aec->mic_frame_size_bytes = CHANNEL_STEREO * sizeof(int32_t); in init_aec()374 const size_t frames = bytes / aec->mic_frame_size_bytes; in get_reference_samples()461 aec->mic_frame_size_bytes = audio_stream_in_frame_size(&in->stream); in init_aec_mic_config()582 size_t frame_size = aec->mic_frame_size_bytes; in process_aec()