Searched defs:DCACoreDecoder (Results 1 – 1 of 1) sorted by relevance
99 typedef struct DCACoreDecoder { struct100 AVCodecContext *avctx;101 GetBitContext gb;102 GetBitContext gb_in;105 int crc_present; ///< CRC present flag106 int npcmblocks; ///< Number of PCM sample blocks107 int frame_size; ///< Primary frame byte size108 int audio_mode; ///< Audio channel arrangement109 int sample_rate; ///< Core audio sampling frequency110 int bit_rate; ///< Transmission bit rate[all …]