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

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
plot_bars.sh 74 tcp_flow=false
82 tcp_flow=true
177 if $tcp_flow && \
190 if $tcp_flow && \
214 if $tcp_flow && \
245 if $tcp_flow && \
bwe_test.cc 297 for (int tcp_flow : tcp_flow_ids) {
298 senders.push_back(new TcpSender(&uplink_, tcp_flow, offsets_ms[tcp_flow]));
299 max_offset_ms = std::max(max_offset_ms, offsets_ms[tcp_flow]);
343 for (int tcp_flow : tcp_flow_ids) {
345 new MetricRecorder(bwe_names[kTcpEstimator], static_cast<int>(tcp_flow),
346 senders[tcp_flow], &link_share));
347 receivers.push_back(new PacketReceiver(&uplink_, tcp_flow, kTcpEstimator,
349 metric_recorders[tcp_flow]));
350 metric_recorders[tcp_flow]->set_plot_available_capacity
    [all...]

Completed in 211 milliseconds