Searched refs:inChMode (Results 1 – 1 of 1) sorted by relevance
926 PCM_DMX_CHANNEL_MODE inChMode, in getMixFactors() argument951 inChCfg = (unsigned int)inChMode; in getMixFactors()957 inChMode = outChModeTable[inChCfg]; in getMixFactors()960 inChMode = CH_MODE_3_0_3_1; in getMixFactors()963 inChMode = CH_MODE_3_0_4_1; in getMixFactors()966 inChMode = CH_MODE_5_0_2_1; in getMixFactors()974 numInChannel = (inChMode&0xF) in getMixFactors()975 + ((inChMode>> 4)&0xF) in getMixFactors()976 + ((inChMode>> 8)&0xF) in getMixFactors()977 + ((inChMode>>12)&0xF); in getMixFactors()[all …]