Searched refs:spk_frame_size_bytes (Results 1 – 2 of 2) sorted by relevance
126 q1, q1/aec->spk_frame_size_bytes/PLAYBACK_PERIOD_SIZE, in print_queue_status_to_log()224 aec->spk_frame_size_bytes = CHANNEL_STEREO * sizeof(int16_t); in init_aec()276 aec->spk_frame_size_bytes = audio_stream_out_frame_size(&out->stream); in init_aec_reference_config()322 float usec_per_byte = 1E6 / ((float)(aec->spk_frame_size_bytes * aec->spk_sampling_rate)); in get_spk_timestamp()378 const size_t req_bytes = frames * sample_rate_ratio * aec->spk_frame_size_bytes; in get_reference_samples()473 aec->spk_buf_size_bytes = in->config.period_size * aec->spk_frame_size_bytes; in init_aec_mic_config()
50 size_t spk_frame_size_bytes; member