Searched refs:kPacketLossTimeUnitMs (Results 1 – 1 of 1) sorted by relevance
28 const int kPacketLossTimeUnitMs = 10; variable140 if (value >= kPacketLossTimeUnitMs) in ValidateBurstLength()143 kPacketLossTimeUnitMs); in ValidateBurstLength()299 int units = block_duration_ms_ / kPacketLossTimeUnitMs; in SetUp()315 ASSERT_EQ(0, FLAGS_burst_length % kPacketLossTimeUnitMs); in SetUp()333 double prob_trans_10 = 1.0f * kPacketLossTimeUnitMs / FLAGS_burst_length; in SetUp()354 int cycles = block_duration_ms_ / kPacketLossTimeUnitMs; in PacketLost()