Searched defs:OpusCustomDecoder (Results 1 – 2 of 2) sorted by relevance
75 struct OpusCustomDecoder { struct76 const OpusCustomMode *mode;77 int overlap;78 int channels;79 int stream_channels;81 int downsample;82 int start, end;83 int signalling;84 int disable_inv;85 int arch;[all …]
102 typedef struct OpusCustomDecoder OpusCustomDecoder; typedef