Home
last modified time | relevance | path

Searched refs:PlotLossHistogram (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test.cc378 metric_recorders[i]->PlotLossHistogram(title, flow_name, in RunFairnessTest()
473 metric_recorder.PlotLossHistogram(title, bwe_names[bwe_type], 1, in RunVariableCapacity1SingleFlow()
538 metric_recorders[i]->PlotLossHistogram(title, bwe_names[bwe_type], in RunVariableCapacity2MultipleFlows()
625 metric_recorders[i].get()->PlotLossHistogram( in RunBidirectionalFlow()
734 metric_recorders[i].get()->PlotLossHistogram( in RunRoundTripTimeFairness()
862 metric_recorders[id].get()->PlotLossHistogram( in RunMultipleShortTcpFairness()
934 metric_recorders[i].get()->PlotLossHistogram( in RunPauseResumeFlows()
Dmetric_recorder.h108 void PlotLossHistogram(const std::string& title,
Dmetric_recorder.cc336 void MetricRecorder::PlotLossHistogram(const std::string& title, in PlotLossHistogram() function in webrtc::testing::bwe::MetricRecorder