Home
last modified time | relevance | path

Searched refs:set_plot_available_capacity (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test.cc337 metric_recorders[media_flow]->set_plot_available_capacity( in RunFairnessTest()
350 metric_recorders[tcp_flow]->set_plot_available_capacity( in RunFairnessTest()
414 metric_recorder.set_plot_available_capacity(plot_total_available_capacity_); in RunChoke()
451 metric_recorder.set_plot_available_capacity(plot_total_available_capacity_); in RunVariableCapacity1SingleFlow()
511 metric_recorders[i]->set_plot_available_capacity( in RunVariableCapacity2MultipleFlows()
580 metric_recorders[kForward].get()->set_plot_available_capacity( in RunBidirectionalFlow()
593 metric_recorders[kBackward].get()->set_plot_available_capacity( in RunBidirectionalFlow()
707 metric_recorders[i].get()->set_plot_available_capacity( in RunRoundTripTimeFairness()
821 metric_recorders[id].get()->set_plot_available_capacity( in RunMultipleShortTcpFairness()
834 metric_recorders[id].get()->set_plot_available_capacity( in RunMultipleShortTcpFairness()
[all …]
Dmetric_recorder.h121 void set_plot_available_capacity(bool plot) { in set_plot_available_capacity() function