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;
82 static void validate_opus_decoder(OpusDecoder *st) in validate_opus_decoder() argument
/external/libopus/include/
Dopus.h399 typedef struct OpusDecoder OpusDecoder; typedef