HomeSort by relevance Sort by last modified time
    Searched full:tot_num_packets (Results 1 - 1 of 1) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/test/testFec/
test_packet_masks_metrics.cc 165 int GapLoss(int tot_num_packets, uint8_t* state) {
169 for (int i = 0; i < tot_num_packets; i++) {
176 for (int i = first_loss + 1; i < tot_num_packets; i++) {
250 int tot_num_packets) {
259 for (int i = 0; i < tot_num_packets; i++) {
286 for (int i = 1; i < tot_num_packets; i++) {
395 int tot_num_packets = num_media_packets + num_fec_packets; local
396 rtc::scoped_ptr<uint8_t[]> state(new uint8_t[tot_num_packets]);
397 memset(state.get() , 0, tot_num_packets);
399 int num_loss_configurations = static_cast<int>(pow(2.0f, tot_num_packets));
    [all...]

Completed in 151 milliseconds