Searched refs:VerifyRtt (Results 1 – 2 of 2) sorted by relevance
184 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
179 bool VerifyRtt(const StoredPacket& packet, int64_t now_ms) const