HomeSort by relevance Sort by last modified time
    Searched full:flow_throughput_kbps (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test.h 124 Stats<double> flow_throughput_kbps);
129 std::map<int, Stats<double>> flow_throughput_kbps);
bwe_test.cc 195 Stats<double> flow_throughput_kbps) {
199 flow_throughputs_kbps[flow_id] = flow_throughput_kbps;
207 std::map<int, Stats<double>> flow_throughput_kbps) {
215 for (auto& kv : flow_throughput_kbps) {
230 if (!flow_throughput_kbps.empty()) {
233 for (auto kv : flow_throughput_kbps) {
238 fairness_index /= flow_throughput_kbps.size() * squared_bitrate_sum;
359 std::map<int, Stats<double>> flow_throughput_kbps; local
362 flow_throughput_kbps[flow_id] = rate_counter->GetBitrateStats();
372 flow_delay_ms, flow_throughput_kbps);
    [all...]

Completed in 191 milliseconds