Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddca_lbr.h58 typedef struct DCALbrDecoder { struct
59 AVCodecContext *avctx;
60 GetBitContext gb;
62 int sample_rate; ///< Sample rate of LBR audio
63 int ch_mask; ///< LBR speaker mask
64 int flags; ///< Flags for LBR decoder initialization
65 int bit_rate_orig; ///< Original bit rate
66 int bit_rate_scaled; ///< Scaled bit rate
68 int nchannels; ///< Number of fullband channels to decode
69 int nchannels_total; ///< Total number of fullband channels
[all …]