Searched refs:inChMode (Results 1 – 1 of 1) sorted by relevance
924 PCM_DMX_CHANNEL_MODE inChMode, in getMixFactors() argument949 inChCfg = (unsigned int)inChMode; in getMixFactors()955 inChMode = outChModeTable[inChCfg]; in getMixFactors()958 inChMode = CH_MODE_3_0_3_1; in getMixFactors()961 inChMode = CH_MODE_3_0_4_1; in getMixFactors()964 inChMode = CH_MODE_5_0_2_1; in getMixFactors()972 numInChannel = (inChMode&0xF) in getMixFactors()973 + ((inChMode>> 4)&0xF) in getMixFactors()974 + ((inChMode>> 8)&0xF) in getMixFactors()975 + ((inChMode>>12)&0xF); in getMixFactors()[all …]