Searched refs:opus_custom_decoder_ctl (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/opus/src/include/
H A Dopus_custom.h334 OPUS_CUSTOM_EXPORT int opus_custom_decoder_ctl(OpusCustomDecoder * OPUS_RESTRICT st, int request, ...) OPUS_ARG_NONNULL(1);
/external/libopus/include/
H A Dopus_custom.h334 OPUS_CUSTOM_EXPORT int opus_custom_decoder_ctl(OpusCustomDecoder * OPUS_RESTRICT st, int request, ...) OPUS_ARG_NONNULL(1);
/external/chromium_org/third_party/opus/src/celt/
H A Dcelt.h140 #define celt_decoder_ctl opus_custom_decoder_ctl
H A Dopus_custom_demo.c120 opus_custom_decoder_ctl(dec, OPUS_GET_LOOKAHEAD(&skip));
H A Dcelt_decoder.c166 opus_custom_decoder_ctl(st, OPUS_RESET_STATE);
1091 int opus_custom_decoder_ctl(CELTDecoder * OPUS_RESTRICT st, int request, ...) function
/external/libopus/celt/
H A Dcelt.h140 #define celt_decoder_ctl opus_custom_decoder_ctl
H A Dopus_custom_demo.c120 opus_custom_decoder_ctl(dec, OPUS_GET_LOOKAHEAD(&skip));
H A Dcelt_decoder.c166 opus_custom_decoder_ctl(st, OPUS_RESET_STATE);
1091 int opus_custom_decoder_ctl(CELTDecoder * OPUS_RESTRICT st, int request, ...) function

Completed in 156 milliseconds