Home
last modified time | relevance | path

Searched refs:num_flows (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dmetric_recorder.cc261 size_t num_flows, in PlotThroughputHistogram() argument
280 BWE_TEST_LOGGING_LABEL(4, title, "average_bitrate_(kbps)", num_flows); in PlotThroughputHistogram()
300 size_t num_flows, in PlotThroughputHistogram() argument
302 PlotThroughputHistogram(title, bwe_name, num_flows, extra_offset_ms, ""); in PlotThroughputHistogram()
307 size_t num_flows, in PlotDelayHistogram() argument
318 BWE_TEST_LOGGING_LABEL(5, title, "average_delay_(ms)", num_flows) in PlotDelayHistogram()
338 size_t num_flows, in PlotLossHistogram() argument
340 BWE_TEST_LOGGING_LABEL(6, title, "packet_loss_ratio_(%)", num_flows) in PlotLossHistogram()
349 size_t num_flows) const { in PlotObjectiveHistogram()
350 BWE_TEST_LOGGING_LABEL(7, title, "objective_function", num_flows) in PlotObjectiveHistogram()
Dmetric_recorder.h94 size_t num_flows,
100 size_t num_flows,
105 size_t num_flows,
110 size_t num_flows,
115 size_t num_flows) const;
Dbwe_test_logging.h118 #define BWE_TEST_LOGGING_LABEL(figure, x_label, y_label, num_flows) argument
228 #define BWE_TEST_LOGGING_LABEL(figure, title, y_label, num_flows) \ argument
232 figure, title, y_label, num_flows); \
289 int num_flows);
Dplot_bars.sh62 num_flows=$(echo "$labels" | grep "^LABEL.$figure" | cut -f 5 | \
83 box_width=$(echo "(1.0-$tcp_space/2)/$num_flows" | bc -l)
101 box_width=$(echo 1.0/$num_flows | bc -l)
Dbwe_test.cc480 size_t num_flows) { in RunVariableCapacity2MultipleFlows() argument
488 for (size_t i = 0; i < num_flows; ++i) { in RunVariableCapacity2MultipleFlows()
494 FlowIds flow_ids = CreateFlowIdRange(0, static_cast<int>(num_flows - 1)); in RunVariableCapacity2MultipleFlows()
504 for (size_t i = 0; i < num_flows; ++i) { in RunVariableCapacity2MultipleFlows()
533 for (size_t i = 0; i < num_flows; ++i) { in RunVariableCapacity2MultipleFlows()
535 num_flows, 0); in RunVariableCapacity2MultipleFlows()
537 num_flows, kOneWayDelayMs); in RunVariableCapacity2MultipleFlows()
539 num_flows, in RunVariableCapacity2MultipleFlows()
Dbwe_test_logging.cc183 int num_flows) { in PlotLabel() argument
190 num_flows); in PlotLabel()
Dbwe_test.h78 size_t num_flows);