Searched refs:BWE_TEST_LOGGING_LOG1 (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | metric_recorder.cc | 287 BWE_TEST_LOGGING_LOG1("RESULTS >>> " + bwe_name + " Channel utilization : ", in PlotThroughputHistogram() 324 BWE_TEST_LOGGING_LOG1("RESULTS >>> " + bwe_name + " Delay average : ", in PlotDelayHistogram() 326 BWE_TEST_LOGGING_LOG1("RESULTS >>> " + bwe_name + " Delay 5th percentile : ", in PlotDelayHistogram() 328 BWE_TEST_LOGGING_LOG1("RESULTS >>> " + bwe_name + " Delay 95th percentile : ", in PlotDelayHistogram() 343 BWE_TEST_LOGGING_LOG1("RESULTS >>> " + bwe_name + " Loss Ratio : ", "%f %%", in PlotLossHistogram()
|
D | bwe_test_fileutils.cc | 60 BWE_TEST_LOGGING_LOG1("Create", "Can't read file: %s", filepath.c_str()); in Create() 89 BWE_TEST_LOGGING_LOG1("Create", "Can't write file: %s", filepath.c_str()); in Create()
|
D | bwe_test_framework.cc | 28 BWE_TEST_LOGGING_LOG1("Max Delay", "%d ms", static_cast<int>(max_delay_ms)); in set_max_delay_ms() 317 BWE_TEST_LOGGING_LOG1("Loss", "%f%%", loss_percent); in SetLoss() 352 BWE_TEST_LOGGING_LOG1("Delay", "%d ms", static_cast<int>(one_way_delay_ms)); in SetOneWayDelayMs() 387 BWE_TEST_LOGGING_LOG1("Max Jitter", "%d ms", static_cast<int>(max_jitter_ms)); in SetMaxJitter() 450 BWE_TEST_LOGGING_LOG1("Reordering", "%f%%", reorder_percent); in SetReorder() 495 BWE_TEST_LOGGING_LOG1("BitrateChoke", "%d kbps", kbps); in set_capacity_kbps()
|
D | bwe_test_logging.h | 82 #define BWE_TEST_LOGGING_LOG1(name, format, _1) macro 154 #define BWE_TEST_LOGGING_LOG1(name, format, _1) \ macro
|