Searched refs:RecentKbps (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | bwe_unittest.cc | 142 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()
|
D | bwe.h | 144 uint32_t RecentKbps() const; // Receiving Rate. 161 FRIEND_TEST_ALL_PREFIXES(BweReceiverTest, RecentKbps);
|
D | packet_receiver.cc | 122 metric_recorder_->UpdateThroughput(bwe_receiver_->RecentKbps(), payload_size); in UpdateMetrics()
|
D | bwe.cc | 170 uint32_t BweReceiver::RecentKbps() const { in RecentKbps() function in webrtc::testing::bwe::BweReceiver
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/ |
D | nada.cc | 125 derivative, RecentKbps(), corrected_send_time_ms); in GetFeedback()
|