Searched refs:UpdateEstimate (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/ |
D | jitter_estimator_tests.cc | 68 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()
|
D | jitter_estimator.h | 43 void UpdateEstimate(int64_t frameDelayMS,
|
D | jitter_estimator.cc | 123 VCMJitterEstimator::UpdateEstimate(int64_t frameDelayMS, uint32_t frameSizeBytes, in UpdateEstimate() function in webrtc::VCMJitterEstimator
|
D | jitter_buffer.cc | 1247 jitter_estimate_.UpdateEstimate(frame_delay, frame_size, incomplete_frame); in UpdateJitterEstimate()
|
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/ |
D | remote_bitrate_estimator_single_stream.cc | 82 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/ |
D | send_side_bandwidth_estimation.cc | 123 UpdateEstimate(now_ms); in UpdateReceiverBlock() 126 void SendSideBandwidthEstimation::UpdateEstimate(uint32_t now_ms) { in UpdateEstimate() function in webrtc::SendSideBandwidthEstimation
|
D | send_side_bandwidth_estimation.h | 30 void UpdateEstimate(uint32_t now_ms);
|
D | bitrate_controller_impl.cc | 239 bandwidth_estimation_.UpdateEstimate(clock_->TimeInMilliseconds()); in Process()
|