Home
last modified time | relevance | path

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

/external/webrtc/modules/rtp_rtcp/source/
Drtp_packet_history.h61 static constexpr int kMinPacketDurationRtt = 3; variable
Drtp_packet_history.cc29 constexpr int RtpPacketHistory::kMinPacketDurationRtt; member in webrtc::RtpPacketHistory
398 std::max(kMinPacketDurationRtt * rtt_ms_, kMinPacketDurationMs); in CullOldPackets()
Drtp_packet_history_unittest.cc393 kRttMs * RtpPacketHistory::kMinPacketDurationRtt; in TEST_P()
453 RtpPacketHistory::kMinPacketDurationRtt * in TEST_P()
637 kRttMs * RtpPacketHistory::kMinPacketDurationRtt; in TEST_P()