Searched refs:BIT_INDEX (Results 1 – 1 of 1) sorted by relevance
291 #define DO_CHANNEL_POSITION(BIT_INDEX) \ in stereoVolumeHelperWithChannelMask() argument292 if constexpr ((MASK & (1 << BIT_INDEX)) != 0) { \ in stereoVolumeHelperWithChannelMask()293 constexpr auto side = kSideFromChannelIdx[BIT_INDEX]; \ in stereoVolumeHelperWithChannelMask()295 has_LFE_LFE2 && (1 << BIT_INDEX) == AUDIO_CHANNEL_OUT_LOW_FREQUENCY) { \ in stereoVolumeHelperWithChannelMask()298 has_LFE_LFE2 && (1 << BIT_INDEX) == AUDIO_CHANNEL_OUT_LOW_FREQUENCY_2) { \ in stereoVolumeHelperWithChannelMask()