Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/test/network/
H A 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
/aosp_15_r20/external/openscreen/cast/streaming/
H A Dreceiver_unittest.cc212 void SendRtpPackets(const std::vector<FramePacketId>& packets_to_send) { in SendRtpPackets()