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 disable_inv;77 int arch;[all …]
102 typedef struct OpusCustomDecoder OpusCustomDecoder; typedef