Searched refs:BWE_TEST_LOGGING_PLOT (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
D | overuse_detector.cc | 87 BWE_TEST_LOGGING_PLOT(1, "offset", now_ms, T); in Detect() 88 BWE_TEST_LOGGING_PLOT(1, "threshold", now_ms, threshold_); in Detect()
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | bwe_test_logging.h | 95 #define BWE_TEST_LOGGING_PLOT(figure, name, time, value) macro 182 #define BWE_TEST_LOGGING_PLOT(figure, name, time, value) \ macro
|
D | bwe_test_framework.cc | 283 BWE_TEST_LOGGING_PLOT(0, "Throughput_kbps#1", timestamp_ms, plot_kbps); in Plot() 615 BWE_TEST_LOGGING_PLOT(0, "MaxThroughput_#1", timestamp_ms, in Plot()
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/ |
D | send_side.cc | 62 BWE_TEST_LOGGING_PLOT(1, "RTT", clock_->TimeInMilliseconds(), rtt_ms); in GiveFeedback()
|
D | remb.cc | 124 BWE_TEST_LOGGING_PLOT(0, estimate_log_prefix_, in GetFeedback()
|