Searched refs:inChMode (Results 1 – 1 of 1) sorted by relevance
985 PCM_DMX_CHANNEL_MODE inChMode, in getMixFactors() argument1012 inChCfg = (unsigned int)inChMode; in getMixFactors()1020 inChMode = outChModeTable[inChCfg]; in getMixFactors()1023 inChMode = CH_MODE_3_0_3_1; in getMixFactors()1026 inChMode = CH_MODE_3_0_4_1; in getMixFactors()1030 inChMode = CH_MODE_5_0_2_1; in getMixFactors()1038 numInChannel = (inChMode & 0xF) + ((inChMode >> 4) & 0xF) + in getMixFactors()1039 ((inChMode >> 8) & 0xF) + ((inChMode >> 12) & 0xF); in getMixFactors()1050 if (((inChMode >> 12) & 0xF) == 0) { in getMixFactors()1069 switch (inChMode) { in getMixFactors()[all …]