Home
last modified time | relevance | path

Searched refs:OPUS_SET_INBAND_FEC (Results 1 – 6 of 6) sorted by relevance

/external/libopus/tests/
Dopus_encode_regressions.c65 opus_multistream_encoder_ctl(enc, OPUS_SET_INBAND_FEC(0)); in celt_ec_internal_error()
121 opus_multistream_encoder_ctl(enc, OPUS_SET_INBAND_FEC(1)); in celt_ec_internal_error()
159 opus_multistream_encoder_ctl(enc, OPUS_SET_INBAND_FEC(1)); in celt_ec_internal_error()
197 opus_multistream_encoder_ctl(enc, OPUS_SET_INBAND_FEC(1)); in celt_ec_internal_error()
235 opus_multistream_encoder_ctl(enc, OPUS_SET_INBAND_FEC(1)); in celt_ec_internal_error()
271 opus_multistream_encoder_ctl(enc, OPUS_SET_INBAND_FEC(0)); in celt_ec_internal_error()
328 opus_multistream_encoder_ctl(enc, OPUS_SET_INBAND_FEC(0)); in mscbr_encode_fail10()
378 opus_multistream_encoder_ctl(enc, OPUS_SET_INBAND_FEC(0)); in mscbr_encode_fail()
416 opus_multistream_encoder_ctl(enc, OPUS_SET_INBAND_FEC(1)); in surround_analysis_uninit()
756 opus_multistream_encoder_ctl(enc, OPUS_SET_INBAND_FEC(1)); in surround_analysis_uninit()
[all …]
Dtest_opus_encode.c255 if(opus_encoder_ctl(enc, OPUS_SET_INBAND_FEC(inband_fec)) != OPUS_OK) test_failed(); in fuzz_encoder_settings()
394 if(opus_encoder_ctl(enc, OPUS_SET_INBAND_FEC(rc==0))!=OPUS_OK)test_failed(); in run_test1()
424 if(opus_encoder_ctl(enc, OPUS_SET_INBAND_FEC(rc==0))!=OPUS_OK)test_failed(); in run_test1()
472 if(opus_encoder_ctl(enc, OPUS_SET_INBAND_FEC(0))!=OPUS_OK)test_failed(); in run_test1()
480 if(opus_multistream_encoder_ctl(MSenc, OPUS_SET_INBAND_FEC(rc==0))!=OPUS_OK)test_failed(); in run_test1()
487 … if(opus_multistream_encoder_ctl(MSenc, OPUS_SET_INBAND_FEC(rc==0&&j==1))!=OPUS_OK)test_failed(); in run_test1()
Dtest_opus_api.c1301 CHECK_SETGET(OPUS_SET_INBAND_FEC(i),OPUS_GET_INBAND_FEC(&i),-1,2, in test_enc_api()
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
Dopus_interface.c199 return opus_encoder_ctl(inst->encoder, OPUS_SET_INBAND_FEC(1)); in WebRtcOpus_EnableFec()
207 return opus_encoder_ctl(inst->encoder, OPUS_SET_INBAND_FEC(0)); in WebRtcOpus_DisableFec()
/external/libopus/include/
Dopus_defines.h487 #define OPUS_SET_INBAND_FEC(x) OPUS_SET_INBAND_FEC_REQUEST, __opus_check_int(x) macro
/external/libopus/src/
Dopus_demo.c532 opus_encoder_ctl(enc, OPUS_SET_INBAND_FEC(use_inbandfec)); in main()
647 opus_encoder_ctl(enc, OPUS_SET_INBAND_FEC(rand()%4==0)); in main()