Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dalsdec.c195 typedef struct ALSDecContext { struct
196 AVCodecContext *avctx;
197 ALSSpecificConfig sconf;
198 GetBitContext gb;
199 BswapDSPContext bdsp;
200 const AVCRC *crc_table;
201 uint32_t crc_org; ///< CRC value of the original input data
202 uint32_t crc; ///< CRC value calculated from decoded data
203 unsigned int cur_frame_length; ///< length of the current frame to decode
204 unsigned int frame_id; ///< the frame ID / number of the current frame
[all …]