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

  /external/chromium_org/third_party/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());
bwe_test_logging.h 29 // BWE_TEST_LOGGING_LOG1("weight", "%f tonnes", weights_[i]);
82 #define BWE_TEST_LOGGING_LOG1(name, format, _1)
129 #define BWE_TEST_LOGGING_LOG1(name, format, _1) \
bwe_test_framework.cc 26 BWE_TEST_LOGGING_LOG1("Max Delay", "%d ms", static_cast<int>(max_delay_ms));
272 BWE_TEST_LOGGING_LOG1("Loss", "%f%%", loss_percent);
297 BWE_TEST_LOGGING_LOG1("Delay", "%d ms", static_cast<int>(delay_ms));
320 BWE_TEST_LOGGING_LOG1("Jitter", "%d ms",
344 BWE_TEST_LOGGING_LOG1("Reordering", "%f%%", reorder_percent);
387 BWE_TEST_LOGGING_LOG1("BitrateChoke", "%d kbps", kbps);

Completed in 41 milliseconds