Lines Matching refs:spkPlane
1120 int spkPlane, chIdx = 0; in CProgramConfig_GetChannelDescription() local
1121 for (spkPlane = SPEAKER_PLANE_NORMAL; spkPlane <= SPEAKER_PLANE_BOTTOM; in CProgramConfig_GetChannelDescription()
1122 spkPlane += 1) { in CProgramConfig_GetChannelDescription()
1125 if (pPce->FrontElementHeightInfo[elIdx] == spkPlane) { in CProgramConfig_GetChannelDescription()
1126 chType[chIdx] = (AUDIO_CHANNEL_TYPE)((spkPlane << 4) | ACT_FRONT); in CProgramConfig_GetChannelDescription()
1129 chType[chIdx] = (AUDIO_CHANNEL_TYPE)((spkPlane << 4) | ACT_FRONT); in CProgramConfig_GetChannelDescription()
1136 if (pPce->SideElementHeightInfo[elIdx] == spkPlane) { in CProgramConfig_GetChannelDescription()
1137 chType[chIdx] = (AUDIO_CHANNEL_TYPE)((spkPlane << 4) | ACT_SIDE); in CProgramConfig_GetChannelDescription()
1140 chType[chIdx] = (AUDIO_CHANNEL_TYPE)((spkPlane << 4) | ACT_SIDE); in CProgramConfig_GetChannelDescription()
1147 if (pPce->BackElementHeightInfo[elIdx] == spkPlane) { in CProgramConfig_GetChannelDescription()
1148 chType[chIdx] = (AUDIO_CHANNEL_TYPE)((spkPlane << 4) | ACT_BACK); in CProgramConfig_GetChannelDescription()
1151 chType[chIdx] = (AUDIO_CHANNEL_TYPE)((spkPlane << 4) | ACT_BACK); in CProgramConfig_GetChannelDescription()
1157 if (spkPlane == SPEAKER_PLANE_NORMAL) { in CProgramConfig_GetChannelDescription()