Lines Matching defs:out
271 if (usecase->stream.out == NULL) {
274 struct stream_out *out = usecase->stream.out;
275 struct stream_app_type_cfg *app_type_cfg = &out->app_type_cfg;
281 if (audio_is_usb_out_device(out->devices)) {
284 out->sample_rate,
288 app_type_cfg->mode = flags_to_mode(0 /*playback*/, out->flags);
289 if (!audio_is_linear_pcm(out->format)) {
297 } else if (out->format == AUDIO_FORMAT_PCM_16_BIT) {
304 } else if (out->format == AUDIO_FORMAT_PCM_24_BIT_PACKED ||
305 out->format == AUDIO_FORMAT_PCM_8_24_BIT) {
312 } else if (out->format == AUDIO_FORMAT_PCM_32_BIT) {
332 struct stream_out *out;
429 if (type == PCM_PLAYBACK && usecase->stream.out != NULL) {
430 struct stream_out *out = usecase->stream.out;
432 out->app_type_cfg.app_type,
433 out->app_type_cfg.sample_rate);
435 out->app_type_cfg.app_type,
436 out->app_type_cfg.sample_rate);