Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dmetric_recorder.h87 void UpdateSendingEstimateKbps(int64_t bitrate_kbps);
Dmetric_recorder.cc162 void MetricRecorder::UpdateSendingEstimateKbps(int64_t bitrate_kbps) { in UpdateSendingEstimateKbps() function in webrtc::testing::bwe::MetricRecorder
Dpacket_sender.cc49 metric_recorder_->UpdateSendingEstimateKbps(TargetBitrateKbps()); in RecordBitrate()