Searched refs:OpusCustomDecoder (Results 1 – 4 of 4) sorted by relevance
102 typedef struct OpusCustomDecoder OpusCustomDecoder; typedef267 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, .…
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