Searched refs:OPUS_SET_PACKET_LOSS_PERC (Results 1 - 5 of 5) sorted by relevance

/external/libopus/include/
H A Dopus_defines.h507 #define OPUS_SET_PACKET_LOSS_PERC(x) OPUS_SET_PACKET_LOSS_PERC_REQUEST, __opus_check_int(x) macro
509 * @see OPUS_SET_PACKET_LOSS_PERC
/external/libopus/tests/
H A Dtest_opus_encode.c274 if(opus_encoder_ctl(enc, OPUS_SET_PACKET_LOSS_PERC((fast_rand()&15)&(fast_rand()%15)))!=OPUS_OK)test_failed();
343 if(opus_multistream_encoder_ctl(MSenc, OPUS_SET_PACKET_LOSS_PERC((fast_rand()&15)&(fast_rand()%15)))!=OPUS_OK)test_failed();
H A Dtest_opus_api.c1311 CHECK_SETGET(OPUS_SET_PACKET_LOSS_PERC(i),OPUS_GET_PACKET_LOSS_PERC(&i),-1,101,
1313 " OPUS_SET_PACKET_LOSS_PERC .................... OK.\n",
/external/libopus/src/
H A Dopus_demo.c542 opus_encoder_ctl(enc, OPUS_SET_PACKET_LOSS_PERC(packet_loss_perc));
H A Dopus_encoder.c2231 celt_encoder_ctl(celt_enc, OPUS_SET_PACKET_LOSS_PERC(value));

Completed in 97 milliseconds