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

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

Completed in 190 milliseconds