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

  /external/chromium_org/third_party/webrtc/modules/bitrate_controller/
send_side_bandwidth_estimation.cc 51 accumulate_expected_packets_(0),
107 accumulate_expected_packets_ += number_of_packets;
110 if (accumulate_expected_packets_ >= kLimitNumPackets) {
112 accumulate_lost_packets_Q8_ / accumulate_expected_packets_;
116 accumulate_expected_packets_ = 0;
send_side_bandwidth_estimation.h 57 int accumulate_expected_packets_; member in class:webrtc::SendSideBandwidthEstimation

Completed in 441 milliseconds