Home
last modified time | relevance | path

Searched refs:LatestEstimate (Results 1 – 16 of 16) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_unittest_helper.cc316 EXPECT_FALSE(bitrate_estimator_->LatestEstimate(&ssrcs, &bitrate_bps)); in InitialBehaviorTestHelper()
320 EXPECT_FALSE(bitrate_estimator_->LatestEstimate(&ssrcs, &bitrate_bps)); in InitialBehaviorTestHelper()
328 EXPECT_FALSE(bitrate_estimator_->LatestEstimate(&ssrcs, &bitrate_bps)); in InitialBehaviorTestHelper()
342 EXPECT_TRUE(bitrate_estimator_->LatestEstimate(&ssrcs, &bitrate_bps)); in InitialBehaviorTestHelper()
350 EXPECT_TRUE(bitrate_estimator_->LatestEstimate(&ssrcs, &bitrate_bps)); in InitialBehaviorTestHelper()
504 EXPECT_TRUE(bitrate_estimator_->LatestEstimate(&ssrcs, &latest_bps)); in CapacityDropTestHelper()
512 EXPECT_TRUE(bitrate_estimator_->LatestEstimate(&ssrcs, &latest_bps)); in CapacityDropTestHelper()
651 bitrate_estimator_->LatestEstimate(&ssrcs, &bitrate_before); in TestWrappingHelper()
667 bitrate_estimator_->LatestEstimate(&ssrcs, &bitrate_after); in TestWrappingHelper()
Dremote_bitrate_estimator_single_stream.cc202 bool RemoteBitrateEstimatorSingleStream::LatestEstimate( in LatestEstimate() function in webrtc::RemoteBitrateEstimatorSingleStream
214 *bitrate_bps = remote_rate_->LatestEstimate(); in LatestEstimate()
Daimd_rate_control.cc79 const int bitrate_difference = LatestEstimate() - incoming_bitrate_bps; in TimeToReduceFurther()
85 uint32_t AimdRateControl::LatestEstimate() const { in LatestEstimate() function in webrtc::AimdRateControl
Dremote_bitrate_estimator_abs_send_time.cc226 new_bitrate_bps > static_cast<int>(remote_rate_.LatestEstimate()); in IsBitrateImproving()
392 bool RemoteBitrateEstimatorAbsSendTime::LatestEstimate( in LatestEstimate() function in webrtc::RemoteBitrateEstimatorAbsSendTime
405 *bitrate_bps = remote_rate_.LatestEstimate(); in LatestEstimate()
Dremote_bitrate_estimator_single_stream.h38 bool LatestEstimate(std::vector<unsigned int>* ssrcs,
Daimd_rate_control.h40 uint32_t LatestEstimate() const;
Dremote_estimator_proxy.h45 bool LatestEstimate(std::vector<unsigned int>* ssrcs,
Dremote_estimator_proxy.cc60 bool RemoteEstimatorProxy::LatestEstimate(std::vector<unsigned int>* ssrcs, in LatestEstimate() function in webrtc::RemoteEstimatorProxy
Dremote_bitrate_estimator_abs_send_time.h87 bool LatestEstimate(std::vector<unsigned int>* ssrcs,
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
Dremb.cc110 if (LatestEstimate(&estimated_bps)) { in GetFeedback()
149 bool RembReceiver::LatestEstimate(uint32_t* estimate_bps) { in LatestEstimate() function in webrtc::testing::bwe::RembReceiver
153 if (!estimator_->LatestEstimate(&ssrcs, &bps)) { in LatestEstimate()
Dremb.h66 bool LatestEstimate(uint32_t* estimate_bps);
/external/webrtc/webrtc/modules/remote_bitrate_estimator/include/mock/
Dmock_remote_bitrate_estimator.h27 MOCK_CONST_METHOD2(LatestEstimate,
/external/webrtc/webrtc/modules/remote_bitrate_estimator/include/
Dremote_bitrate_estimator.h88 virtual bool LatestEstimate(std::vector<unsigned int>* ssrcs,
/external/webrtc/webrtc/call/
Dcongestion_controller.cc81 bool LatestEstimate(std::vector<unsigned int>* ssrcs, in LatestEstimate() function in webrtc::__anon9ac7c0410111::WrappingBitrateEstimator
84 return rbe_->LatestEstimate(ssrcs, bitrate_bps); in LatestEstimate()
Dcall.cc505 congestion_controller_->GetRemoteBitrateEstimator(false)->LatestEstimate( in GetStats()
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl.cc162 if (remote_bitrate_->LatestEstimate(&ssrcs, &target_bitrate)) { in Process()