Lines Matching full:channels
88 // strictly for testing, logs the indices of the channels for a given mask,
92 // check against unsupported channels
94 ALOGE("Unsupported channels (top or front left/right of center)");
99 ALOGE("Front channels must be present");
106 ALOGE("Side channels must be used as a pair");
115 ALOGE("Back channels must be used as a pair");
291 const uint32_t downmixInputChannelMask = pDwmModule->config.inputCfg.channels;
554 pDwmModule->config.inputCfg.channels = AUDIO_CHANNEL_OUT_7POINT1;
566 pDwmModule->config.outputCfg.channels = AUDIO_CHANNEL_OUT_STEREO;
611 || pConfig->outputCfg.channels != DOWNMIX_OUTPUT_CHANNELS
628 if (pConfig->inputCfg.channels == 0) {
633 audio_channel_count_from_out_mask(pConfig->inputCfg.channels);
952 * - doesn't use any of the AUDIO_CHANNEL_OUT_TOP* channels
953 * - doesn't use any of the AUDIO_CHANNEL_OUT_FRONT_*_OF_CENTER channels
972 // check against unsupported channels
974 ALOGE("Unsupported channels (top or front left/right of center)");
979 ALOGE("Front channels must be present");
986 ALOGE("Side channels must be used as a pair");
995 ALOGE("Back channels must be used as a pair");