Lines Matching refs:elIdx
729 int h, elIdx = ec[heightLayer], chIdx = cc[heightLayer]; in CProgramConfig_LookupElement() local
737 elIdx += 1; in CProgramConfig_LookupElement()
744 elIdx += 1; in CProgramConfig_LookupElement()
751 elIdx += 1; in CProgramConfig_LookupElement()
756 elIdx += pPce->NumLfeChannelElements; in CProgramConfig_LookupElement()
768 *elMapping = elIdx; in CProgramConfig_LookupElement()
785 int h, elIdx = ec[heightLayer], chIdx = cc[heightLayer]; in CProgramConfig_LookupElement() local
793 elIdx += 1; in CProgramConfig_LookupElement()
800 elIdx += 1; in CProgramConfig_LookupElement()
807 elIdx += 1; in CProgramConfig_LookupElement()
813 elIdx += pPce->NumLfeChannelElements; in CProgramConfig_LookupElement()
825 *elMapping = elIdx; in CProgramConfig_LookupElement()
842 int h, elIdx = ec[heightLayer], chIdx = cc[heightLayer]; in CProgramConfig_LookupElement() local
850 elIdx += 1; in CProgramConfig_LookupElement()
857 elIdx += 1; in CProgramConfig_LookupElement()
864 elIdx += 1; in CProgramConfig_LookupElement()
869 elIdx += pPce->NumLfeChannelElements; in CProgramConfig_LookupElement()
881 *elMapping = elIdx; in CProgramConfig_LookupElement()
919 int elIdx = in CProgramConfig_LookupElement() local
924 *elMapping = elIdx; in CProgramConfig_LookupElement()
978 int elIdx, grpChIdx = 0; in CProgramConfig_GetChannelDescription() local
979 for (elIdx = 0; elIdx < pPce->NumFrontChannelElements; elIdx += 1) { in CProgramConfig_GetChannelDescription()
980 if (pPce->FrontElementHeightInfo[elIdx] == spkPlane) { in CProgramConfig_GetChannelDescription()
983 if (pPce->FrontElementIsCpe[elIdx]) { in CProgramConfig_GetChannelDescription()
990 for (elIdx = 0; elIdx < pPce->NumSideChannelElements; elIdx += 1) { in CProgramConfig_GetChannelDescription()
991 if (pPce->SideElementHeightInfo[elIdx] == spkPlane) { in CProgramConfig_GetChannelDescription()
994 if (pPce->SideElementIsCpe[elIdx]) { in CProgramConfig_GetChannelDescription()
1001 for (elIdx = 0; elIdx < pPce->NumBackChannelElements; elIdx += 1) { in CProgramConfig_GetChannelDescription()
1002 if (pPce->BackElementHeightInfo[elIdx] == spkPlane) { in CProgramConfig_GetChannelDescription()
1005 if (pPce->BackElementIsCpe[elIdx]) { in CProgramConfig_GetChannelDescription()
1013 for (elIdx = 0; elIdx < pPce->NumLfeChannelElements; elIdx += 1) { in CProgramConfig_GetChannelDescription()