Home
last modified time | relevance | path

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

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