Searched defs:kMinRetransmitIntervalMs (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_packet_history_unittest.cc163 static const int64_t kMinRetransmitIntervalMs = 100; local
178 fake_clock_.AdvanceTimeMilliseconds(kMinRetransmitIntervalMs);
181 EXPECT_TRUE(hist_->GetPacketAndSetSendTime(kSeqNum, kMinRetransmitIntervalMs,
186 fake_clock_.AdvanceTimeMilliseconds(kMinRetransmitIntervalMs - 1);
189 EXPECT_FALSE(hist_->GetPacketAndSetSendTime(kSeqNum, kMinRetransmitIntervalMs,
194 static const int64_t kMinRetransmitIntervalMs = 100; local
209 fake_clock_.AdvanceTimeMilliseconds(kMinRetransmitIntervalMs - 1);
213 EXPECT_TRUE(hist_->GetPacketAndSetSendTime(kSeqNum, kMinRetransmitIntervalMs,
218 fake_clock_.AdvanceTimeMilliseconds(kMinRetransmitIntervalMs - 1);
221 EXPECT_FALSE(hist_->GetPacketAndSetSendTime(kSeqNum, kMinRetransmitIntervalMs,
[all...]

Completed in 80 milliseconds