Searched refs:BWE_TEST_LOGGING_LABEL (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | metric_recorder.cc | 280 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()
|
D | bwe_test_logging.h | 118 #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
|