Home
last modified time | relevance | path

Searched defs:AAC_DECODER_INSTANCE (Results 1 – 1 of 1) sorted by relevance

/external/aac/libAACdec/src/
Daacdecoder.h189 struct AAC_DECODER_INSTANCE { struct
190 INT aacChannels; /*!< Amount of AAC decoder channels allocated. */
191 INT ascChannels[(1 *
193 INT blockNumber; /*!< frame counter */
195 INT nrOfLayers;
197 INT outputInterleaved; /*!< PCM output format (interleaved/none interleaved).
200 INT aacOutDataHeadroom; /*!< Headroom of the output time signal to prevent
203 HANDLE_TRANSPORTDEC hInput; /*!< Transport layer handle. */
206 samplingRateInfo[(1 * 1)]; /*!< Sampling Rate information table */
209 frameOK; /*!< Will be unset if a consistency check, e.g. CRC etc. fails */
[all …]