Home
last modified time | relevance | path

Searched refs:headerBits (Results 1 – 4 of 4) sorted by relevance

/external/aac/libMpegTPDec/src/
Dtpdec_lib.cpp671 INT headerBits = 0, headerBitsFirstFrame = 0, headerBitsPrevious; in synchronization() local
714 headerBitsPrevious = headerBits; in synchronization()
725 headerBits = 0; in synchronization()
744 headerBits = syncLength; in synchronization()
747 headerBits = 0; in synchronization()
767 &headerBits in synchronization()
771 bitsAvail -= headerBits; in synchronization()
777 if ( (checkLengthBits+headerBits) > ((TRANSPORTDEC_INBUF_SIZE<<3)-7) ) { in synchronization()
801 bits = (bitsAvail + headerBits) % TPDEC_SYNCSKIP; in synchronization()
803 FDKpushBiDirectional(hBs, -(headerBits - TPDEC_SYNCSKIP) + bits); in synchronization()
[all …]
/external/aac/libMpegTPEnc/src/
Dtpenc_adts.cpp143 hAdts->headerBits = bits; in adtsWrite_GetHeaderBits()
195 hAdts->headerBits = adtsWrite_GetHeaderBits(hAdts); in adtsWrite_EncodeHeader()
197 FDK_ASSERT(((frame_length+hAdts->headerBits)/8)<0x2000); /*13 bit*/ in adtsWrite_EncodeHeader()
233 FDKwriteBits(hBitStream, (frame_length + hAdts->headerBits)>>3, 13); in adtsWrite_EncodeHeader()
Dtpenc_adts.h117 int headerBits; /*!< Header bit demand for the current raw data block */ member
/external/zxing/core/
Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...