OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TRANSPORTDEC_INBUF_SIZE
(Results
1 - 3
of
3
) sorted by null
/external/aac/libMpegTPDec/include/
tpdec_lib.h
98
#define
TRANSPORTDEC_INBUF_SIZE
( 8192 ) /*!< Size is in bytes.
/external/aac/libMpegTPDec/src/
tpdec_adts.cpp
286
if ( (cmp_buffer_fullness+adtsHeaderLength) > ((
TRANSPORTDEC_INBUF_SIZE
<<3)-7) ) {
tpdec_lib.cpp
153
C_ALLOC_MEM(Ram_TransportDecoderBuffer, UCHAR,
TRANSPORTDEC_INBUF_SIZE
)
209
FDKinitBitStream(&hInput->bitStream[0], hInput->bsBuffer,
TRANSPORTDEC_INBUF_SIZE
, 0, BS_READER);
423
if ( (checkLengthBits /*+headerBits*/) > ((
TRANSPORTDEC_INBUF_SIZE
<<3)-7) ) {
682
if ( (checkLengthBits+headerBits) > ((
TRANSPORTDEC_INBUF_SIZE
<<3)-7) ) {
[
all
...]
Completed in 20 milliseconds