Searched refs:lost_packet_count (Results 1 – 1 of 1) sorted by relevance
128 int lost_packet_count = 0; in IsPacketLossPercentageGreaterThan() local131 ++lost_packet_count; in IsPacketLossPercentageGreaterThan()134 int packet_loss_percentage = (lost_packet_count * 100) / result.size(); in IsPacketLossPercentageGreaterThan()