Lines Matching defs:OpusDecoder
55 struct OpusDecoder { struct
56 int celt_dec_offset;
57 int silk_dec_offset;
58 int channels;
59 opus_int32 Fs; /** Sampling rate (at the API level) */
60 silk_DecControlStruct DecControl;
61 int decode_gain;
62 int arch;
66 int stream_channels;
68 int bandwidth;
69 int mode;
93 return align(sizeof(OpusDecoder))+silkDecSizeBytes+celtDecSizeBytes; in opus_decoder_get_size() argument