Searched refs:downmixInputChannelMask (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/libeffects/downmix/ |
D | EffectDownmix.c | 322 const uint32_t downmixInputChannelMask = pDwmModule->config.inputCfg.channels; in Downmix_Process() local 350 downmixInputChannelMask, pSrc, pDst, numFrames, accumulate)) { in Downmix_Process() 351 … ALOGE("Multichannel configuration 0x%" PRIx32 " is not supported", downmixInputChannelMask); in Downmix_Process() 357 switch((downmix_input_channel_mask_t)downmixInputChannelMask) { in Downmix_Process() 371 downmixInputChannelMask, pSrc, pDst, numFrames, accumulate)) { in Downmix_Process() 372 … ALOGE("Multichannel configuration 0x%" PRIx32 " is not supported", downmixInputChannelMask); in Downmix_Process()
|