Home
last modified time | relevance | path

Searched defs:OpusCustomDecoder (Results 1 – 2 of 2) sorted by relevance

/external/libopus/celt/
Dcelt_decoder.c67 struct OpusCustomDecoder { struct
68 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 …]
/external/libopus/include/
Dopus_custom.h102 typedef struct OpusCustomDecoder OpusCustomDecoder; typedef