Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_adts.h98 #define ADTS_SYNCLENGTH ( 12 ) /* in bits */ macro
Dtpdec_lib.cpp447 …offset = (hTp->parser.adts.bs.frame_length*8 - ADTS_SYNCLENGTH + FDKgetValidBits(hBs)) - hTp->glob… in transportDec_AdjustEndOfAccessUnit()
712 syncLength = ADTS_SYNCLENGTH; in synchronization()