Searched defs:OpusCustomDecoder (Results 1 – 2 of 2) sorted by relevance
67 struct OpusCustomDecoder { struct68 const OpusCustomMode *mode;69 int overlap;70 int channels;71 int stream_channels;73 int downsample;74 int start, end;75 int signalling;76 int arch;81 opus_uint32 rng;[all …]
102 typedef struct OpusCustomDecoder OpusCustomDecoder; typedef