Searched refs:opus_custom_decoder_ctl (Results 1 – 4 of 4) sorted by relevance
334 OPUS_CUSTOM_EXPORT int opus_custom_decoder_ctl(OpusCustomDecoder * OPUS_RESTRICT st, int request, .…
120 opus_custom_decoder_ctl(dec, OPUS_GET_LOOKAHEAD(&skip)); in main()
156 #define celt_decoder_ctl opus_custom_decoder_ctl
214 opus_custom_decoder_ctl(st, OPUS_RESET_STATE); in opus_custom_decoder_init()1247 int opus_custom_decoder_ctl(CELTDecoder * OPUS_RESTRICT st, int request, ...) function