Searched refs:outChMode (Results 1 – 1 of 1) sorted by relevance
925 const PCM_DMX_CHANNEL_MODE outChMode, in getMixFactors() argument942 FDK_ASSERT( (outChMode == CH_MODE_1_0_0_0) in getMixFactors()943 || (outChMode == CH_MODE_2_0_0_0) in getMixFactors()944 || (outChMode == CH_MODE_3_0_2_1) ); in getMixFactors()977 numOutChannel = (outChMode&0xF) in getMixFactors()978 + ((outChMode>> 4)&0xF) in getMixFactors()979 + ((outChMode>> 8)&0xF) in getMixFactors()980 + ((outChMode>>12)&0xF); in getMixFactors()1891 PCM_DMX_CHANNEL_MODE outChMode; in pcmDmx_ApplyFrame() local2042 outChMode = outChModeTable[numOutChannels]; in pcmDmx_ApplyFrame()[all …]