OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPUS_SET_INBAND_FEC
(Results
1 - 5
of
5
) sorted by null
/external/libopus/tests/
test_opus_encode.c
238
if(opus_encoder_ctl(enc,
OPUS_SET_INBAND_FEC
(rc==0))!=OPUS_OK)test_failed();
268
if(opus_encoder_ctl(enc,
OPUS_SET_INBAND_FEC
(rc==0))!=OPUS_OK)test_failed();
316
if(opus_encoder_ctl(enc,
OPUS_SET_INBAND_FEC
(0))!=OPUS_OK)test_failed();
324
if(opus_multistream_encoder_ctl(MSenc,
OPUS_SET_INBAND_FEC
(rc==0))!=OPUS_OK)test_failed();
331
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
489
#define
OPUS_SET_INBAND_FEC
(x) OPUS_SET_INBAND_FEC_REQUEST, __opus_check_int(x)
491
* @see
OPUS_SET_INBAND_FEC
/external/libopus/src/
opus_demo.c
539
opus_encoder_ctl(enc,
OPUS_SET_INBAND_FEC
(use_inbandfec));
652
opus_encoder_ctl(enc,
OPUS_SET_INBAND_FEC
(rand()%4==0));
[
all
...]
Completed in 38 milliseconds