webrtc/modules/video_coding/timing
Johannes Kron ef4a2cfc45 Remove condition that will never be active
Remove check if `prev_estimate_` is less than 10 us since it can never
be less than 1 ms.

Bug: None
Change-Id: If151390d22fa0b6ecdc36af64168d3e2049c7b6b
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/271203
Reviewed-by: Philip Eliasson <philipel@webrtc.org>
Commit-Queue: Johannes Kron <kron@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#37745}
2022-08-11 09:41:52 +00:00
..
BUILD.gn Split out the jitter estimator's Kalman filter into its own class. 2022-08-09 12:45:08 +00:00
codec_timer.cc
codec_timer.h
frame_delay_delta_kalman_filter.cc Split out the jitter estimator's Kalman filter into its own class. 2022-08-09 12:45:08 +00:00
frame_delay_delta_kalman_filter.h Split out the jitter estimator's Kalman filter into its own class. 2022-08-09 12:45:08 +00:00
frame_delay_delta_kalman_filter_unittest.cc Split out the jitter estimator's Kalman filter into its own class. 2022-08-09 12:45:08 +00:00
inter_frame_delay.cc
inter_frame_delay.h
inter_frame_delay_unittest.cc
jitter_estimator.cc Remove condition that will never be active 2022-08-11 09:41:52 +00:00
jitter_estimator.h Split out the jitter estimator's Kalman filter into its own class. 2022-08-09 12:45:08 +00:00
jitter_estimator_unittest.cc Remove unused field trial WebRTC-ReducedJitterDelayKillSwitch. 2022-07-27 13:28:35 +00:00
rtt_filter.cc
rtt_filter.h
rtt_filter_unittest.cc
timing.cc UpdateCurrentDelay should update delay with rounding errors 2022-08-02 08:47:54 +00:00
timing.h Add low-latency stream signaling to VideoFrame and VCMTiming 2022-06-15 14:04:28 +00:00
timing_unittest.cc clean up misc TimeDelta use 2022-08-02 13:52:36 +00:00