Home
last modified time | relevance | path

Searched refs:pPce2 (Results 1 – 2 of 2) sorted by relevance

/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp287 const CProgramConfig * const pPce2 ) in CProgramConfig_Compare() argument
291 if (FDKmemcmp(pPce1, pPce2, sizeof(CProgramConfig)) != 0) in CProgramConfig_Compare()
296 if (pPce1->NumChannels == pPce2->NumChannels) in CProgramConfig_Compare()
302 if (pPce1->NumFrontChannelElements != pPce2->NumFrontChannelElements) { in CProgramConfig_Compare()
307 if (pPce1->FrontElementHeightInfo[el] != pPce2->FrontElementHeightInfo[el]) { in CProgramConfig_Compare()
312 numCh2 += pPce2->FrontElementIsCpe[el] ? 2 : 1; in CProgramConfig_Compare()
319 if (pPce1->NumSideChannelElements != pPce2->NumSideChannelElements) { in CProgramConfig_Compare()
324 if (pPce1->SideElementHeightInfo[el] != pPce2->SideElementHeightInfo[el]) { in CProgramConfig_Compare()
329 numCh2 += pPce2->SideElementIsCpe[el] ? 2 : 1; in CProgramConfig_Compare()
336 if (pPce1->NumBackChannelElements != pPce2->NumBackChannelElements) { in CProgramConfig_Compare()
[all …]
/external/aac/libMpegTPDec/include/
Dtpdec_lib.h201 const CProgramConfig * const pPce2 );