Home | History | Annotate | Download | only in audioflinger

Lines Matching full:channelcount

343             uint32_t channelCount = FCC_2; // stereo is default
345 channelCount = audio_channel_count_from_out_mask(channelMask);
346 if (channelCount < FCC_2 // mono is not supported at this time
347 || channelCount > AudioMixer::MAX_NUM_CHANNELS) {
351 // check that channelMask is the "canonical" one we expect for the channelCount.
352 return channelMask == audio_channel_out_mask_from_count(channelCount);