Searched refs:sum_throughput_bytes_ (Results 1 – 2 of 2) sorted by relevance
67 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()
174 size_t sum_throughput_bytes_; variable