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

  /external/libopus/tests/
opus_encode_regressions.c 63 opus_multistream_encoder_ctl(enc, OPUS_SET_BANDWIDTH(OPUS_AUTO));
67 opus_multistream_encoder_ctl(enc, OPUS_SET_BITRATE(OPUS_AUTO));
269 opus_multistream_encoder_ctl(enc, OPUS_SET_BANDWIDTH(OPUS_AUTO));
326 opus_multistream_encoder_ctl(enc, OPUS_SET_BANDWIDTH(OPUS_AUTO));
371 opus_multistream_encoder_ctl(enc, OPUS_SET_FORCE_CHANNELS(OPUS_AUTO));
376 opus_multistream_encoder_ctl(enc, OPUS_SET_BANDWIDTH(OPUS_AUTO));
409 opus_multistream_encoder_ctl(enc, OPUS_SET_FORCE_CHANNELS(OPUS_AUTO));
    [all...]
test_opus_encode.c 193 int bitrates[11] = {6000, 12000, 16000, 24000, 32000, 48000, 64000, 96000, 510000, OPUS_AUTO, OPUS_BITRATE_MAX};
194 int force_channels[4] = {OPUS_AUTO, OPUS_AUTO, 1, 2};
201 int signals[4] = {OPUS_AUTO, OPUS_AUTO, OPUS_SIGNAL_VOICE, OPUS_SIGNAL_MUSIC};
385 if(opus_encoder_ctl(enc, OPUS_SET_BANDWIDTH(OPUS_AUTO))!=OPUS_OK)test_failed();
470 if(opus_encoder_ctl(enc, OPUS_SET_FORCE_MODE(OPUS_AUTO))!=OPUS_OK)test_failed();
471 if(opus_encoder_ctl(enc, OPUS_SET_FORCE_CHANNELS(OPUS_AUTO))!=OPUS_OK)test_failed();
test_opus_api.c     [all...]
  /external/libopus/src/
opus_encoder.c 241 st->user_bitrate_bps = OPUS_AUTO;
244 st->signal_type = OPUS_AUTO;
245 st->user_bandwidth = OPUS_AUTO;
247 st->force_channels = OPUS_AUTO;
248 st->user_forced_mode = OPUS_AUTO;
549 if (st->user_bitrate_bps==OPUS_AUTO)
    [all...]
opus_multistream_encoder.c 455 st->bitrate_bps = OPUS_AUTO;
696 if (st->bitrate_bps==OPUS_AUTO)
749 if (st->bitrate_bps==OPUS_AUTO)
879 if (st->bitrate_bps == OPUS_AUTO)
    [all...]
opus_demo.c 243 int bandwidth=OPUS_AUTO;
339 forcechannels = OPUS_AUTO;
569 case OPUS_AUTO:
    [all...]
  /external/libopus/include/
opus_defines.h 187 #define OPUS_AUTO -1000 /**<Auto/default setting @hideinitializer*/
233 * ret = opus_encoder_ctl(enc_ctx, OPUS_SET_BANDWIDTH(OPUS_AUTO));
262 * special values #OPUS_AUTO and #OPUS_BITRATE_MAX.
343 * <dt>#OPUS_AUTO</dt><dd>Not forced (default)</dd>
353 * <dt>#OPUS_AUTO</dt><dd>Not forced (default)</dd>
362 * (leaving that set to the default, #OPUS_AUTO). This allows the
400 * <dt>#OPUS_AUTO</dt> <dd>(default)</dd>
415 * <dt>#OPUS_AUTO</dt> <dd>(default)</dd>
425 * <dt>#OPUS_AUTO</dt> <dd>(default)</dd>
677 * <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));
  /frameworks/av/media/codec2/components/opus/
C2SoftOpusEnc.cpp 186 if (opus_multistream_encoder_ctl(mEncoder, OPUS_SET_SIGNAL(OPUS_AUTO)) !=

Completed in 228 milliseconds