Home | History | Annotate | Download | only in include

Lines Matching refs:aacDecoder_DecodeFrame

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
423 /** Macro to identify if the audio output buffer contains valid samples after calling aacDecoder_DecodeFrame(). */
565 INT numLostAccessUnits; /*!< This integer will reflect the estimated amount of lost access units in case aacDecoder_DecodeFrame()
700 #define AACDEC_CONCEAL 1 /*!< Flag for aacDecoder_DecodeFrame(): Trigger the built-in error concealment module \
703 #define AACDEC_FLUSH 2 /*!< Flag for aacDecoder_DecodeFrame(): Flush all filterbanks to get all delayed audio \
705 #define AACDEC_INTR 4 /*!< Flag for aacDecoder_DecodeFrame(): Signal an input bit stream data discontinuity. \
707 #define AACDEC_CLRHIST 8 /*!< Flag for aacDecoder_DecodeFrame(): Clear all signal delay lines and history buffers.\
722 aacDecoder_DecodeFrame ( HANDLE_AACDECODER self,