Searched refs:UpdateSendingEstimateKbps (Results 1 – 3 of 3) sorted by relevance
87 void UpdateSendingEstimateKbps(int64_t bitrate_kbps);
162 void MetricRecorder::UpdateSendingEstimateKbps(int64_t bitrate_kbps) { in UpdateSendingEstimateKbps() function in webrtc::testing::bwe::MetricRecorder
49 metric_recorder_->UpdateSendingEstimateKbps(TargetBitrateKbps()); in RecordBitrate()