Home
last modified time | relevance | path

Searched refs:OpusCustomDecoder (Results 1 – 4 of 4) sorted by relevance

/external/libopus/include/
Dopus_custom.h102 typedef struct OpusCustomDecoder OpusCustomDecoder; typedef
267 OpusCustomDecoder *st,
283 OPUS_CUSTOM_EXPORT OPUS_WARN_UNUSED_RESULT OpusCustomDecoder *opus_custom_decoder_create(
292 OPUS_CUSTOM_EXPORT void opus_custom_decoder_destroy(OpusCustomDecoder *st);
304 OpusCustomDecoder *st,
321 OpusCustomDecoder *st,
334 OPUS_CUSTOM_EXPORT int opus_custom_decoder_ctl(OpusCustomDecoder * OPUS_RESTRICT st, int request, .…
/external/libopus/celt/
Dcelt.h50 #define CELTDecoder OpusCustomDecoder
152 int celt_decode_with_ec(OpusCustomDecoder * OPUS_RESTRICT st, const unsigned char *data,
Dopus_custom_demo.c49 OpusCustomDecoder *dec; in main()
Dcelt_decoder.c75 struct OpusCustomDecoder { struct