Home
last modified time | relevance | path

Searched refs:ComputeNetworkBandwidth (Results 1 – 4 of 4) sorted by relevance

/external/openscreen/cast/streaming/
Dbandwidth_estimator_unittest.cc61 EXPECT_EQ(0, estimator()->ComputeNetworkBandwidth()); in TEST_F()
72 EXPECT_EQ(0, estimator()->ComputeNetworkBandwidth()); in TEST_F()
90 EXPECT_EQ(0, estimator()->ComputeNetworkBandwidth()); in TEST_F()
115 ASSERT_EQ(0, estimator()->ComputeNetworkBandwidth()); in TEST_F()
135 const int estimate = estimator()->ComputeNetworkBandwidth(); in TEST_F()
179 EXPECT_NEAR(kExpectedEstimate, estimator()->ComputeNetworkBandwidth(), in TEST_F()
193 int last_estimate = estimator()->ComputeNetworkBandwidth(); in TEST_F()
220 const int estimate = estimator()->ComputeNetworkBandwidth(); in TEST_F()
Dbandwidth_estimator.h99 int ComputeNetworkBandwidth() const;
Dbandwidth_estimator.cc77 int BandwidthEstimator::ComputeNetworkBandwidth() const { in ComputeNetworkBandwidth() function in openscreen::cast::BandwidthEstimator
Dsender_session.cc268 return packet_router_.ComputeNetworkBandwidth(); in GetEstimatedNetworkBandwidth()