Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test.h120 void PrintResults(double max_throughput_kbps,
126 void PrintResults(double max_throughput_kbps,
Dbwe_test.cc191 void BweTest::PrintResults(double max_throughput_kbps, in PrintResults() argument
200 PrintResults(max_throughput_kbps, throughput_kbps, flow_delays_ms, in PrintResults()
204 void BweTest::PrintResults(double max_throughput_kbps, in PrintResults() argument
208 double utilization = throughput_kbps.GetMean() / max_throughput_kbps; in PrintResults()