Home
last modified time | relevance | path

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

/external/libopus/src/
Dopus_decoder.c55 struct OpusDecoder { struct
56 int celt_dec_offset;
57 int silk_dec_offset;
58 int channels;
59 opus_int32 Fs; /** Sampling rate (at the API level) */
60 silk_DecControlStruct DecControl;
61 int decode_gain;
65 int stream_channels;
67 int bandwidth;
68 int mode;
[all …]
/external/libopus/include/
Dopus.h399 typedef struct OpusDecoder OpusDecoder; typedef