• Home
  • Raw
  • Download

Lines Matching refs:pce

511                                       CProgramConfig *pce,  in CProgramConfigElement_Read()  argument
529 if (!CProgramConfig_IsValid(pce) && (channelConfig > 0)) { in CProgramConfigElement_Read()
531 CProgramConfig_GetDefault(pce, channelConfig); in CProgramConfigElement_Read()
534 if (CProgramConfig_IsValid(pce)) { in CProgramConfigElement_Read()
536 switch (CProgramConfig_Compare(pce, tmpPce)) { in CProgramConfigElement_Read()
538 FDKmemcpy(pce, tmpPce, in CProgramConfigElement_Read()
1269 CProgramConfig_Init(&self->pce); in CAacDecoder_Open()
1534 if (CProgramConfig_IsValid(&self->pce) && (asc->m_channelConfiguration > 0)) { in CAacDecoder_Init()
1542 pceCmpResult = CProgramConfig_Compare(&self->pce, tmpPce); in CAacDecoder_Init()
1546 CProgramConfig_Init(&self->pce); in CAacDecoder_Init()
1550 CProgramConfig_Init(&self->pce); in CAacDecoder_Init()
1569 FDKmemcpy(&self->pce, &asc->m_progrConfigElement, in CAacDecoder_Init()
2408 CProgramConfig *pce; in CAacDecoder_DecodeFrame() local
2435 pce = &self->pce; in CAacDecoder_DecodeFrame()
2436 CProgramConfig_Reset(pce); in CAacDecoder_DecodeFrame()
2447 if (!CProgramConfig_IsValid(pce)) { in CAacDecoder_DecodeFrame()
2515 CProgramConfig_Init(pce); 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()
2781 int result = CProgramConfigElement_Read(bs, self->hInput, pce, in CAacDecoder_DecodeFrame()
2791 pce, self->elements, (((8)) + (8)), &self->chMapIndex); in CAacDecoder_DecodeFrame()
2798 self->ascChannels[streamIndex] = pce->NumChannels; in CAacDecoder_DecodeFrame()
3116 if (pceRead == 1 && CProgramConfig_IsValid(pce)) { in CAacDecoder_DecodeFrame()
3119 self->hPcmUtils, pce->MatrixMixdownIndexPresent, in CAacDecoder_DecodeFrame()
3120 pce->MatrixMixdownIndex, pce->PseudoSurroundEnable); 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()
3168 if (CProgramConfig_GetPceChMap(pce, tmpChMap, (8)) == 0) { in CAacDecoder_DecodeFrame()
3190 pce->ElementInstanceTag, drcChMap, aacChannels); in CAacDecoder_DecodeFrame()
3437 pce->ElementInstanceTag, drcChMap, aacChannels); in CAacDecoder_DecodeFrame()