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

  /external/aac/libAACdec/src/
aacdec_drc.h 142 UCHAR pceInstanceTag,
172 UCHAR pceInstanceTag,
aacdec_drc_types.h 128 SCHAR pceInstanceTag;
aacdec_drc.cpp 480 pDrcBs->pceInstanceTag = FDKreadBits(bs, 4); /* pce_instance_tag */
485 pDrcBs->pceInstanceTag = -1; /* not present */
617 pDrcBs->pceInstanceTag = -1; /* Not present */
670 UCHAR pceInstanceTag,
747 if (pThreadBs->pceInstanceTag >= 0) { /* if PCE tag present */
748 if (pThreadBs->pceInstanceTag != pceInstanceTag) {
    [all...]

Completed in 68 milliseconds