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.cpp826 return TRANSPORTDEC_NOT_ENOUGH_BITS; in additionalHoldOffNeeded()
859 return TRANSPORTDEC_NOT_ENOUGH_BITS; in additionalHoldOffNeeded()
902 if (err != TRANSPORTDEC_NOT_ENOUGH_BITS) { in transportDec_readHeader()
980 if ((err != TRANSPORTDEC_NOT_ENOUGH_BITS) && in transportDec_readHeader()
1087 err = TRANSPORTDEC_NOT_ENOUGH_BITS; in synchronization()
1129 err = TRANSPORTDEC_NOT_ENOUGH_BITS; in synchronization()
1169 ? TRANSPORTDEC_NOT_ENOUGH_BITS in synchronization()
1196 err = TRANSPORTDEC_NOT_ENOUGH_BITS; in synchronization()
1201 if (err == TRANSPORTDEC_NOT_ENOUGH_BITS) { in synchronization()
1285 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()
405 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.cpp1210 case TRANSPORTDEC_NOT_ENOUGH_BITS: in aacDecoder_DecodeFrame()