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

  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp 473 AAC_DECODER_ERROR decoderErr = AAC_DEC_NOT_ENOUGH_BITS;
474 while (bytesValid[0] > 0 && decoderErr == AAC_DEC_NOT_ENOUGH_BITS) {
486 if (decoderErr == AAC_DEC_NOT_ENOUGH_BITS) {
  /external/aac/libAACdec/include/
aacdecoder_lib.h 163 repeatedly return ::AAC_DEC_NOT_ENOUGH_BITS until enough bits were fed by aacDecoder_Fill(). Only read data
364 AAC_DEC_NOT_ENOUGH_BITS = 0x1002, /*!< The input buffer ran out of bits. */
    [all...]
  /external/aac/libAACdec/src/
aacdecoder_lib.cpp 744 ErrorStatus = AAC_DEC_NOT_ENOUGH_BITS;

Completed in 135 milliseconds