Home
last modified time | relevance | path

Searched refs:RecentKbps (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_unittest.cc142 EXPECT_EQ(bwe_receiver_.RecentKbps(), static_cast<size_t>(0)); in TEST_F()
158 EXPECT_NEAR(bwe_receiver_.RecentKbps(), kReceivingRateKbps, in TEST_F()
177 EXPECT_NEAR(bwe_receiver_.RecentKbps(), kReceivingRateKbps, in TEST_F()
333 TEST_F(BweReceiverTest, RecentKbps) { in TEST_F() argument
334 EXPECT_EQ(bwe_receiver_.RecentKbps(), 0U); in TEST_F()
347 EXPECT_NEAR(bwe_receiver_.RecentKbps(), in TEST_F()
358 EXPECT_NEAR(bwe_receiver_.RecentKbps(), in TEST_F()
Dbwe.h144 uint32_t RecentKbps() const; // Receiving Rate.
161 FRIEND_TEST_ALL_PREFIXES(BweReceiverTest, RecentKbps);
Dpacket_receiver.cc122 metric_recorder_->UpdateThroughput(bwe_receiver_->RecentKbps(), payload_size); in UpdateMetrics()
Dbwe.cc170 uint32_t BweReceiver::RecentKbps() const { in RecentKbps() function in webrtc::testing::bwe::BweReceiver
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
Dnada.cc125 derivative, RecentKbps(), corrected_send_time_ms); in GetFeedback()