Lines Matching refs:channelConfig
581 const UINT channelConfig, in CProgramConfigElement_Read() argument
598 if (!CProgramConfig_IsValid(pce) && (channelConfig > 0)) { in CProgramConfigElement_Read()
600 CProgramConfig_GetDefault(pce, channelConfig); in CProgramConfigElement_Read()
1281 pStreamInfo->channelConfig = -1; in CStreamInfoInit()
1877 self->streamInfo.channelConfig = asc->m_channelConfiguration; in CAacDecoder_Init()
2557 if (self->streamInfo.channelConfig == 0) { in CAacDecoder_DecodeFrame()
2627 if (self->streamInfo.channelConfig > 0) { in CAacDecoder_DecodeFrame()
2762 pce, self->streamInfo.channelConfig, in CAacDecoder_DecodeFrame()
2868 pce, self->streamInfo.channelConfig, in CAacDecoder_DecodeFrame()
2887 pce, self->streamInfo.channelConfig, element_instance_tag, 0, in CAacDecoder_DecodeFrame()
2897 self->streamInfo.channelConfig, in CAacDecoder_DecodeFrame()
3048 (self->streamInfo.channelConfig == 0) && pce->isValid && in CAacDecoder_DecodeFrame()
3277 if ((self->streamInfo.channelConfig == 0) && !pce->isValid) { in CAacDecoder_DecodeFrame()
3289 if ((self->streamInfo.channelConfig == 0) && CProgramConfig_IsValid(pce)) { in CAacDecoder_DecodeFrame()