Searched refs:supported_channel_masks (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/audio/hal/
H A Daudio_hw.h135 audio_channel_mask_t supported_channel_masks[MAX_SUPPORTED_CHANNEL_MASKS + 1]; member in struct:stream_out
H A Daudio_hw.c453 out->supported_channel_masks[0] = AUDIO_CHANNEL_OUT_5POINT1;
457 out->supported_channel_masks[0] = AUDIO_CHANNEL_OUT_5POINT1;
458 out->supported_channel_masks[1] = AUDIO_CHANNEL_OUT_7POINT1;
1377 while (out->supported_channel_masks[i] != 0) {
1379 if (out_channels_name_to_enum_table[j].value == out->supported_channel_masks[i]) {
1933 out->supported_channel_masks[0] = AUDIO_CHANNEL_OUT_STEREO;
/hardware/qcom/audio/hal/voice_extn/
H A Dvoice_extn.c567 out->supported_channel_masks[0] = AUDIO_CHANNEL_OUT_MONO;

Completed in 75 milliseconds