Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/downmix/
DEffectDownmix.c340 const uint32_t downmixInputChannelMask = pDwmModule->config.inputCfg.channels; in Downmix_Process() local
368 downmixInputChannelMask, pSrc, pDst, numFrames, accumulate)) { in Downmix_Process()
369 … ALOGE("Multichannel configuration 0x%" PRIx32 " is not supported", downmixInputChannelMask); in Downmix_Process()
375 switch((downmix_input_channel_mask_t)downmixInputChannelMask) { in Downmix_Process()
389 downmixInputChannelMask, pSrc, pDst, numFrames, accumulate)) { in Downmix_Process()
390 … ALOGE("Multichannel configuration 0x%" PRIx32 " is not supported", downmixInputChannelMask); in Downmix_Process()
439 const uint32_t downmixInputChannelMask = pDwmModule->config.inputCfg.channels; in Downmix_Process() local
467 downmixInputChannelMask, pSrc, pDst, numFrames, accumulate)) { in Downmix_Process()
469 downmixInputChannelMask); in Downmix_Process()
475 switch((downmix_input_channel_mask_t)downmixInputChannelMask) { in Downmix_Process()
[all …]