Home
last modified time | relevance | path

Searched refs:UpdateEstimate (Results 1 – 13 of 13) sorted by relevance

/external/webrtc/modules/congestion_controller/goog_cc/
Dsend_side_bandwidth_estimation_unittest.cc60 bwe.UpdateEstimate(Timestamp::Millis(now_ms)); in TestProbing()
72 bwe.UpdateEstimate(Timestamp::Millis(now_ms)); in TestProbing()
115 bwe.UpdateEstimate(Timestamp::Millis(now_ms)); in TEST()
131 bwe.UpdateEstimate(Timestamp::Millis(now_ms)); in TEST()
157 bwe.UpdateEstimate(Timestamp::Millis(now_ms)); in TEST()
Ddelay_based_bwe.cc278 UpdateEstimate(at_time, prev_bitrate_, &result.target_bitrate); in MaybeUpdateEstimate()
284 UpdateEstimate(at_time, acked_bitrate, &result.target_bitrate); in MaybeUpdateEstimate()
305 UpdateEstimate(at_time, acked_bitrate, &result.target_bitrate); in MaybeUpdateEstimate()
327 bool DelayBasedBwe::UpdateEstimate(Timestamp at_time, in UpdateEstimate() function in webrtc::DelayBasedBwe
Ddelay_based_bwe.h112 bool UpdateEstimate(Timestamp now,
Dsend_side_bandwidth_estimation.h87 void UpdateEstimate(Timestamp at_time);
Dsend_side_bandwidth_estimation.cc370 UpdateEstimate(at_time); in UpdatePacketsLost()
418 void SendSideBandwidthEstimation::UpdateEstimate(Timestamp at_time) { in UpdateEstimate() function in webrtc::SendSideBandwidthEstimation
Dgoog_cc_network_control.cc204 bandwidth_estimation_->UpdateEstimate(msg.at_time); in OnProcessInterval()
/external/webrtc/modules/video_coding/
Djitter_estimator_tests.cc67 estimator_->UpdateEstimate(gen.Delay(), gen.FrameSize()); in TEST_F()
83 estimator_->UpdateEstimate(gen.Delay(), gen.FrameSize()); in TEST_F()
136 estimator_->UpdateEstimate(gen.Delay(), gen.FrameSize()); in TEST_F()
Djitter_estimator.h39 void UpdateEstimate(int64_t frameDelayMS,
Djitter_estimator.cc120 void VCMJitterEstimator::UpdateEstimate(int64_t frameDelayMS, in UpdateEstimate() function in webrtc::VCMJitterEstimator
Djitter_buffer.cc884 jitter_estimate_.UpdateEstimate(frame_delay, frame_size, incomplete_frame); in UpdateJitterEstimate()
Dframe_buffer2.cc274 jitter_estimator_.UpdateEstimate(frame_delay, superframe_size); in GetNextFrame()
/external/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_single_stream.cc154 UpdateEstimate(now_ms); in IncomingPacket()
162 UpdateEstimate(clock_->TimeInMilliseconds()); in Process()
177 void RemoteBitrateEstimatorSingleStream::UpdateEstimate(int64_t now_ms) { in UpdateEstimate() function in webrtc::RemoteBitrateEstimatorSingleStream
Dremote_bitrate_estimator_single_stream.h57 void UpdateEstimate(int64_t time_now) RTC_EXCLUSIVE_LOCKS_REQUIRED(mutex_);