Searched refs:OPUS_SET_INBAND_FEC (Results 1 – 4 of 4) sorted by relevance
/external/libopus/tests/ |
D | test_opus_encode.c | 238 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()
|
D | test_opus_api.c | 1303 CHECK_SETGET(OPUS_SET_INBAND_FEC(i),OPUS_GET_INBAND_FEC(&i),-1,2, in test_enc_api()
|
/external/libopus/include/ |
D | opus_defines.h | 489 #define OPUS_SET_INBAND_FEC(x) OPUS_SET_INBAND_FEC_REQUEST, __opus_check_int(x) macro
|
/external/libopus/src/ |
D | opus_demo.c | 539 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()
|