Searched defs:AAC_DECODER_INSTANCE (Results 1 – 1 of 1) sorted by relevance
183 struct AAC_DECODER_INSTANCE { struct184 INT aacChannels; /*!< Amount of AAC decoder channels allocated. */185 INT ascChannels[(1 *187 INT blockNumber; /*!< frame counter */189 INT nrOfLayers;191 INT outputInterleaved; /*!< PCM output format (interleaved/none interleaved).194 HANDLE_TRANSPORTDEC hInput; /*!< Transport layer handle. */197 samplingRateInfo[(1 * 1)]; /*!< Sampling Rate information table */200 frameOK; /*!< Will be unset if a consistency check, e.g. CRC etc. fails */202 UINT flags[(1 * 1)]; /*!< Flags for internal decoder use. DO NOT USE[all …]