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;
65 int stream_channels;
67 int bandwidth;
68 int mode;
69 int prev_mode;
70 int frame_size;
71 int prev_redundancy;
72 int last_packet_duration;
74 opus_val16 softclip_mem[2];
98 return align(sizeof(OpusDecoder))+silkDecSizeBytes+celtDecSizeBytes; in opus_decoder_get_size() argument