Home
last modified time | relevance | path

Searched refs:UpdateThroughput (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dpacket_receiver.cc122 metric_recorder_->UpdateThroughput(bwe_receiver_->RecentKbps(), payload_size); in UpdateMetrics()
Dmetric_recorder.h86 void UpdateThroughput(int64_t bitrate_kbps, size_t payload_size);
Dmetric_recorder.cc155 void MetricRecorder::UpdateThroughput(int64_t bitrate_kbps, in UpdateThroughput() function in webrtc::testing::bwe::MetricRecorder