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

  /external/libopus/src/
opus_encoder.c 221 st->user_bitrate_bps = OPUS_AUTO;
224 st->signal_type = OPUS_AUTO;
225 st->user_bandwidth = OPUS_AUTO;
227 st->force_channels = OPUS_AUTO;
228 st->user_forced_mode = OPUS_AUTO;
509 if (st->user_bitrate_bps==OPUS_AUTO)
1009 if (st->signal_type == OPUS_AUTO)
    [all...]
opus_demo.c 339 bandwidth = OPUS_AUTO;
343 forcechannels = OPUS_AUTO;
578 case OPUS_AUTO:
    [all...]
opus_multistream_encoder.c 420 st->bitrate_bps = OPUS_AUTO;
627 if (st->bitrate_bps==OPUS_AUTO)
987 if (value<0 && value!=OPUS_AUTO && value!=OPUS_BITRATE_MAX)
    [all...]
  /external/libopus/tests/
test_opus_encode.c 230 if(opus_encoder_ctl(enc, OPUS_SET_BANDWIDTH(OPUS_AUTO))!=OPUS_OK)test_failed();
314 if(opus_encoder_ctl(enc, OPUS_SET_FORCE_MODE(OPUS_AUTO))!=OPUS_OK)test_failed();
315 if(opus_encoder_ctl(enc, OPUS_SET_FORCE_CHANNELS(OPUS_AUTO))!=OPUS_OK)test_failed();
test_opus_api.c     [all...]
  /external/libopus/include/
opus_defines.h 183 #define OPUS_AUTO -1000 /**<Auto/default setting @hideinitializer*/
226 * ret = opus_encoder_ctl(enc_ctx, OPUS_SET_BANDWIDTH(OPUS_AUTO));
255 * special values #OPUS_AUTO and #OPUS_BITRATE_MAX.
337 * <dt>#OPUS_AUTO</dt><dd>Not forced (default)</dd>
347 * <dt>#OPUS_AUTO</dt><dd>Not forced (default)</dd>
356 * (leaving that set to the default, #OPUS_AUTO). This allows the
394 * <dt>#OPUS_AUTO</dt> <dd>(default)</dd>
409 * <dt>#OPUS_AUTO</dt> <dd>(default)</dd>
419 * <dt>#OPUS_AUTO</dt> <dd>(default)</dd>
668 * <dt>#OPUS_AUTO</dt> <dd>(default)</dd
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/opus/
opus_interface.c 234 OPUS_SET_SIGNAL(OPUS_AUTO));

Completed in 40 milliseconds