Home
last modified time | relevance | path

Searched defs:packets_to_send (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/test/network/
Dcross_traffic.cc224 int packets_to_send = std::max(cwnd - static_cast<int>(in_flight_.size()), 0); in SendPackets() local
298 int packets_to_send = std::max(cwnd - static_cast<int>(in_flight_.size()), 0); in SendPackets() local
/external/openscreen/cast/streaming/
Dreceiver_unittest.cc212 void SendRtpPackets(const std::vector<FramePacketId>& packets_to_send) { in SendRtpPackets()