Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dpacket_sender.h151 struct InFlight { struct
153 explicit InFlight(const MediaPacket& packet) in InFlight() argument
157 InFlight(uint16_t seq_num, int64_t now_ms) in InFlight() function
160 bool operator<(const InFlight& rhs) const {
179 std::set<InFlight> in_flight_; argument
Dpacket_sender.cc397 in_flight_.insert(InFlight(*static_cast<MediaPacket*>(packet))); in SendPackets()
413 in_flight_.erase(InFlight(ack_seq_num, clock_.TimeInMilliseconds())); in UpdateCongestionControl()