Home
last modified time | relevance | path

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

/external/webrtc/modules/rtp_rtcp/source/
Drtp_packet_history.cc184 if (!VerifyRtt(*packet, now_ms)) { in GetPacketAndSetSendTime()
228 if (!VerifyRtt(*packet, clock_->TimeInMilliseconds())) { in GetPacketAndMarkAsPending()
281 if (!VerifyRtt(packet, clock_->TimeInMilliseconds())) { in GetPacketState()
288 bool RtpPacketHistory::VerifyRtt(const RtpPacketHistory::StoredPacket& packet, in VerifyRtt() function in webrtc::RtpPacketHistory
Drtp_packet_history.h179 bool VerifyRtt(const StoredPacket& packet, int64_t now_ms) const