Searched refs:plainIdx (Results 1 – 1 of 1) sorted by relevance
701 int grpIdx, plainIdx, numPlains = 1, numTotalChannels = 0; in getChannelDescription() local746 for (plainIdx = 0; plainIdx < numPlains; plainIdx += 1) { in getChannelDescription()750 plainChMode = getChMode4Plain(plainIdx, chMode, chCfg); in getChannelDescription()759 if ((numChInGrp[CH_GROUP_FRONT] & 0x1) && (plainIdx == CH_PLAIN_NORMAL)) { in getChannelDescription()776 type = (AUDIO_CHANNEL_TYPE)((plainIdx << 4) | ACT_FRONT); in getChannelDescription()777 switch (plainIdx) { in getChannelDescription()787 type = (AUDIO_CHANNEL_TYPE)((plainIdx << 4) | ACT_SIDE); in getChannelDescription()788 if (plainIdx == CH_PLAIN_TOP) { in getChannelDescription()797 type = (AUDIO_CHANNEL_TYPE)((plainIdx << 4) | ACT_BACK); in getChannelDescription()798 if (plainIdx == CH_PLAIN_TOP) { in getChannelDescription()[all …]