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

  /external/chromium_org/net/quic/
quic_server_session.cc 93 QuicBandwidth new_bandwidth_estimate = bandwidth_recorder.BandwidthEstimate(); local
96 std::abs(new_bandwidth_estimate.ToBitsPerSecond() -
108 bandwidth_estimate_sent_to_client_ = new_bandwidth_estimate;
  /external/chromium_org/net/tools/quic/
quic_server_session.cc 93 QuicBandwidth new_bandwidth_estimate = bandwidth_recorder.BandwidthEstimate(); local
96 std::abs(new_bandwidth_estimate.ToBitsPerSecond() -
108 bandwidth_estimate_sent_to_client_ = new_bandwidth_estimate;

Completed in 77 milliseconds