Searched defs:OPUS_SET_BANDWIDTH (Results 1 - 2 of 2) sorted by last modified time

/external/libopus/include/
H A Dopus_defines.h226 * ret = opus_encoder_ctl(enc_ctx, OPUS_SET_BANDWIDTH(OPUS_AUTO));
355 * Applications should normally use this instead of #OPUS_SET_BANDWIDTH
402 #define OPUS_SET_BANDWIDTH(x) OPUS_SET_BANDWIDTH_REQUEST, __opus_check_int(x) macro
665 * @see OPUS_SET_BANDWIDTH
/external/chromium_org/third_party/opus/src/include/
H A Dopus_defines.h226 * ret = opus_encoder_ctl(enc_ctx, OPUS_SET_BANDWIDTH(OPUS_AUTO));
355 * Applications should normally use this instead of #OPUS_SET_BANDWIDTH
402 #define OPUS_SET_BANDWIDTH(x) OPUS_SET_BANDWIDTH_REQUEST, __opus_check_int(x) macro
665 * @see OPUS_SET_BANDWIDTH

Completed in 131 milliseconds