• 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()
1267 CProgramConfig_Init(&self->pce); in CAacDecoder_Open()
1524 if (CProgramConfig_IsValid(&self->pce) && (asc->m_channelConfiguration > 0)) { in CAacDecoder_Init()
1532 pceCmpResult = CProgramConfig_Compare(&self->pce, tmpPce); in CAacDecoder_Init()
1536 CProgramConfig_Init(&self->pce); in CAacDecoder_Init()
1540 CProgramConfig_Init(&self->pce); in CAacDecoder_Init()
1559 FDKmemcpy(&self->pce, &asc->m_progrConfigElement, in CAacDecoder_Init()
2382 CProgramConfig *pce; in CAacDecoder_DecodeFrame() local
2409 pce = &self->pce; in CAacDecoder_DecodeFrame()
2410 CProgramConfig_Reset(pce); in CAacDecoder_DecodeFrame()
2421 if (!CProgramConfig_IsValid(pce)) { in CAacDecoder_DecodeFrame()
2489 CProgramConfig_Init(pce); in CAacDecoder_DecodeFrame()
2621 pce, self->streamInfo.channelConfig, in CAacDecoder_DecodeFrame()
2727 pce, self->streamInfo.channelConfig, in CAacDecoder_DecodeFrame()
2746 pce, self->streamInfo.channelConfig, element_instance_tag, 0, in CAacDecoder_DecodeFrame()
2755 int result = CProgramConfigElement_Read(bs, self->hInput, pce, in CAacDecoder_DecodeFrame()
2765 pce, self->elements, (((8)) + (8)), &self->chMapIndex); in CAacDecoder_DecodeFrame()
2772 self->ascChannels[streamIndex] = pce->NumChannels; in CAacDecoder_DecodeFrame()
3090 if (pceRead == 1 && CProgramConfig_IsValid(pce)) { in CAacDecoder_DecodeFrame()
3093 self->hPcmUtils, pce->MatrixMixdownIndexPresent, in CAacDecoder_DecodeFrame()
3094 pce->MatrixMixdownIndex, pce->PseudoSurroundEnable); in CAacDecoder_DecodeFrame()
3118 if ((self->streamInfo.channelConfig == 0) && !pce->isValid) { in CAacDecoder_DecodeFrame()
3130 if ((self->streamInfo.channelConfig == 0) && CProgramConfig_IsValid(pce)) { in CAacDecoder_DecodeFrame()
3142 if (CProgramConfig_GetPceChMap(pce, tmpChMap, (8)) == 0) { in CAacDecoder_DecodeFrame()
3169 pce->ElementInstanceTag, drcChMap, aacChannels); in CAacDecoder_DecodeFrame()
3412 pce->ElementInstanceTag, drcChMap, aacChannels); in CAacDecoder_DecodeFrame()