Home
last modified time | relevance | path

Searched refs:OPUS_SET_DTX (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
Dopus_interface.c228 return opus_encoder_ctl(inst->encoder, OPUS_SET_DTX(1)); in WebRtcOpus_EnableDtx()
237 return opus_encoder_ctl(inst->encoder, OPUS_SET_DTX(0)); in WebRtcOpus_DisableDtx()
/external/libopus/tests/
Dtest_opus_encode.c270 if(opus_encoder_ctl(enc, OPUS_SET_DTX(fast_rand()&1))!=OPUS_OK)test_failed(); in run_test1()
317 if(opus_encoder_ctl(enc, OPUS_SET_DTX(0))!=OPUS_OK)test_failed(); in run_test1()
334 if(opus_multistream_encoder_ctl(MSenc, OPUS_SET_DTX(fast_rand()&1))!=OPUS_OK)test_failed(); in run_test1()
Dtest_opus_api.c1287 CHECK_SETGET(OPUS_SET_DTX(i),OPUS_GET_DTX(&i),-1,2, in test_enc_api()
/external/libopus/include/
Dopus_defines.h515 #define OPUS_SET_DTX(x) OPUS_SET_DTX_REQUEST, __opus_check_int(x) macro
/external/libopus/src/
Dopus_demo.c538 opus_encoder_ctl(enc, OPUS_SET_DTX(use_dtx)); in main()