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 223 st->user_bitrate_bps = OPUS_AUTO;
226 st->signal_type = OPUS_AUTO;
227 st->user_bandwidth = OPUS_AUTO;
229 st->force_channels = OPUS_AUTO;
230 st->user_forced_mode = OPUS_AUTO;
515 if (st->user_bitrate_bps==OPUS_AUTO)
1027 if (st->signal_type == OPUS_AUTO)
    [all...]
opus_multistream_encoder.c 454 st->bitrate_bps = OPUS_AUTO;
691 if (st->bitrate_bps==OPUS_AUTO)
748 if (st->bitrate_bps==OPUS_AUTO)
915 if (st->bitrate_bps == OPUS_AUTO)
    [all...]
opus_demo.c 248 int bandwidth=OPUS_AUTO;
342 forcechannels = OPUS_AUTO;
575 case OPUS_AUTO:
    [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.
336 * <dt>#OPUS_AUTO</dt><dd>Not forced (default)</dd>
346 * <dt>#OPUS_AUTO</dt><dd>Not forced (default)</dd>
355 * (leaving that set to the default, #OPUS_AUTO). This allows the
393 * <dt>#OPUS_AUTO</dt> <dd>(default)</dd>
408 * <dt>#OPUS_AUTO</dt> <dd>(default)</dd>
418 * <dt>#OPUS_AUTO</dt> <dd>(default)</dd>
666 * <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 45 milliseconds