HomeSort by relevance Sort by last modified time
    Searched refs:FrontElementIsCpe (Results 1 - 4 of 4) sorted by null

  /external/aac/libMpegTPDec/src/
tpdec_asc.cpp 217 pPce->FrontElementIsCpe[i] = (UCHAR) FDKreadBits(bs,1);
219 pPce->NumChannels += pPce->FrontElementIsCpe[i] ? 2 : 1;
311 numCh1 += pPce1->FrontElementIsCpe[el] ? 2 : 1;
312 numCh2 += pPce2->FrontElementIsCpe[el] ? 2 : 1;
376 pPce->FrontElementIsCpe[0] = 0;
377 pPce->FrontElementIsCpe[1] = 1;
394 pPce->FrontElementIsCpe[0] = 0;
395 pPce->FrontElementIsCpe[1] = 1;
409 pPce->FrontElementIsCpe[2] = 1;
423 pPce->FrontElementIsCpe[1] = 1
    [all...]
  /external/aac/libMpegTPDec/include/
tp_data.h 147 UCHAR FrontElementIsCpe[PC_FSB_CHANNELS_MAX];
  /external/aac/libMpegTPEnc/include/
tp_data.h 147 UCHAR FrontElementIsCpe[PC_FSB_CHANNELS_MAX];
  /frameworks/av/media/libstagefright/
MPEG4Extractor.cpp     [all...]

Completed in 272 milliseconds