Home
last modified time | relevance | path

Searched refs:get_channels (Results 1 – 9 of 9) sorted by relevance

/hardware/libhardware/include/hardware/
Daudio.h126 audio_channel_mask_t (*get_channels)(const struct audio_stream *stream); member
520 return popcount(s->get_channels(s)) * chan_samp_sz; in audio_stream_frame_size()
536 return audio_channel_count_from_out_mask(s->common.get_channels(&s->common)) * chan_samp_sz; in audio_stream_out_frame_size()
552 return audio_channel_count_from_in_mask(s->common.get_channels(&s->common)) * chan_samp_sz; in audio_stream_in_frame_size()
/hardware/interfaces/audio/2.0/default/
DStream.cpp122 return AudioChannelMask(mStream->get_channels(mStream)); in getChannelMask()
172 audio_channel_mask_t halMask = mStream->get_channels(mStream); in getAudioProperties()
/hardware/libhardware/modules/audio/
Daudio_hw.c312 out->stream.common.get_channels = out_get_channels; in adev_open_output_stream()
431 in->stream.common.get_channels = in_get_channels; in adev_open_input_stream()
/hardware/libhardware_legacy/audio/
Daudio_hw_hal.cpp519 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()
/hardware/qcom/audio/legacy/alsa_sound/
Daudio_hw_hal.cpp585 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()
/hardware/libhardware/modules/usbaudio/
Daudio_hal.c548 out->stream.common.get_channels = out_get_channels; in adev_open_output_stream()
954 in->stream.common.get_channels = in_get_channels; in adev_open_input_stream()
/hardware/intel/audio_media/hdmi/
Dtinyaudio_hw.c727 out->stream.common.get_channels = out_get_channels; in adev_open_output_stream()
/hardware/libhardware/modules/audio_remote_submix/
Daudio_hw.cpp1382 out->stream.common.get_channels = out_get_channels; in audio_config_compare()
1621 in->stream.common.get_channels = in_get_channels; in audio_config_compare()
/hardware/qcom/audio/hal/
Daudio_hw.c3909 out->stream.common.get_channels = out_get_channels; in adev_open_output_stream()
3943 config->channel_mask = out->stream.common.get_channels(&out->stream.common); in adev_open_output_stream()
4329 in->stream.common.get_channels = in_get_channels; in adev_open_input_stream()