/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
D | remote_bitrate_estimator_unittest_helper.cc | 316 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()
|
D | remote_bitrate_estimator_single_stream.cc | 202 bool RemoteBitrateEstimatorSingleStream::LatestEstimate( in LatestEstimate() function in webrtc::RemoteBitrateEstimatorSingleStream 214 *bitrate_bps = remote_rate_->LatestEstimate(); in LatestEstimate()
|
D | aimd_rate_control.cc | 79 const int bitrate_difference = LatestEstimate() - incoming_bitrate_bps; in TimeToReduceFurther() 85 uint32_t AimdRateControl::LatestEstimate() const { in LatestEstimate() function in webrtc::AimdRateControl
|
D | remote_bitrate_estimator_abs_send_time.cc | 226 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()
|
D | remote_bitrate_estimator_single_stream.h | 38 bool LatestEstimate(std::vector<unsigned int>* ssrcs,
|
D | aimd_rate_control.h | 40 uint32_t LatestEstimate() const;
|
D | remote_estimator_proxy.h | 45 bool LatestEstimate(std::vector<unsigned int>* ssrcs,
|
D | remote_estimator_proxy.cc | 60 bool RemoteEstimatorProxy::LatestEstimate(std::vector<unsigned int>* ssrcs, in LatestEstimate() function in webrtc::RemoteEstimatorProxy
|
D | remote_bitrate_estimator_abs_send_time.h | 87 bool LatestEstimate(std::vector<unsigned int>* ssrcs,
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/ |
D | remb.cc | 110 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()
|
D | remb.h | 66 bool LatestEstimate(uint32_t* estimate_bps);
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/include/mock/ |
D | mock_remote_bitrate_estimator.h | 27 MOCK_CONST_METHOD2(LatestEstimate,
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/include/ |
D | remote_bitrate_estimator.h | 88 virtual bool LatestEstimate(std::vector<unsigned int>* ssrcs,
|
/external/webrtc/webrtc/call/ |
D | congestion_controller.cc | 81 bool LatestEstimate(std::vector<unsigned int>* ssrcs, in LatestEstimate() function in webrtc::__anon9ac7c0410111::WrappingBitrateEstimator 84 return rbe_->LatestEstimate(ssrcs, bitrate_bps); in LatestEstimate()
|
D | call.cc | 505 congestion_controller_->GetRemoteBitrateEstimator(false)->LatestEstimate( in GetStats()
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtp_rtcp_impl.cc | 162 if (remote_bitrate_->LatestEstimate(&ssrcs, &target_bitrate)) { in Process()
|