Searched refs:AUDIO_CHANNEL_COUNT_MAX (Results 1 – 2 of 2) sorted by relevance
266 return channel & ((1 << AUDIO_CHANNEL_COUNT_MAX) - 1); in audio_channel_mask_get_bits()280 ((channel >> AUDIO_CHANNEL_COUNT_MAX) & ((1 << AUDIO_CHANNEL_REPRESENTATION_LOG2) - 1)); in audio_channel_mask_get_representation()316 return (audio_channel_mask_t) ((representation << AUDIO_CHANNEL_COUNT_MAX) | bits); in audio_channel_mask_from_representation_and_bits()1502 if (channel_count > AUDIO_CHANNEL_COUNT_MAX) { in audio_channel_mask_for_index_assignment_from_count()2036 audio_microphone_channel_mapping_t channel_mapping[AUDIO_CHANNEL_COUNT_MAX];
192 AUDIO_CHANNEL_COUNT_MAX = 30u, enumerator