Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_framework.cc277 uint32_t plot_kbps = 0; in Plot() local
279 plot_kbps = rate_counter_.bits_per_second() / 1000.0; in Plot()
283 BWE_TEST_LOGGING_PLOT(0, "Throughput_kbps#1", timestamp_ms, plot_kbps); in Plot()
286 plot_kbps, plot_name_); in Plot()
289 RTC_UNUSED(plot_kbps); in Plot()