• Home
  • Raw
  • Download

Lines Matching refs:pce

510                                       CProgramConfig *pce,  in CProgramConfigElement_Read()  argument
528 if (!CProgramConfig_IsValid(pce) && (channelConfig > 0)) { in CProgramConfigElement_Read()
530 CProgramConfig_GetDefault(pce, channelConfig); in CProgramConfigElement_Read()
533 if (CProgramConfig_IsValid(pce)) { in CProgramConfigElement_Read()
535 switch (CProgramConfig_Compare(pce, tmpPce)) { in CProgramConfigElement_Read()
537 FDKmemcpy(pce, tmpPce, in CProgramConfigElement_Read()
543 FDKmemcpy(pce, tmpPce, in CProgramConfigElement_Read()
1266 CProgramConfig_Init(&self->pce); in CAacDecoder_Open()
1521 if (CProgramConfig_IsValid(&self->pce) && (asc->m_channelConfiguration > 0)) { in CAacDecoder_Init()
1529 pceCmpResult = CProgramConfig_Compare(&self->pce, tmpPce); in CAacDecoder_Init()
1533 CProgramConfig_Init(&self->pce); in CAacDecoder_Init()
1537 CProgramConfig_Init(&self->pce); in CAacDecoder_Init()
1556 FDKmemcpy(&self->pce, &asc->m_progrConfigElement, in CAacDecoder_Init()
2376 CProgramConfig *pce; in CAacDecoder_DecodeFrame() local
2403 pce = &self->pce; in CAacDecoder_DecodeFrame()
2404 CProgramConfig_Reset(pce); in CAacDecoder_DecodeFrame()
2415 if (!CProgramConfig_IsValid(pce)) { in CAacDecoder_DecodeFrame()
2483 CProgramConfig_Init(pce); in CAacDecoder_DecodeFrame()
2615 pce, self->streamInfo.channelConfig, in CAacDecoder_DecodeFrame()
2721 pce, self->streamInfo.channelConfig, in CAacDecoder_DecodeFrame()
2740 pce, self->streamInfo.channelConfig, element_instance_tag, 0, in CAacDecoder_DecodeFrame()
2749 int result = CProgramConfigElement_Read(bs, self->hInput, pce, in CAacDecoder_DecodeFrame()
2759 pce, self->elements, (((8)) + (8)), &self->chMapIndex); in CAacDecoder_DecodeFrame()
2766 self->ascChannels[streamIndex] = pce->NumChannels; in CAacDecoder_DecodeFrame()
3082 if (pceRead == 1 && CProgramConfig_IsValid(pce)) { in CAacDecoder_DecodeFrame()
3085 self->hPcmUtils, pce->MatrixMixdownIndexPresent, in CAacDecoder_DecodeFrame()
3086 pce->MatrixMixdownIndex, pce->PseudoSurroundEnable); in CAacDecoder_DecodeFrame()
3110 if ((self->streamInfo.channelConfig == 0) && !pce->isValid) { in CAacDecoder_DecodeFrame()
3122 if ((self->streamInfo.channelConfig == 0) && CProgramConfig_IsValid(pce)) { in CAacDecoder_DecodeFrame()
3134 if (CProgramConfig_GetPceChMap(pce, tmpChMap, (8)) == 0) { in CAacDecoder_DecodeFrame()
3161 pce->ElementInstanceTag, drcChMap, aacChannels); in CAacDecoder_DecodeFrame()
3404 pce->ElementInstanceTag, drcChMap, aacChannels); in CAacDecoder_DecodeFrame()