Home
last modified time | relevance | path

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

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