Lines Matching refs:outChMode
958 const PCM_DMX_CHANNEL_MODE outChMode, in getMixFactors() argument
976 if (!((outChMode == CH_MODE_1_0_0_0) || (outChMode == CH_MODE_2_0_0_0) || in getMixFactors()
977 (outChMode == CH_MODE_3_0_2_1) || (outChMode == CH_MODE_3_0_4_1) || in getMixFactors()
978 (outChMode == CH_MODE_5_0_2_1))) { in getMixFactors()
1013 numOutChannel = (outChMode & 0xF) + ((outChMode >> 4) & 0xF) + in getMixFactors()
1014 ((outChMode >> 8) & 0xF) + ((outChMode >> 12) & 0xF); in getMixFactors()
2043 PCM_DMX_CHANNEL_MODE outChMode; in pcmDmx_ApplyFrame() local
2202 outChMode = outChModeTable[numOutChannels]; in pcmDmx_ApplyFrame()
2203 FDK_ASSERT(outChMode != CH_MODE_UNDEFINED); in pcmDmx_ApplyFrame()
2207 getChannelDescription(outChMode, mapDescr, channelType, channelIndices, in pcmDmx_ApplyFrame()
2216 outChMode, pParam, &bsMetaData, mixFactors, &dmxScale); in pcmDmx_ApplyFrame()
2317 outChMode = outChModeTable[TWO_CHANNEL]; in pcmDmx_ApplyFrame()
2321 getChannelDescription(outChMode, mapDescr, channelType, channelIndices, in pcmDmx_ApplyFrame()
2351 inChMode = outChMode; in pcmDmx_ApplyFrame()
2381 outChMode = outChModeTable[numOutChannels]; in pcmDmx_ApplyFrame()
2382 FDK_ASSERT(outChMode != CH_MODE_UNDEFINED); in pcmDmx_ApplyFrame()
2388 numChPerGrp[OUT][chGrp] = (outChMode >> (chGrp * 4)) & 0xF; in pcmDmx_ApplyFrame()
2399 getChannelDescription(outChMode, mapDescr, channelType, channelIndices, in pcmDmx_ApplyFrame()