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.cpp155 C_ALLOC_MEM(Ram_TransportDecoderBuffer, UCHAR, TRANSPORTDEC_INBUF_SIZE) in C_ALLOC_MEM() argument
213 … FDKinitBitStream(&hInput->bitStream[0], hInput->bsBuffer, TRANSPORTDEC_INBUF_SIZE, 0, BS_READER); in C_ALLOC_MEM()
515 if ( (checkLengthBits /*+headerBits*/) > ((TRANSPORTDEC_INBUF_SIZE<<3)-7) ) { in additionalHoldOffNeeded()
794 if ( (checkLengthBits+headerBits) > ((TRANSPORTDEC_INBUF_SIZE<<3)-7) ) { in synchronization()
914 …if ( (TRANSPORTDEC_NOT_ENOUGH_BITS == err) && (FDKgetValidBits(hBs) >= ((TRANSPORTDEC_INBUF_SIZE*… 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