/external/webrtc/webrtc/modules/video_coding/ |
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 | 117 void VCMJitterEstimator::UpdateEstimate(int64_t frameDelayMS, in UpdateEstimate() function in webrtc::VCMJitterEstimator
|
D | jitter_buffer.cc | 1329 jitter_estimate_.UpdateEstimate(frame_delay, frame_size, incomplete_frame); in UpdateJitterEstimate()
|
/external/webrtc/webrtc/modules/bitrate_controller/ |
D | send_side_bandwidth_estimation_unittest.cc | 32 bwe.UpdateEstimate(now_ms); in TEST() 42 bwe.UpdateEstimate(now_ms); in TEST() 71 bwe.UpdateEstimate(now_ms); in TEST() 89 bwe.UpdateEstimate(now_ms); in TEST()
|
D | send_side_bandwidth_estimation.cc | 138 UpdateEstimate(now_ms); in UpdateReceiverBlock() 175 void SendSideBandwidthEstimation::UpdateEstimate(int64_t now_ms) { in UpdateEstimate() function in webrtc::SendSideBandwidthEstimation
|
D | send_side_bandwidth_estimation.h | 33 void UpdateEstimate(int64_t now_ms);
|
D | bitrate_controller_impl.cc | 160 bandwidth_estimation_.UpdateEstimate(clock_->TimeInMilliseconds()); in Process()
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
D | remote_bitrate_estimator_single_stream.cc | 116 UpdateEstimate(now_ms); in IncomingPacket() 127 UpdateEstimate(clock_->TimeInMilliseconds()); in Process() 144 void RemoteBitrateEstimatorSingleStream::UpdateEstimate(int64_t now_ms) { in UpdateEstimate() function in webrtc::RemoteBitrateEstimatorSingleStream
|
D | remote_bitrate_estimator_abs_send_time.cc | 322 UpdateEstimate(now_ms); in IncomingPacketInfo() 333 UpdateEstimate(clock_->TimeInMilliseconds()); in Process() 350 void RemoteBitrateEstimatorAbsSendTime::UpdateEstimate(int64_t now_ms) { in UpdateEstimate() function in webrtc::RemoteBitrateEstimatorAbsSendTime
|
D | remote_bitrate_estimator_single_stream.h | 49 void UpdateEstimate(int64_t time_now)
|
D | remote_bitrate_estimator_abs_send_time.h | 112 void UpdateEstimate(int64_t now_ms)
|