Home
last modified time | relevance | path

Searched refs:kMaxMediaPacketsTest (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/test/testFec/
Daverage_residual_loss_xor_codes.h17 const int kMaxMediaPacketsTest = 12; variable
20 const int kNumberCodes = kMaxMediaPacketsTest * (kMaxMediaPacketsTest + 1) / 2;
Dtest_packet_masks_metrics.cc63 const int kMaxGapSize = 2 * kMaxMediaPacketsTest;
69 const int kNumStatesDistribution = 2 * kMaxMediaPacketsTest * kMaxGapSize + 1;
143 double recovery_rate_per_loss[2 * kMaxMediaPacketsTest + 1];
320 sizeof(double) * 2 * kMaxMediaPacketsTest); in CopyMetrics()
333 int index = gap_number * (2 * kMaxMediaPacketsTest) + loss; in ComputeResidualLossPerGap()
357 int index = gap * (2 * kMaxMediaPacketsTest) + loss; in ComputeRecoveryRatePerLoss()
380 sizeof(double) * 2 * kMaxMediaPacketsTest + 1); in SetMetricsZero()
475 int index = gap_loss * (2 * kMaxMediaPacketsTest) + num_packets_lost; in ComputeMetricsForCode()
530 for (int num_media_packets = 1; num_media_packets <= kMaxMediaPacketsTest; in WriteOutMetricsAllFecCodes()
618 for (int num_media_packets = 1; num_media_packets <= kMaxMediaPacketsTest; in SetCodeParams()
[all …]