Home
last modified time | relevance | path

Searched refs:opus_custom_encoder_ctl (Results 1 – 4 of 4) sorted by relevance

/external/libopus/include/
Dopus_custom.h238 OPUS_CUSTOM_EXPORT int opus_custom_encoder_ctl(OpusCustomEncoder * OPUS_RESTRICT st, int request, .…
/external/libopus/celt/
Dopus_custom_demo.c125 opus_custom_encoder_ctl(enc,OPUS_SET_COMPLEXITY(complexity)); in main()
Dcelt.h155 #define celt_encoder_ctl opus_custom_encoder_ctl
Dcelt_encoder.c195 opus_custom_encoder_ctl(st, OPUS_RESET_STATE); in opus_custom_encoder_init_arch()
2409 int opus_custom_encoder_ctl(CELTEncoder * OPUS_RESTRICT st, int request, ...) in opus_custom_encoder_ctl() function