Searched refs:get_channels (Results 1 – 8 of 8) sorted by relevance
137 audio_channel_mask_t (*get_channels)(const struct audio_stream *stream); member604 return popcount(s->get_channels(s)) * chan_samp_sz; in audio_stream_frame_size()620 return audio_channel_count_from_out_mask(s->common.get_channels(&s->common)) * chan_samp_sz; in audio_stream_out_frame_size()636 return audio_channel_count_from_in_mask(s->common.get_channels(&s->common)) * chan_samp_sz; in audio_stream_in_frame_size()
156 return AudioChannelBitfield(mStream->get_channels(mStream)); in getChannelMask()189 audio_channel_mask_t halMask = mStream->get_channels(mStream); in getAudioProperties()
371 out->stream.common.get_channels = out_get_channels; in adev_open_output_stream()518 in->stream.common.get_channels = in_get_channels; in adev_open_input_stream()
519 out->stream.common.get_channels = out_get_channels; in adev_open_output_stream()585 in->stream.common.get_channels = in_get_channels; in adev_open_input_stream()
585 out->stream.common.get_channels = out_get_channels; in adev_open_output_stream()653 in->stream.common.get_channels = in_get_channels; in adev_open_input_stream()
538 out->stream.common.get_channels = out_get_channels; in adev_open_output_stream()975 in->stream.common.get_channels = in_get_channels; in adev_open_input_stream()
1393 out->stream.common.get_channels = out_get_channels; in audio_config_compare()1632 in->stream.common.get_channels = in_get_channels; in audio_config_compare()
5378 out->stream.common.get_channels = out_get_channels; in adev_open_output_stream()5414 config->channel_mask = out->stream.common.get_channels(&out->stream.common); in adev_open_output_stream()5893 in->stream.common.get_channels = in_get_channels; in adev_open_input_stream()