Home
last modified time | relevance | path

Searched refs:OPUS_SET_PACKET_LOSS_PERC (Results 1 – 6 of 6) sorted by relevance

/external/libopus/include/
Dopus_defines.h498 #define OPUS_SET_PACKET_LOSS_PERC(x) OPUS_SET_PACKET_LOSS_PERC_REQUEST, __opus_check_int(x) macro
/external/libopus/tests/
Dtest_opus_encode.c274 …if(opus_encoder_ctl(enc, OPUS_SET_PACKET_LOSS_PERC((fast_rand()&15)&(fast_rand()%15)))!=OPUS_OK)te… in run_test1()
343 …if(opus_multistream_encoder_ctl(MSenc, OPUS_SET_PACKET_LOSS_PERC((fast_rand()&15)&(fast_rand()%15)… in run_test1()
Dtest_opus_api.c1311 CHECK_SETGET(OPUS_SET_PACKET_LOSS_PERC(i),OPUS_GET_PACKET_LOSS_PERC(&i),-1,101, in test_enc_api()
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
Dopus_interface.c170 OPUS_SET_PACKET_LOSS_PERC(loss_rate)); in WebRtcOpus_SetPacketLossRate()
/external/libopus/src/
Dopus_demo.c539 opus_encoder_ctl(enc, OPUS_SET_PACKET_LOSS_PERC(packet_loss_perc)); in main()
Dopus_encoder.c2276 celt_encoder_ctl(celt_enc, OPUS_SET_PACKET_LOSS_PERC(value)); in opus_encoder_ctl()