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

  /external/aac/libAACdec/include/
aacdecoder_lib.h 157 with aacDecoder_DecodeFrame().
161 If it is very small like just 4, aacDecoder_DecodeFrame() will
168 -# Call aacDecoder_DecodeFrame() which writes decoded PCM audio data to a client-supplied buffer. It is the
170 \skipline aacDecoder_DecodeFrame
249 is passed to aacDecoder_DecodeFrame() and the expected data in the CStreamInfo structure which can be obtained
424 /** Macro to identify if the audio output buffer contains valid samples after calling aacDecoder_DecodeFrame(). */
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp 765 decoderErr = aacDecoder_DecodeFrame(mAACDecoder,
779 ALOGW("aacDecoder_DecodeFrame decoderErr = 0x%4.4x", decoderErr);
    [all...]
  /external/aac/libAACdec/src/
aacdecoder_lib.cpp 787 LINKSPEC_CPP AAC_DECODER_ERROR aacDecoder_DecodeFrame(
    [all...]

Completed in 141 milliseconds