Home
last modified time | relevance | path

Searched refs:TRANSPORTDEC_NOT_ENOUGH_BITS (Results 1 – 6 of 6) sorted by relevance

/external/aac/libMpegTPDec/src/
Dtpdec_lib.cpp470 return TRANSPORTDEC_NOT_ENOUGH_BITS; in additionalHoldOffNeeded()
503 return TRANSPORTDEC_NOT_ENOUGH_BITS; in additionalHoldOffNeeded()
542 if (err != TRANSPORTDEC_NOT_ENOUGH_BITS) { in transportDec_readHeader()
603 if (err != TRANSPORTDEC_NOT_ENOUGH_BITS) { in transportDec_readHeader()
685 err = TRANSPORTDEC_NOT_ENOUGH_BITS; in synchronization()
724 err = TRANSPORTDEC_NOT_ENOUGH_BITS; in synchronization()
784 err = TRANSPORTDEC_NOT_ENOUGH_BITS; in synchronization()
789 if (err == TRANSPORTDEC_NOT_ENOUGH_BITS) { in synchronization()
867 if (err == TRANSPORTDEC_NOT_ENOUGH_BITS) { in synchronization()
873 if (err == TRANSPORTDEC_NOT_ENOUGH_BITS) { in synchronization()
[all …]
Dtpdec_adif.cpp108 return (TRANSPORTDEC_NOT_ENOUGH_BITS); in adifRead_DecodeHeader()
Dtpdec_latm.cpp175 return TRANSPORTDEC_NOT_ENOUGH_BITS; in CLatmDemux_Read()
197 return TRANSPORTDEC_NOT_ENOUGH_BITS; in CLatmDemux_Read()
Dtpdec_adts.cpp289 return TRANSPORTDEC_NOT_ENOUGH_BITS; in adtsRead_DecodeHeader()
/external/aac/libMpegTPDec/include/
Dtpdec_lib.h108TRANSPORTDEC_NOT_ENOUGH_BITS, /*!< Out of bits. Provide more bits and try again. */ enumerator
/external/aac/libAACdec/src/
Daacdecoder_lib.cpp817 case TRANSPORTDEC_NOT_ENOUGH_BITS: in aacDecoder_DecodeFrame()