Home
last modified time | relevance | path

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

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