Searched refs:OPUS_AUTO (Results 1 – 8 of 8) sorted by relevance
/external/libopus/tests/ |
D | opus_encode_regressions.c | 63 opus_multistream_encoder_ctl(enc, OPUS_SET_BANDWIDTH(OPUS_AUTO)); in celt_ec_internal_error() 67 opus_multistream_encoder_ctl(enc, OPUS_SET_BITRATE(OPUS_AUTO)); in celt_ec_internal_error() 269 opus_multistream_encoder_ctl(enc, OPUS_SET_BANDWIDTH(OPUS_AUTO)); in celt_ec_internal_error() 326 opus_multistream_encoder_ctl(enc, OPUS_SET_BANDWIDTH(OPUS_AUTO)); in mscbr_encode_fail10() 371 opus_multistream_encoder_ctl(enc, OPUS_SET_FORCE_CHANNELS(OPUS_AUTO)); in mscbr_encode_fail() 376 opus_multistream_encoder_ctl(enc, OPUS_SET_BANDWIDTH(OPUS_AUTO)); in mscbr_encode_fail() 409 opus_multistream_encoder_ctl(enc, OPUS_SET_FORCE_CHANNELS(OPUS_AUTO)); in surround_analysis_uninit() 749 opus_multistream_encoder_ctl(enc, OPUS_SET_FORCE_CHANNELS(OPUS_AUTO)); in surround_analysis_uninit() 754 opus_multistream_encoder_ctl(enc, OPUS_SET_BANDWIDTH(OPUS_AUTO)); in surround_analysis_uninit()
|
D | test_opus_encode.c | 193 …int bitrates[11] = {6000, 12000, 16000, 24000, 32000, 48000, 64000, 96000, 510000, OPUS_AUTO, OPUS… in fuzz_encoder_settings() 194 int force_channels[4] = {OPUS_AUTO, OPUS_AUTO, 1, 2}; in fuzz_encoder_settings() 201 int signals[4] = {OPUS_AUTO, OPUS_AUTO, OPUS_SIGNAL_VOICE, OPUS_SIGNAL_MUSIC}; in fuzz_encoder_settings() 385 if(opus_encoder_ctl(enc, OPUS_SET_BANDWIDTH(OPUS_AUTO))!=OPUS_OK)test_failed(); in run_test1() 470 if(opus_encoder_ctl(enc, OPUS_SET_FORCE_MODE(OPUS_AUTO))!=OPUS_OK)test_failed(); in run_test1() 471 if(opus_encoder_ctl(enc, OPUS_SET_FORCE_CHANNELS(OPUS_AUTO))!=OPUS_OK)test_failed(); in run_test1()
|
D | test_opus_api.c | 1121 enc = opus_encoder_create(48000, 2, OPUS_AUTO, NULL); in test_enc_api() 1126 enc = opus_encoder_create(48000, 2, OPUS_AUTO, &err); in test_enc_api() 1187 CHECK_SETGET(OPUS_SET_APPLICATION(i),OPUS_GET_APPLICATION(&i),-1,OPUS_AUTO, in test_enc_api() 1210 1,OPUS_AUTO, in test_enc_api() 1240 i!=OPUS_BANDWIDTH_FULLBAND&&i!=OPUS_AUTO))test_failed(); in test_enc_api() 1242 if(opus_encoder_ctl(enc,OPUS_SET_BANDWIDTH(OPUS_AUTO))!=OPUS_OK)test_failed(); in test_enc_api() 1342 OPUS_SIGNAL_MUSIC,OPUS_AUTO, in test_enc_api()
|
/external/libopus/src/ |
D | opus_encoder.c | 241 st->user_bitrate_bps = OPUS_AUTO; in opus_encoder_init() 244 st->signal_type = OPUS_AUTO; in opus_encoder_init() 245 st->user_bandwidth = OPUS_AUTO; in opus_encoder_init() 247 st->force_channels = OPUS_AUTO; in opus_encoder_init() 248 st->user_forced_mode = OPUS_AUTO; in opus_encoder_init() 549 if (st->user_bitrate_bps==OPUS_AUTO) in user_bitrate_to_bitrate() 1178 if (st->signal_type == OPUS_AUTO) in opus_encode_native() 1313 if (st->force_channels!=OPUS_AUTO && st->channels == 2) in opus_encode_native() 1345 } else if (st->user_forced_mode == OPUS_AUTO) in opus_encode_native() 1504 if (st->user_bandwidth != OPUS_AUTO) in opus_encode_native() [all …]
|
D | opus_multistream_encoder.c | 455 st->bitrate_bps = OPUS_AUTO; in opus_multistream_encoder_init_impl() 696 if (st->bitrate_bps==OPUS_AUTO) in surround_rate_allocation() 749 if (st->bitrate_bps==OPUS_AUTO) in ambisonics_rate_allocation() 879 if (st->bitrate_bps == OPUS_AUTO) in opus_multistream_encode_native() 1131 if (value != OPUS_AUTO && value != OPUS_BITRATE_MAX) in opus_multistream_encoder_ctl_va_list()
|
D | opus_demo.c | 243 int bandwidth=OPUS_AUTO; in main() 339 forcechannels = OPUS_AUTO; in main() 569 case OPUS_AUTO: in main()
|
/external/libopus/include/ |
D | opus_defines.h | 187 #define OPUS_AUTO -1000 /**<Auto/default setting @hideinitializer*/ macro
|
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/ |
D | opus_interface.c | 234 OPUS_SET_SIGNAL(OPUS_AUTO)); in WebRtcOpus_DisableDtx()
|