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/celt/
celt.h 110 #define celt_encoder_ctl opus_custom_encoder_ctl
opus_custom_demo.c 125 opus_custom_encoder_ctl(enc,OPUS_SET_COMPLEXITY(complexity));
celt.c 281 opus_custom_encoder_ctl(st, OPUS_RESET_STATE);
1762 int opus_custom_encoder_ctl(CELTEncoder * OPUS_RESTRICT st, int request, ...) function
    [all...]
  /external/chromium_org/third_party/opus/src/include/
opus_custom.h 230 OPUS_CUSTOM_EXPORT int opus_custom_encoder_ctl(OpusCustomEncoder * OPUS_RESTRICT st, int request, ...) OPUS_ARG_NONNULL(1);

Completed in 33 milliseconds