Searched refs:plainChMode (Results 1 – 1 of 1) sorted by relevance
471 PCM_DMX_CHANNEL_MODE plainChMode = totChMode; in getChMode4Plain() local478 plainChMode = (PCM_DMX_CHANNEL_MODE)0x0000; in getChMode4Plain()481 plainChMode = CH_MODE_2_0_0_0; in getChMode4Plain()485 plainChMode = CH_MODE_3_0_2_1; in getChMode4Plain()494 return plainChMode; in getChMode4Plain()747 PCM_DMX_CHANNEL_MODE plainChMode; in getChannelDescription() local750 plainChMode = getChMode4Plain(plainIdx, chMode, chCfg); in getChannelDescription()753 numChInGrp[CH_GROUP_FRONT] = plainChMode & 0xF; in getChannelDescription()754 numChInGrp[CH_GROUP_SIDE] = (plainChMode >> 4) & 0xF; in getChannelDescription()755 numChInGrp[CH_GROUP_REAR] = (plainChMode >> 8) & 0xF; in getChannelDescription()[all …]