Searched refs:equivalentBits (Results 1 – 1 of 1) sorted by relevance
268 const uint32_t equivalentBits = (1 << supportedChannelCount) - 1 ; in checkCompatibleChannelMask() local270 audio_channel_mask_get_bits(channelMask) & equivalentBits); in checkCompatibleChannelMask()275 const uint32_t equivalentBits = (1 << channelCount) - 1; in checkCompatibleChannelMask() local277 equivalentBits & audio_channel_mask_get_bits(supported)); in checkCompatibleChannelMask()