Searched refs:downmixInputChannelMask (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.c321 const uint32_t downmixInputChannelMask = pDwmModule->config.inputCfg.channels; local
349 downmixInputChannelMask, pSrc, pDst, numFrames, accumulate)) {
350 ALOGE("Multichannel configuration 0x%x is not supported", downmixInputChannelMask);
356 switch((downmix_input_channel_mask_t)downmixInputChannelMask) {
373 downmixInputChannelMask, pSrc, pDst, numFrames, accumulate)) {
374 ALOGE("Multichannel configuration 0x%x is not supported", downmixInputChannelMask);

Completed in 30 milliseconds