Searched refs:OpusCustomDecoder (Results 1 – 4 of 4) sorted by relevance
102 typedef struct OpusCustomDecoder OpusCustomDecoder; typedef268 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, .…
50 #define CELTDecoder OpusCustomDecoder152 int celt_decode_with_ec(OpusCustomDecoder * OPUS_RESTRICT st, const unsigned char *data,
49 OpusCustomDecoder *dec; in main()
75 struct OpusCustomDecoder { struct