Searched defs:OpusCustomDecoder (Results 1 – 2 of 2) sorted by relevance
64 struct OpusCustomDecoder { struct65 const OpusCustomMode *mode;66 int overlap;67 int channels;68 int stream_channels;70 int downsample;71 int start, end;72 int signalling;73 int arch;78 opus_uint32 rng;[all …]
102 typedef struct OpusCustomDecoder OpusCustomDecoder; typedef