Searched refs:equivalentBits (Results 1 – 1 of 1) sorted by relevance
294 const uint32_t equivalentBits = (1 << supportedChannelCount) - 1 ; in checkCompatibleChannelMask() local296 audio_channel_mask_get_bits(channelMask) & equivalentBits); in checkCompatibleChannelMask()301 const uint32_t equivalentBits = (1 << channelCount) - 1; in checkCompatibleChannelMask() local303 equivalentBits & audio_channel_mask_get_bits(supported)); in checkCompatibleChannelMask()