Lines Matching refs:channelConfig
512 const UINT channelConfig, in CProgramConfigElement_Read() argument
529 if (!CProgramConfig_IsValid(pce) && (channelConfig > 0)) { in CProgramConfigElement_Read()
531 CProgramConfig_GetDefault(pce, channelConfig); in CProgramConfigElement_Read()
1207 pStreamInfo->channelConfig = -1; in CStreamInfoInit()
1774 self->streamInfo.channelConfig = asc->m_channelConfiguration; in CAacDecoder_Init()
2442 if (self->streamInfo.channelConfig == 0) { in CAacDecoder_DecodeFrame()
2512 if (self->streamInfo.channelConfig > 0) { in CAacDecoder_DecodeFrame()
2647 pce, self->streamInfo.channelConfig, in CAacDecoder_DecodeFrame()
2753 pce, self->streamInfo.channelConfig, in CAacDecoder_DecodeFrame()
2772 pce, self->streamInfo.channelConfig, element_instance_tag, 0, in CAacDecoder_DecodeFrame()
2782 self->streamInfo.channelConfig, in CAacDecoder_DecodeFrame()
3144 if ((self->streamInfo.channelConfig == 0) && !pce->isValid) { in CAacDecoder_DecodeFrame()
3156 if ((self->streamInfo.channelConfig == 0) && CProgramConfig_IsValid(pce)) { in CAacDecoder_DecodeFrame()