Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddca_core.h99 typedef struct DCACoreDecoder { struct
100 AVCodecContext *avctx;
101 GetBitContext gb;
102 GetBitContext gb_in;
105 int crc_present; ///< CRC present flag
106 int npcmblocks; ///< Number of PCM sample blocks
107 int frame_size; ///< Primary frame byte size
108 int audio_mode; ///< Audio channel arrangement
109 int sample_rate; ///< Core audio sampling frequency
110 int bit_rate; ///< Transmission bit rate
[all …]