Searched refs:num_flows (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | metric_recorder.cc | 261 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()
|
D | metric_recorder.h | 94 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;
|
D | bwe_test_logging.h | 118 #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);
|
D | plot_bars.sh | 62 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)
|
D | bwe_test.cc | 480 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()
|
D | bwe_test_logging.cc | 183 int num_flows) { in PlotLabel() argument 190 num_flows); in PlotLabel()
|
D | bwe_test.h | 78 size_t num_flows);
|