Home | History | Annotate | Download | only in audio

Lines Matching defs:supported_channel_masks

171     audio_channel_mask_t supported_channel_masks[MAX_SUPPORTED_CHANNEL_MASKS + 1];
494 out->supported_channel_masks[0] = AUDIO_CHANNEL_OUT_5POINT1;
496 out->supported_channel_masks[1] = AUDIO_CHANNEL_OUT_7POINT1;
1132 /* the last entry in supported_channel_masks[] is always 0 */
1133 while (out->supported_channel_masks[i] != 0) {
1135 if (out_channels_name_to_enum_table[j].value == out->supported_channel_masks[i]) {
1593 out->supported_channel_masks[0] = AUDIO_CHANNEL_OUT_STEREO;