OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:headerBits
(Results
1 - 2
of
2
) sorted by null
/external/aac/libMpegTPEnc/src/
tpenc_adts.h
117
int
headerBits
; /*!< Header bit demand for the current raw data block */
/external/aac/libMpegTPDec/src/
tpdec_lib.cpp
498
if ( (checkLengthBits /*+
headerBits
*/) > ((TRANSPORTDEC_INBUF_SIZE<<3)-7) ) {
671
INT
headerBits
= 0, headerBitsFirstFrame = 0, headerBitsPrevious;
714
headerBitsPrevious =
headerBits
;
725
headerBits
= 0;
744
headerBits
= syncLength;
747
headerBits
= 0;
767
&
headerBits
771
bitsAvail -=
headerBits
;
777
if ( (checkLengthBits+
headerBits
) > ((TRANSPORTDEC_INBUF_SIZE<<3)-7) ) {
801
bits = (bitsAvail +
headerBits
) % TPDEC_SYNCSKIP
[
all
...]
Completed in 62 milliseconds