Home
last modified time | relevance | path

Searched refs:MetricRecorder (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dmetric_recorder.cc56 MetricRecorder::MetricRecorder(const std::string algorithm_name, in MetricRecorder() function in webrtc::testing::bwe::MetricRecorder
79 void MetricRecorder::SetPlotInformation( in SetPlotInformation()
115 void MetricRecorder::PlotAllDynamics() { in PlotAllDynamics()
125 void MetricRecorder::PlotDynamics(int metric) { in PlotDynamics()
143 void MetricRecorder::PlotLine(int windows_id, in PlotLine()
151 void MetricRecorder::UpdateTimeMs(int64_t time_ms) { in UpdateTimeMs()
155 void MetricRecorder::UpdateThroughput(int64_t bitrate_kbps, in UpdateThroughput()
162 void MetricRecorder::UpdateSendingEstimateKbps(int64_t bitrate_kbps) { in UpdateSendingEstimateKbps()
166 void MetricRecorder::UpdateDelayMs(int64_t delay_ms) { in UpdateDelayMs()
171 void MetricRecorder::UpdateLoss(float loss_ratio) { in UpdateLoss()
[all …]
Dbwe_test.cc286 std::vector<MetricRecorder*> metric_recorders; in RunFairnessTest()
332 new MetricRecorder(bwe_names[bwe_type], static_cast<int>(media_flow), in RunFairnessTest()
345 new MetricRecorder(bwe_names[kTcpEstimator], static_cast<int>(tcp_flow), in RunFairnessTest()
399 for (MetricRecorder* recorder : metric_recorders) in RunFairnessTest()
410 MetricRecorder metric_recorder(bwe_names[bwe_type], flow_id, &sender, in RunChoke()
445 MetricRecorder metric_recorder(bwe_names[bwe_type], kFlowId, &sender, in RunVariableCapacity1SingleFlow()
483 std::vector<MetricRecorder*> metric_recorders; in RunVariableCapacity2MultipleFlows()
505 metric_recorders.push_back(new MetricRecorder( in RunVariableCapacity2MultipleFlows()
548 for (MetricRecorder* recorder : metric_recorders) in RunVariableCapacity2MultipleFlows()
560 rtc::scoped_ptr<MetricRecorder> metric_recorders[kNumFlows]; in RunBidirectionalFlow()
[all …]
Dpacket_receiver.h38 MetricRecorder* metric_recorder);
60 MetricRecorder* metric_recorder_;
Dpacket_sender.h29 class MetricRecorder; variable
55 void set_metric_recorder(MetricRecorder* metric_recorder);
63 MetricRecorder* metric_recorder_;
Dmetric_recorder.h65 class MetricRecorder {
67 MetricRecorder(const std::string algorithm_name,
Dmetric_recorder_unittest.cc30 MetricRecorder metric_recorder_;
Dpacket_receiver.cc32 MetricRecorder* metric_recorder) in PacketReceiver()
Dpacket_sender.cc40 void PacketSender::set_metric_recorder(MetricRecorder* metric_recorder) { in set_metric_recorder()