HomeSort by relevance Sort by last modified time
    Searched refs:in_flight_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
packet_sender.cc 365 // number of packets in_flight_ and the max number of packets in flight
375 for (auto it = in_flight_.begin(); it != in_flight_.end();) {
377 in_flight_.erase(it++);
389 int packets_to_send = std::max(cwnd - static_cast<int>(in_flight_.size()), 0);
397 in_flight_.insert(InFlight(*static_cast<MediaPacket*>(packet)));
413 in_flight_.erase(InFlight(ack_seq_num, clock_.TimeInMilliseconds()));
429 for (auto it = in_flight_.begin(); it != in_flight_.end();) {
431 in_flight_.erase(it++)
    [all...]
packet_sender.h 179 std::set<InFlight> in_flight_; member in class:webrtc::testing::bwe::TcpSender

Completed in 80 milliseconds