Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
Djitter_estimator_tests.cc68 regular_estimator_.UpdateEstimate(gen.Delay(), gen.FrameSize()); in TEST_F()
70 low_rate_estimator_.UpdateEstimate(gen.Delay(), gen.FrameSize()); in TEST_F()
85 regular_estimator_.UpdateEstimate(gen.Delay(), gen.FrameSize()); in TEST_F()
87 low_rate_estimator_.UpdateEstimate(gen.Delay(), gen.FrameSize()); in TEST_F()
102 regular_estimator_.UpdateEstimate(gen.Delay(), gen.FrameSize()); in TEST_F()
104 low_rate_estimator_.UpdateEstimate(gen.Delay(), gen.FrameSize()); in TEST_F()
119 regular_estimator_.UpdateEstimate(gen.Delay(), gen.FrameSize()); in TEST_F()
121 low_rate_estimator_.UpdateEstimate(gen.Delay(), gen.FrameSize()); in TEST_F()
134 regular_estimator_.UpdateEstimate(low_gen.Delay(), low_gen.FrameSize()); in TEST_F()
142 low_rate_estimator_.UpdateEstimate(low_gen.Delay(), low_gen.FrameSize()); in TEST_F()
Djitter_estimator.h43 void UpdateEstimate(int64_t frameDelayMS,
Djitter_estimator.cc123 VCMJitterEstimator::UpdateEstimate(int64_t frameDelayMS, uint32_t frameSizeBytes, in UpdateEstimate() function in webrtc::VCMJitterEstimator
Djitter_buffer.cc1247 jitter_estimate_.UpdateEstimate(frame_delay, frame_size, incomplete_frame); in UpdateJitterEstimate()
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_single_stream.cc82 void UpdateEstimate(int64_t now_ms);
142 UpdateEstimate(now_ms); in IncomingPacket()
152 UpdateEstimate(now_ms); in Process()
164 void RemoteBitrateEstimatorSingleStream::UpdateEstimate(int64_t now_ms) { in UpdateEstimate() function in webrtc::__anon15f302e20111::RemoteBitrateEstimatorSingleStream
/external/chromium_org/third_party/webrtc/modules/bitrate_controller/
Dsend_side_bandwidth_estimation.cc123 UpdateEstimate(now_ms); in UpdateReceiverBlock()
126 void SendSideBandwidthEstimation::UpdateEstimate(uint32_t now_ms) { in UpdateEstimate() function in webrtc::SendSideBandwidthEstimation
Dsend_side_bandwidth_estimation.h30 void UpdateEstimate(uint32_t now_ms);
Dbitrate_controller_impl.cc239 bandwidth_estimation_.UpdateEstimate(clock_->TimeInMilliseconds()); in Process()