Searched refs:UpdateThroughput (Results 1 – 3 of 3) sorted by relevance
122 metric_recorder_->UpdateThroughput(bwe_receiver_->RecentKbps(), payload_size); in UpdateMetrics()
86 void UpdateThroughput(int64_t bitrate_kbps, size_t payload_size);
155 void MetricRecorder::UpdateThroughput(int64_t bitrate_kbps, in UpdateThroughput() function in webrtc::testing::bwe::MetricRecorder