Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dmetric_recorder.cc280 BWE_TEST_LOGGING_LABEL(4, title, "average_bitrate_(kbps)", num_flows); in PlotThroughputHistogram()
318 BWE_TEST_LOGGING_LABEL(5, title, "average_delay_(ms)", num_flows) in PlotDelayHistogram()
340 BWE_TEST_LOGGING_LABEL(6, title, "packet_loss_ratio_(%)", num_flows) in PlotLossHistogram()
350 BWE_TEST_LOGGING_LABEL(7, title, "objective_function", num_flows) in PlotObjectiveHistogram()
Dbwe_test_logging.h118 #define BWE_TEST_LOGGING_LABEL(figure, x_label, y_label, num_flows) macro
228 #define BWE_TEST_LOGGING_LABEL(figure, title, y_label, num_flows) \ macro