Home
last modified time | relevance | path

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

/external/libopus/tests/
Dtest_opus_encode.c238 if(opus_encoder_ctl(enc, OPUS_SET_INBAND_FEC(rc==0))!=OPUS_OK)test_failed(); in run_test1()
268 if(opus_encoder_ctl(enc, OPUS_SET_INBAND_FEC(rc==0))!=OPUS_OK)test_failed(); in run_test1()
316 if(opus_encoder_ctl(enc, OPUS_SET_INBAND_FEC(0))!=OPUS_OK)test_failed(); in run_test1()
324 if(opus_multistream_encoder_ctl(MSenc, OPUS_SET_INBAND_FEC(rc==0))!=OPUS_OK)test_failed(); in run_test1()
331 … if(opus_multistream_encoder_ctl(MSenc, OPUS_SET_INBAND_FEC(rc==0&&j==1))!=OPUS_OK)test_failed(); in run_test1()
Dtest_opus_api.c1303 CHECK_SETGET(OPUS_SET_INBAND_FEC(i),OPUS_GET_INBAND_FEC(&i),-1,2, in test_enc_api()
/external/libopus/include/
Dopus_defines.h489 #define OPUS_SET_INBAND_FEC(x) OPUS_SET_INBAND_FEC_REQUEST, __opus_check_int(x) macro
/external/libopus/src/
Dopus_demo.c539 opus_encoder_ctl(enc, OPUS_SET_INBAND_FEC(use_inbandfec)); in main()
652 opus_encoder_ctl(enc, OPUS_SET_INBAND_FEC(rand()%4==0)); in main()