Searched refs:representation (Results 1 – 1 of 1) sorted by relevance
495 audio_channel_representation_t representation = audio_channel_mask_get_representation(channel); in audio_channel_mask_is_valid() local496 switch (representation) { in audio_channel_mask_is_valid()509 audio_channel_representation_t representation, uint32_t bits) in audio_channel_mask_from_representation_and_bits() argument511 return (audio_channel_mask_t) ((representation << AUDIO_CHANNEL_COUNT_MAX) | bits); in audio_channel_mask_from_representation_and_bits()