Home
last modified time | relevance | path

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

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