Lines Matching refs:channelConfig
442 void CProgramConfig_GetDefault(CProgramConfig *pPce, const UINT channelConfig) { in CProgramConfig_GetDefault() argument
450 switch (channelConfig) { in CProgramConfig_GetDefault()
500 pPce->BackElementIsCpe[0] = (channelConfig > 4) ? 1 : 0; in CProgramConfig_GetDefault()
501 pPce->NumChannels += (channelConfig > 4) ? 2 : 1; in CProgramConfig_GetDefault()
502 pPce->NumEffectiveChannels += (channelConfig > 4) ? 2 : 1; in CProgramConfig_GetDefault()
563 UINT channelConfig, in getImplicitAudioChannelTypeAndIndex() argument
569 switch (channelConfig) { in getImplicitAudioChannelTypeAndIndex()
646 int CProgramConfig_LookupElement(CProgramConfig *pPce, UINT channelConfig, in CProgramConfig_LookupElement() argument
652 if (channelConfig > 0) { in CProgramConfig_LookupElement()
660 if ((channelConfig == 2) && in CProgramConfig_LookupElement()
665 channelConfig = 1; in CProgramConfig_LookupElement()
677 &chType[channelIdx], &chIndex[channelIdx], channelConfig, channelIdx); in CProgramConfig_LookupElement()