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

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
metric_recorder.cc 67 sum_throughput_bytes_(0),
219 sum_throughput_bytes_ += payload_size;
380 return static_cast<double>(8 * sum_throughput_bytes_ / duration_ms);
437 double throughput_metric = U(sum_throughput_bytes_, kAlpha);
metric_recorder.h 174 size_t sum_throughput_bytes_; member in class:webrtc::testing::bwe::MetricRecorder

Completed in 461 milliseconds