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
268 OpusCustomDecoder *st,
284 OPUS_CUSTOM_EXPORT OPUS_WARN_UNUSED_RESULT OpusCustomDecoder *opus_custom_decoder_create(
293 OPUS_CUSTOM_EXPORT void opus_custom_decoder_destroy(OpusCustomDecoder *st);
305 OpusCustomDecoder *st,
322 OpusCustomDecoder *st,
335 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