Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dmetric_recorder.cc67 sum_throughput_bytes_(0), in MetricRecorder()
219 sum_throughput_bytes_ += payload_size; in PushThroughputBytes()
380 return static_cast<double>(8 * sum_throughput_bytes_ / duration_ms); in AverageBitrateKbps()
437 double throughput_metric = U(sum_throughput_bytes_, kAlpha); in ObjectiveFunction()
Dmetric_recorder.h174 size_t sum_throughput_bytes_; variable