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

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
overuse_detector.cc 87 BWE_TEST_LOGGING_PLOT(1, "offset", now_ms, T);
88 BWE_TEST_LOGGING_PLOT(1, "threshold", now_ms, threshold_);
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
remb.cc 124 BWE_TEST_LOGGING_PLOT(0, estimate_log_prefix_,
send_side.cc 62 BWE_TEST_LOGGING_PLOT(1, "RTT", clock_->TimeInMilliseconds(), rtt_ms);
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_logging.h 31 // BWE_TEST_LOGGING_PLOT(0, "bps", -1, j);
95 #define BWE_TEST_LOGGING_PLOT(figure, name, time, value)
182 #define BWE_TEST_LOGGING_PLOT(figure, name, time, value) \
bwe_test_framework.cc 283 BWE_TEST_LOGGING_PLOT(0, "Throughput_kbps#1", timestamp_ms, plot_kbps);
615 BWE_TEST_LOGGING_PLOT(0, "MaxThroughput_#1", timestamp_ms,

Completed in 66 milliseconds