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

  /external/libopus/include/
opus_defines.h 507 #define OPUS_SET_PACKET_LOSS_PERC(x) OPUS_SET_PACKET_LOSS_PERC_REQUEST, __opus_check_int(x)
509 * @see OPUS_SET_PACKET_LOSS_PERC
  /external/libopus/tests/
test_opus_encode.c 274 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();
test_opus_api.c     [all...]
  /external/libopus/src/
opus_demo.c 542 opus_encoder_ctl(enc, OPUS_SET_PACKET_LOSS_PERC(packet_loss_perc));
    [all...]
opus_encoder.c     [all...]

Completed in 45 milliseconds