HomeSort by relevance Sort by last modified time
    Searched refs:BWE_TEST_LOGGING_LOG1 (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_fileutils.cc 60 BWE_TEST_LOGGING_LOG1("Create", "Can't read file: %s", filepath.c_str());
89 BWE_TEST_LOGGING_LOG1("Create", "Can't write file: %s", filepath.c_str());
metric_recorder.cc 287 BWE_TEST_LOGGING_LOG1("RESULTS >>> " + bwe_name + " Channel utilization : ",
324 BWE_TEST_LOGGING_LOG1("RESULTS >>> " + bwe_name + " Delay average : ",
326 BWE_TEST_LOGGING_LOG1("RESULTS >>> " + bwe_name + " Delay 5th percentile : ",
328 BWE_TEST_LOGGING_LOG1("RESULTS >>> " + bwe_name + " Delay 95th percentile : ",
343 BWE_TEST_LOGGING_LOG1("RESULTS >>> " + bwe_name + " Loss Ratio : ", "%f %%",
bwe_test_logging.h 29 // BWE_TEST_LOGGING_LOG1("weight", "%f tonnes", weights_[i]);
82 #define BWE_TEST_LOGGING_LOG1(name, format, _1)
154 #define BWE_TEST_LOGGING_LOG1(name, format, _1) \
bwe_test_framework.cc 28 BWE_TEST_LOGGING_LOG1("Max Delay", "%d ms", static_cast<int>(max_delay_ms));
317 BWE_TEST_LOGGING_LOG1("Loss", "%f%%", loss_percent);
352 BWE_TEST_LOGGING_LOG1("Delay", "%d ms", static_cast<int>(one_way_delay_ms));
387 BWE_TEST_LOGGING_LOG1("Max Jitter", "%d ms", static_cast<int>(max_jitter_ms));
450 BWE_TEST_LOGGING_LOG1("Reordering", "%f%%", reorder_percent);
495 BWE_TEST_LOGGING_LOG1("BitrateChoke", "%d kbps", kbps);

Completed in 254 milliseconds