Lines Matching refs:outChMode
986 const PCM_DMX_CHANNEL_MODE outChMode, in getMixFactors() argument
1004 if (!((outChMode == CH_MODE_1_0_0_0) || (outChMode == CH_MODE_2_0_0_0) || in getMixFactors()
1005 (outChMode == CH_MODE_3_0_2_1) || (outChMode == CH_MODE_3_0_4_1) || in getMixFactors()
1006 (outChMode == CH_MODE_5_0_2_1))) { in getMixFactors()
1041 numOutChannel = (outChMode & 0xF) + ((outChMode >> 4) & 0xF) + in getMixFactors()
1042 ((outChMode >> 8) & 0xF) + ((outChMode >> 12) & 0xF); in getMixFactors()
2071 PCM_DMX_CHANNEL_MODE outChMode; in pcmDmx_ApplyFrame() local
2230 outChMode = outChModeTable[numOutChannels]; in pcmDmx_ApplyFrame()
2231 FDK_ASSERT(outChMode != CH_MODE_UNDEFINED); in pcmDmx_ApplyFrame()
2235 getChannelDescription(outChMode, mapDescr, channelType, channelIndices, in pcmDmx_ApplyFrame()
2244 outChMode, pParam, &bsMetaData, mixFactors, &dmxScale); in pcmDmx_ApplyFrame()
2345 outChMode = outChModeTable[TWO_CHANNEL]; in pcmDmx_ApplyFrame()
2349 getChannelDescription(outChMode, mapDescr, channelType, channelIndices, in pcmDmx_ApplyFrame()
2379 inChMode = outChMode; in pcmDmx_ApplyFrame()
2409 outChMode = outChModeTable[numOutChannels]; in pcmDmx_ApplyFrame()
2410 FDK_ASSERT(outChMode != CH_MODE_UNDEFINED); in pcmDmx_ApplyFrame()
2416 numChPerGrp[OUT][chGrp] = (outChMode >> (chGrp * 4)) & 0xF; in pcmDmx_ApplyFrame()
2427 getChannelDescription(outChMode, mapDescr, channelType, channelIndices, in pcmDmx_ApplyFrame()