Searched refs:plainIdx (Results 1 – 1 of 1) sorted by relevance
729 int grpIdx, plainIdx, numPlains = 1, numTotalChannels = 0; in getChannelDescription() local774 for (plainIdx = 0; plainIdx < numPlains; plainIdx += 1) { in getChannelDescription()778 plainChMode = getChMode4Plain(plainIdx, chMode, chCfg); in getChannelDescription()787 if ((numChInGrp[CH_GROUP_FRONT] & 0x1) && (plainIdx == CH_PLAIN_NORMAL)) { in getChannelDescription()804 type = (AUDIO_CHANNEL_TYPE)((plainIdx << 4) | ACT_FRONT); in getChannelDescription()805 switch (plainIdx) { in getChannelDescription()815 type = (AUDIO_CHANNEL_TYPE)((plainIdx << 4) | ACT_SIDE); in getChannelDescription()816 if (plainIdx == CH_PLAIN_TOP) { in getChannelDescription()825 type = (AUDIO_CHANNEL_TYPE)((plainIdx << 4) | ACT_BACK); in getChannelDescription()826 if (plainIdx == CH_PLAIN_TOP) { in getChannelDescription()[all …]