Searched refs:OPUS_AUTO (Results 1 – 7 of 7) sorted by relevance
/external/libopus/src/ |
D | opus_encoder.c | 223 st->user_bitrate_bps = OPUS_AUTO; in opus_encoder_init() 226 st->signal_type = OPUS_AUTO; in opus_encoder_init() 227 st->user_bandwidth = OPUS_AUTO; in opus_encoder_init() 229 st->force_channels = OPUS_AUTO; in opus_encoder_init() 230 st->user_forced_mode = OPUS_AUTO; in opus_encoder_init() 515 if (st->user_bitrate_bps==OPUS_AUTO) in user_bitrate_to_bitrate() 1027 if (st->signal_type == OPUS_AUTO) in opus_encode_native() 1111 if (st->force_channels!=OPUS_AUTO && st->channels == 2) in opus_encode_native() 1141 } else if (st->user_forced_mode == OPUS_AUTO) in opus_encode_native() 1309 if (st->user_bandwidth != OPUS_AUTO) in opus_encode_native() [all …]
|
D | opus_multistream_encoder.c | 454 st->bitrate_bps = OPUS_AUTO; in opus_multistream_encoder_init_impl() 691 if (st->bitrate_bps==OPUS_AUTO) in surround_rate_allocation() 748 if (st->bitrate_bps==OPUS_AUTO) in ambisonics_rate_allocation() 915 if (st->bitrate_bps == OPUS_AUTO) in opus_multistream_encode_native() 1164 if (value<0 && value!=OPUS_AUTO && value!=OPUS_BITRATE_MAX) in opus_multistream_encoder_ctl()
|
D | opus_demo.c | 248 int bandwidth=OPUS_AUTO; in main() 342 forcechannels = OPUS_AUTO; in main() 575 case OPUS_AUTO: in main()
|
/external/libopus/tests/ |
D | test_opus_encode.c | 230 if(opus_encoder_ctl(enc, OPUS_SET_BANDWIDTH(OPUS_AUTO))!=OPUS_OK)test_failed(); in run_test1() 314 if(opus_encoder_ctl(enc, OPUS_SET_FORCE_MODE(OPUS_AUTO))!=OPUS_OK)test_failed(); in run_test1() 315 if(opus_encoder_ctl(enc, OPUS_SET_FORCE_CHANNELS(OPUS_AUTO))!=OPUS_OK)test_failed(); in run_test1()
|
D | test_opus_api.c | 1123 enc = opus_encoder_create(48000, 2, OPUS_AUTO, NULL); in test_enc_api() 1128 enc = opus_encoder_create(48000, 2, OPUS_AUTO, &err); in test_enc_api() 1189 CHECK_SETGET(OPUS_SET_APPLICATION(i),OPUS_GET_APPLICATION(&i),-1,OPUS_AUTO, in test_enc_api() 1212 1,OPUS_AUTO, in test_enc_api() 1242 i!=OPUS_BANDWIDTH_FULLBAND&&i!=OPUS_AUTO))test_failed(); in test_enc_api() 1244 if(opus_encoder_ctl(enc,OPUS_SET_BANDWIDTH(OPUS_AUTO))!=OPUS_OK)test_failed(); in test_enc_api() 1344 OPUS_SIGNAL_MUSIC,OPUS_AUTO, in test_enc_api()
|
/external/libopus/include/ |
D | opus_defines.h | 183 #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()
|