Home
last modified time | relevance | path

Searched refs:TRANSPORTDEC_INBUF_SIZE (Results 1 – 3 of 3) sorted by relevance

/external/aac/libMpegTPDec/src/
Dtpdec_lib.cpp153 C_ALLOC_MEM(Ram_TransportDecoderBuffer, UCHAR, TRANSPORTDEC_INBUF_SIZE) in C_ALLOC_MEM() argument
209 … FDKinitBitStream(&hInput->bitStream[0], hInput->bsBuffer, TRANSPORTDEC_INBUF_SIZE, 0, BS_READER); in C_ALLOC_MEM()
423 if ( (checkLengthBits /*+headerBits*/) > ((TRANSPORTDEC_INBUF_SIZE<<3)-7) ) { in additionalHoldOffNeeded()
682 if ( (checkLengthBits+headerBits) > ((TRANSPORTDEC_INBUF_SIZE<<3)-7) ) { in synchronization()
Dtpdec_adts.cpp286 if ( (cmp_buffer_fullness+adtsHeaderLength) > ((TRANSPORTDEC_INBUF_SIZE<<3)-7) ) { in adtsRead_DecodeHeader()
/external/aac/libMpegTPDec/include/
Dtpdec_lib.h98 #define TRANSPORTDEC_INBUF_SIZE ( 8192 ) /*!< Size is in bytes. macro