Home | History | Annotate | Download | only in msm8974

Lines Matching defs:out

447     /* out */
760 audio_devices_t dev = usecase->stream.out->devices;
767 ALOGV("%s: out device is %d", __func__, usecase->out_snd_device);
769 app_type = usecase->stream.out->app_type_cfg.app_type;
1294 ALOGE("%s: invalid sound card number (-1), bailing out ", __func__);
3269 usecase->stream.out->devices & AUDIO_DEVICE_OUT_SPEAKER) {
3547 if (uc && uc->type == VOICE_CALL && uc->stream.out) {
3549 uc->stream.out->devices);
3629 struct stream_out *out = (struct stream_out*) uc->stream.out;
3630 if (uc->type == PCM_PLAYBACK && out && usecase != uc) {
3631 unsigned int out_channels = audio_channel_count_from_out_mask(out->channel_mask);
3634 uc->id, out->sample_rate,
3635 pcm_format_to_bits(out->config.format), out_channels,
3639 if (*bit_width < pcm_format_to_bits(out->config.format))
3640 *bit_width = pcm_format_to_bits(out->config.format);
3641 if (*sample_rate < out->sample_rate)
3642 *sample_rate = out->sample_rate;
3643 if (out->sample_rate < OUTPUT_SAMPLING_RATE_44100)
3776 backend_cfg.bit_width = pcm_format_to_bits(usecase->stream.out->config.format);
3777 backend_cfg.sample_rate = usecase->stream.out->sample_rate;
3778 backend_cfg.format = usecase->stream.out->format;
3779 backend_cfg.channels = audio_channel_count_from_out_mask(usecase->stream.out->channel_mask);
4102 ALOGV("%s: sidetone out device(%d) mixer cmd = %s\n",