Home
last modified time | relevance | path

Searched refs:BWE_TEST_LOGGING_PLOT (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Doveruse_detector.cc87 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/
Dbwe_test_logging.h95 #define BWE_TEST_LOGGING_PLOT(figure, name, time, value) macro
182 #define BWE_TEST_LOGGING_PLOT(figure, name, time, value) \ macro
Dbwe_test_framework.cc283 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/
Dsend_side.cc62 BWE_TEST_LOGGING_PLOT(1, "RTT", clock_->TimeInMilliseconds(), rtt_ms); in GiveFeedback()
Dremb.cc124 BWE_TEST_LOGGING_PLOT(0, estimate_log_prefix_, in GetFeedback()