Home | History | Annotate | Download | only in tests

Lines Matching refs:dst_fmt

168   struct cras_audio_format dst_fmt;
172 dst_fmt.num_channels = 2;
173 dst_fmt.format = SND_PCM_FORMAT_S16_LE;
175 dst_fmt.channel_layout[i] = stereo[i];
178 cras_audio_area_config_channels(a1, &dst_fmt);
179 cras_audio_area_config_buf_pointers(a1, &dst_fmt, (uint8_t *)buf1);
193 cras_audio_area_copy(a1, 0, &dst_fmt, a2, 0, 1.0);
271 struct cras_audio_format dst_fmt;
275 dst_fmt.num_channels = 3;
276 dst_fmt.format = SND_PCM_FORMAT_S16_LE;
278 dst_fmt.channel_layout[i] = kb_mic[i];
281 cras_audio_area_config_channels(a1, &dst_fmt);
282 cras_audio_area_config_buf_pointers(a1, &dst_fmt, (uint8_t *)buf1);
298 cras_audio_area_copy(a1, 0, &dst_fmt, a2, 0, 1.0);