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.cpp821 return TRANSPORTDEC_NOT_ENOUGH_BITS; in additionalHoldOffNeeded()
854 return TRANSPORTDEC_NOT_ENOUGH_BITS; in additionalHoldOffNeeded()
897 if (err != TRANSPORTDEC_NOT_ENOUGH_BITS) { in transportDec_readHeader()
970 if ((err != TRANSPORTDEC_NOT_ENOUGH_BITS) && in transportDec_readHeader()
1074 err = TRANSPORTDEC_NOT_ENOUGH_BITS; in synchronization()
1116 err = TRANSPORTDEC_NOT_ENOUGH_BITS; in synchronization()
1178 err = TRANSPORTDEC_NOT_ENOUGH_BITS; in synchronization()
1183 if (err == TRANSPORTDEC_NOT_ENOUGH_BITS) { in synchronization()
1268 if (err == TRANSPORTDEC_NOT_ENOUGH_BITS) { in synchronization()
1274 if (err == TRANSPORTDEC_NOT_ENOUGH_BITS) { in synchronization()
[all …]
Dtpdec_adts.cpp186 return TRANSPORTDEC_NOT_ENOUGH_BITS; in adtsRead_DecodeHeader()
297 return TRANSPORTDEC_NOT_ENOUGH_BITS; in adtsRead_DecodeHeader()
365 return TRANSPORTDEC_NOT_ENOUGH_BITS; in adtsRead_DecodeHeader()
Dtpdec_adif.cpp116 return (TRANSPORTDEC_NOT_ENOUGH_BITS); in adifRead_DecodeHeader()
Dtpdec_latm.cpp250 return TRANSPORTDEC_NOT_ENOUGH_BITS; in CLatmDemux_Read()
272 return TRANSPORTDEC_NOT_ENOUGH_BITS; in CLatmDemux_Read()
/external/aac/libMpegTPDec/include/
Dtpdec_lib.h115 TRANSPORTDEC_NOT_ENOUGH_BITS, /*!< Out of bits. Provide more bits and try enumerator
/external/aac/libAACdec/src/
Daacdecoder_lib.cpp1195 case TRANSPORTDEC_NOT_ENOUGH_BITS: in aacDecoder_DecodeFrame()