Searched defs:OpusCustomDecoder (Results 1 – 2 of 2) sorted by relevance
80 struct OpusCustomDecoder { struct81 const OpusCustomMode *mode;82 int overlap;83 int channels;84 int stream_channels;86 int downsample;87 int start, end;88 int signalling;89 int disable_inv;90 int complexity;[all …]
102 typedef struct OpusCustomDecoder OpusCustomDecoder; typedef