HomeSort by relevance Sort by last modified time
    Searched refs:AAC_DEC_NOT_ENOUGH_BITS (Results 1 - 3 of 3) sorted by null

  /external/aac/libAACdec/include/
aacdecoder_lib.h 162 repeatedly return ::AAC_DEC_NOT_ENOUGH_BITS until enough bits were fed by aacDecoder_Fill(). Only read data
363 AAC_DEC_NOT_ENOUGH_BITS = 0x1002, /*!< The input buffer ran out of bits. */
    [all...]
  /external/aac/libAACdec/src/
aacdecoder_lib.cpp 822 ErrorStatus = AAC_DEC_NOT_ENOUGH_BITS;
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp 726 if (decoderErr == AAC_DEC_NOT_ENOUGH_BITS) {
    [all...]

Completed in 75 milliseconds