Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
Dneteq_quality_test.cc28 const int kPacketLossTimeUnitMs = 10; variable
140 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()