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

  /external/chromium_org/net/quic/
quic_connection_stats.h 56 uint64 estimated_bandwidth; // In bytes per second. member in struct:net::QuicConnectionStats
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_rtp_rtcp.cc 339 unsigned int estimated_bandwidth = 0; local
342 &estimated_bandwidth));
343 EXPECT_GT(estimated_bandwidth, 0u);
348 &estimated_bandwidth));
349 EXPECT_GT(estimated_bandwidth, 0u);
357 &estimated_bandwidth),
359 EXPECT_EQ(estimated_bandwidth, 0u);
384 estimated_bandwidth = 0;
386 &estimated_bandwidth));
388 EXPECT_EQ(0u, estimated_bandwidth);
    [all...]

Completed in 595 milliseconds