Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dpacket_sender.cc343 num_recent_sent_packets_(0), in TcpSender()
474 num_recent_sent_packets_ += num_packets; in UpdateSendBitrateEstimate()
479 static_cast<uint32_t>(8 * num_recent_sent_packets_ * kPacketSizeBytes) / in UpdateSendBitrateEstimate()
482 num_recent_sent_packets_ = 0; in UpdateSendBitrateEstimate()
Dpacket_sender.h189 size_t num_recent_sent_packets_; variable