Searched refs:inChMode (Results 1 – 1 of 1) sorted by relevance
957 PCM_DMX_CHANNEL_MODE inChMode, in getMixFactors() argument984 inChCfg = (unsigned int)inChMode; in getMixFactors()992 inChMode = outChModeTable[inChCfg]; in getMixFactors()995 inChMode = CH_MODE_3_0_3_1; in getMixFactors()998 inChMode = CH_MODE_3_0_4_1; in getMixFactors()1002 inChMode = CH_MODE_5_0_2_1; in getMixFactors()1010 numInChannel = (inChMode & 0xF) + ((inChMode >> 4) & 0xF) + in getMixFactors()1011 ((inChMode >> 8) & 0xF) + ((inChMode >> 12) & 0xF); in getMixFactors()1022 if (((inChMode >> 12) & 0xF) == 0) { in getMixFactors()1041 switch (inChMode) { in getMixFactors()[all …]