HomeSort by relevance Sort by last modified time
    Searched refs:OPUS_SET_INBAND_FEC (Results 1 - 6 of 6) sorted by null

  /external/libopus/tests/
opus_encode_regressions.c 65 opus_multistream_encoder_ctl(enc, OPUS_SET_INBAND_FEC(0));
121 opus_multistream_encoder_ctl(enc, OPUS_SET_INBAND_FEC(1));
159 opus_multistream_encoder_ctl(enc, OPUS_SET_INBAND_FEC(1));
197 opus_multistream_encoder_ctl(enc, OPUS_SET_INBAND_FEC(1));
235 opus_multistream_encoder_ctl(enc, OPUS_SET_INBAND_FEC(1));
271 opus_multistream_encoder_ctl(enc, OPUS_SET_INBAND_FEC(0));
328 opus_multistream_encoder_ctl(enc, OPUS_SET_INBAND_FEC(0));
378 opus_multistream_encoder_ctl(enc, OPUS_SET_INBAND_FEC(0));
416 opus_multistream_encoder_ctl(enc, OPUS_SET_INBAND_FEC(1));
    [all...]
test_opus_encode.c 255 if(opus_encoder_ctl(enc, OPUS_SET_INBAND_FEC(inband_fec)) != OPUS_OK) test_failed();
394 if(opus_encoder_ctl(enc, OPUS_SET_INBAND_FEC(rc==0))!=OPUS_OK)test_failed();
424 if(opus_encoder_ctl(enc, OPUS_SET_INBAND_FEC(rc==0))!=OPUS_OK)test_failed();
472 if(opus_encoder_ctl(enc, OPUS_SET_INBAND_FEC(0))!=OPUS_OK)test_failed();
480 if(opus_multistream_encoder_ctl(MSenc, OPUS_SET_INBAND_FEC(rc==0))!=OPUS_OK)test_failed();
487 if(opus_multistream_encoder_ctl(MSenc, OPUS_SET_INBAND_FEC(rc==0&&j==1))!=OPUS_OK)test_failed();
test_opus_api.c     [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/opus/
opus_interface.c 199 return opus_encoder_ctl(inst->encoder, OPUS_SET_INBAND_FEC(1));
207 return opus_encoder_ctl(inst->encoder, OPUS_SET_INBAND_FEC(0));
  /external/libopus/include/
opus_defines.h 484 #define OPUS_SET_INBAND_FEC(x) OPUS_SET_INBAND_FEC_REQUEST, __opus_check_int(x)
486 * @see OPUS_SET_INBAND_FEC
    [all...]
  /external/libopus/src/
opus_demo.c 539 opus_encoder_ctl(enc, OPUS_SET_INBAND_FEC(use_inbandfec));
656 opus_encoder_ctl(enc, OPUS_SET_INBAND_FEC(rand()%4==0));
    [all...]

Completed in 432 milliseconds