Home
last modified time | relevance | path

Searched refs:metric_recorder (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test.cc410 MetricRecorder metric_recorder(bwe_names[bwe_type], flow_id, &sender, in RunChoke() local
413 &metric_recorder); in RunChoke()
414 metric_recorder.set_plot_available_capacity(plot_total_available_capacity_); in RunChoke()
430 metric_recorder.PlotThroughputHistogram(title.str(), bwe_names[bwe_type], 1, in RunChoke()
432 metric_recorder.PlotDelayHistogram(title.str(), bwe_names[bwe_type], 1, 0); in RunChoke()
445 MetricRecorder metric_recorder(bwe_names[bwe_type], kFlowId, &sender, in RunVariableCapacity1SingleFlow() local
449 &metric_recorder); in RunVariableCapacity1SingleFlow()
451 metric_recorder.set_plot_available_capacity(plot_total_available_capacity_); in RunVariableCapacity1SingleFlow()
470 metric_recorder.PlotThroughputHistogram(title, bwe_names[bwe_type], 1, 0); in RunVariableCapacity1SingleFlow()
471 metric_recorder.PlotDelayHistogram(title, bwe_names[bwe_type], 1, in RunVariableCapacity1SingleFlow()
[all …]
Dpacket_receiver.cc32 MetricRecorder* metric_recorder) in PacketReceiver() argument
35 metric_recorder_(metric_recorder), in PacketReceiver()
Dpacket_receiver.h38 MetricRecorder* metric_recorder);
Dpacket_sender.h55 void set_metric_recorder(MetricRecorder* metric_recorder);
Dpacket_sender.cc40 void PacketSender::set_metric_recorder(MetricRecorder* metric_recorder) { in set_metric_recorder() argument
41 metric_recorder_ = metric_recorder; in set_metric_recorder()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator.gypi81 'test/metric_recorder.cc',
82 'test/metric_recorder.h',