Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dpacket_sender.cc340 total_sent_bytes_(0), in TcpSender()
356 if (!running_ && total_sent_bytes_ == 0) { in RunFor()
454 if ((total_sent_bytes_ + kPacketSizeBytes) > send_limit_bytes_) { in GeneratePackets()
466 total_sent_bytes_ += kPacketSizeBytes; in GeneratePackets()
Dpacket_sender.h186 int total_sent_bytes_; variable