Home
last modified time | relevance | path

Searched defs:InFlight (Results 1 – 1 of 1) 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
179 std::set<InFlight> in_flight_; argument