Searched refs:MetricRecorder (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | metric_recorder.cc | 56 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 …]
|
D | bwe_test.cc | 286 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 …]
|
D | packet_receiver.h | 38 MetricRecorder* metric_recorder); 60 MetricRecorder* metric_recorder_;
|
D | packet_sender.h | 29 class MetricRecorder; variable 55 void set_metric_recorder(MetricRecorder* metric_recorder); 63 MetricRecorder* metric_recorder_;
|
D | metric_recorder.h | 65 class MetricRecorder { 67 MetricRecorder(const std::string algorithm_name,
|
D | metric_recorder_unittest.cc | 30 MetricRecorder metric_recorder_;
|
D | packet_receiver.cc | 32 MetricRecorder* metric_recorder) in PacketReceiver()
|
D | packet_sender.cc | 40 void PacketSender::set_metric_recorder(MetricRecorder* metric_recorder) { in set_metric_recorder()
|