Lines Matching refs:heightLayer
652 int heightLayer = pPce->FrontElementHeightInfo[i]; in CProgramConfig_LookupElement() local
654 int h, elIdx = ec[heightLayer], chIdx = cc[heightLayer]; in CProgramConfig_LookupElement()
655 AUDIO_CHANNEL_TYPE aChType = (AUDIO_CHANNEL_TYPE)((heightLayer<<4) | ACT_FRONT); in CProgramConfig_LookupElement()
656 for (h = heightLayer-1; h >= 0; h-=1) { in CProgramConfig_LookupElement()
686 chIndex[chIdx] = fc[heightLayer]; in CProgramConfig_LookupElement()
690 chIndex[chIdx+1] = fc[heightLayer]+1; in CProgramConfig_LookupElement()
695 ec[heightLayer] += 1; in CProgramConfig_LookupElement()
697 cc[heightLayer] += 2; in CProgramConfig_LookupElement()
698 fc[heightLayer] += 2; in CProgramConfig_LookupElement()
700 cc[heightLayer] += 1; in CProgramConfig_LookupElement()
701 fc[heightLayer] += 1; in CProgramConfig_LookupElement()
706 int heightLayer = pPce->SideElementHeightInfo[i]; in CProgramConfig_LookupElement() local
708 int h, elIdx = ec[heightLayer], chIdx = cc[heightLayer]; in CProgramConfig_LookupElement()
709 AUDIO_CHANNEL_TYPE aChType = (AUDIO_CHANNEL_TYPE)((heightLayer<<4) | ACT_SIDE); in CProgramConfig_LookupElement()
710 for (h = heightLayer-1; h >= 0; h-=1) { in CProgramConfig_LookupElement()
740 chIndex[chIdx] = sc[heightLayer]; in CProgramConfig_LookupElement()
744 chIndex[chIdx+1] = sc[heightLayer]+1; in CProgramConfig_LookupElement()
749 ec[heightLayer] += 1; in CProgramConfig_LookupElement()
751 cc[heightLayer] += 2; in CProgramConfig_LookupElement()
752 sc[heightLayer] += 2; in CProgramConfig_LookupElement()
754 cc[heightLayer] += 1; in CProgramConfig_LookupElement()
755 sc[heightLayer] += 1; in CProgramConfig_LookupElement()
760 int heightLayer = pPce->BackElementHeightInfo[i]; in CProgramConfig_LookupElement() local
762 int h, elIdx = ec[heightLayer], chIdx = cc[heightLayer]; in CProgramConfig_LookupElement()
763 AUDIO_CHANNEL_TYPE aChType = (AUDIO_CHANNEL_TYPE)((heightLayer<<4) | ACT_BACK); in CProgramConfig_LookupElement()
764 for (h = heightLayer-1; h >= 0; h-=1) { in CProgramConfig_LookupElement()
794 chIndex[chIdx] = bc[heightLayer]; in CProgramConfig_LookupElement()
798 chIndex[chIdx+1] = bc[heightLayer]+1; in CProgramConfig_LookupElement()
803 ec[heightLayer] += 1; in CProgramConfig_LookupElement()
805 cc[heightLayer] += 2; in CProgramConfig_LookupElement()
806 bc[heightLayer] += 2; in CProgramConfig_LookupElement()
808 cc[heightLayer] += 1; in CProgramConfig_LookupElement()
809 bc[heightLayer] += 1; in CProgramConfig_LookupElement()
819 int heightLayer = pPce->FrontElementHeightInfo[i]; in CProgramConfig_LookupElement() local
820 ec[heightLayer] += 1; in CProgramConfig_LookupElement()
821 cc[heightLayer] += (pPce->FrontElementIsCpe[i]) ? 2 : 1; in CProgramConfig_LookupElement()
825 int heightLayer = pPce->SideElementHeightInfo[i]; in CProgramConfig_LookupElement() local
826 ec[heightLayer] += 1; in CProgramConfig_LookupElement()
827 cc[heightLayer] += (pPce->SideElementIsCpe[i]) ? 2 : 1; in CProgramConfig_LookupElement()
831 int heightLayer = pPce->BackElementHeightInfo[i]; in CProgramConfig_LookupElement() local
832 ec[heightLayer] += 1; in CProgramConfig_LookupElement()
833 cc[heightLayer] += (pPce->BackElementIsCpe[i]) ? 2 : 1; in CProgramConfig_LookupElement()