Searched defs:OpusDecoder (Results 1 – 4 of 4) sorted by relevance
64 struct OpusDecoder { struct65 int celt_dec_offset;66 int silk_dec_offset;67 int channels;68 opus_int32 Fs; /** Sampling rate (at the API level) */69 silk_DecControlStruct DecControl;70 int decode_gain;71 int complexity;95 static void validate_opus_decoder(OpusDecoder *st) in validate_opus_decoder() argument
37 public final class OpusDecoder class74 public OpusDecoder( in OpusDecoder() method in OpusDecoder
37 public final class OpusDecoder class75 public OpusDecoder( in OpusDecoder() method in OpusDecoder
399 typedef struct OpusDecoder OpusDecoder; typedef