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

  /external/chromium_org/third_party/opus/src/include/
opus_custom.h 237 OPUS_CUSTOM_EXPORT int opus_custom_encoder_ctl(OpusCustomEncoder * OPUS_RESTRICT st, int request, ...) OPUS_ARG_NONNULL(1);
  /external/chromium_org/third_party/opus/src/celt/
celt.h 134 #define celt_encoder_ctl opus_custom_encoder_ctl
opus_custom_demo.c 125 opus_custom_encoder_ctl(enc,OPUS_SET_COMPLEXITY(complexity));
celt_encoder.c 204 opus_custom_encoder_ctl(st, OPUS_RESET_STATE);
2154 int opus_custom_encoder_ctl(CELTEncoder * OPUS_RESTRICT st, int request, ...) function
    [all...]

Completed in 253 milliseconds