Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/test/testFec/
Dtest_packet_masks_metrics.cc331 int tot_num_configs = 0; in ComputeResidualLossPerGap() local
335 tot_num_configs += in ComputeResidualLossPerGap()
339 if (tot_num_configs > 0) { in ComputeResidualLossPerGap()
341 static_cast<double>(tot_num_configs); in ComputeResidualLossPerGap()
354 int tot_num_configs = 0; in ComputeRecoveryRatePerLoss() local
359 tot_num_configs += in ComputeRecoveryRatePerLoss()
363 if (tot_num_configs > 0) { in ComputeRecoveryRatePerLoss()
364 arl = arl / static_cast<double>(tot_num_configs); in ComputeRecoveryRatePerLoss()