HomeSort by relevance Sort by last modified time
    Searched refs:opus_custom_encoder_ctl (Results 1 - 4 of 4) sorted by null

  /external/libopus/include/
opus_custom.h 238 OPUS_CUSTOM_EXPORT int opus_custom_encoder_ctl(OpusCustomEncoder * OPUS_RESTRICT st, int request, ...) OPUS_ARG_NONNULL(1);
  /external/libopus/celt/
opus_custom_demo.c 125 opus_custom_encoder_ctl(enc,OPUS_SET_COMPLEXITY(complexity));
celt.h 140 #define celt_encoder_ctl opus_custom_encoder_ctl
celt_encoder.c 193 opus_custom_encoder_ctl(st, OPUS_RESET_STATE);
2233 int opus_custom_encoder_ctl(CELTEncoder * OPUS_RESTRICT st, int request, ...) function
    [all...]

Completed in 577 milliseconds