Searched refs:metric_recorder (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | bwe_test.cc | 410 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 …]
|
D | packet_receiver.cc | 32 MetricRecorder* metric_recorder) in PacketReceiver() argument 35 metric_recorder_(metric_recorder), in PacketReceiver()
|
D | packet_receiver.h | 38 MetricRecorder* metric_recorder);
|
D | packet_sender.h | 55 void set_metric_recorder(MetricRecorder* metric_recorder);
|
D | packet_sender.cc | 40 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/ |
D | remote_bitrate_estimator.gypi | 81 'test/metric_recorder.cc', 82 'test/metric_recorder.h',
|