Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp302 const CProgramConfig * const pPce2 ) in CProgramConfig_Compare() argument
306 if (FDKmemcmp(pPce1, pPce2, sizeof(CProgramConfig)) != 0) in CProgramConfig_Compare()
311 if (pPce1->NumChannels == pPce2->NumChannels) in CProgramConfig_Compare()
317 if (pPce1->NumFrontChannelElements != pPce2->NumFrontChannelElements) { in CProgramConfig_Compare()
322 if (pPce1->FrontElementHeightInfo[el] != pPce2->FrontElementHeightInfo[el]) { in CProgramConfig_Compare()
327 numCh2 += pPce2->FrontElementIsCpe[el] ? 2 : 1; in CProgramConfig_Compare()
334 if (pPce1->NumSideChannelElements != pPce2->NumSideChannelElements) { in CProgramConfig_Compare()
339 if (pPce1->SideElementHeightInfo[el] != pPce2->SideElementHeightInfo[el]) { in CProgramConfig_Compare()
344 numCh2 += pPce2->SideElementIsCpe[el] ? 2 : 1; in CProgramConfig_Compare()
351 if (pPce1->NumBackChannelElements != pPce2->NumBackChannelElements) { in CProgramConfig_Compare()
[all …]
/external/aac/libMpegTPDec/include/
Dtpdec_lib.h201 const CProgramConfig * const pPce2 );