webrtc/modules/video_coding/timing
Rasmus Brandt f0820ffd88 Implement video versions of RTCInboundRtpStreamStats.jitterBuffer{Target,Minimum}Delay
* https://www.w3.org/TR/webrtc-stats/#dom-rtcinboundrtpstreamstats-jitterbuffertargetdelay
* https://www.w3.org/TR/webrtc-stats/#dom-rtcinboundrtpstreamstats-jitterbufferminimumdelay

Tested: https://jsfiddle.net/pfgzj0yo/17/

Bug: webrtc:14244
Change-Id: I3d949ba63c8339b3881f5d00356559d5789d283d
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/304404
Commit-Queue: Henrik Boström <hbos@webrtc.org>
Reviewed-by: Henrik Boström <hbos@webrtc.org>
Reviewed-by: Åsa Persson <asapersson@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#40157}
2023-05-26 13:34:09 +00:00
..
BUILD.gn Rename InterFrameDelay -> InterFrameDelayVariationCalculator. 2023-03-03 11:49:37 +00:00
decode_time_percentile_filter.cc Rename CodecTimer -> DecodeTimePercentileFilter. 2023-02-17 13:52:38 +00:00
decode_time_percentile_filter.h Rename CodecTimer -> DecodeTimePercentileFilter. 2023-02-17 13:52:38 +00:00
frame_delay_variation_kalman_filter.cc Rename Kalman filter to match RFC3393 2022-09-02 15:52:28 +00:00
frame_delay_variation_kalman_filter.h Rename Kalman filter to match RFC3393 2022-09-02 15:52:28 +00:00
frame_delay_variation_kalman_filter_unittest.cc Rename Kalman filter to match RFC3393 2022-09-02 15:52:28 +00:00
inter_frame_delay_variation_calculator.cc Rename InterFrameDelay -> InterFrameDelayVariationCalculator. 2023-03-03 11:49:37 +00:00
inter_frame_delay_variation_calculator.h Rename InterFrameDelay -> InterFrameDelayVariationCalculator. 2023-03-03 11:49:37 +00:00
inter_frame_delay_variation_calculator_unittest.cc Rename InterFrameDelay -> InterFrameDelayVariationCalculator. 2023-03-03 11:49:37 +00:00
jitter_estimator.cc JitterEstimator: remove unnecessary helper functions 2022-09-21 10:42:57 +00:00
jitter_estimator.h Format /modules 2023-04-20 02:02:45 +00:00
jitter_estimator_unittest.cc JitterEstimator: add field trial for not estimating noise for congested frames 2022-09-16 12:40:38 +00:00
rtt_filter.cc Start moving timing helper classes into timing/ sub-folder. 2022-05-23 13:43:40 +00:00
rtt_filter.h Start moving timing helper classes into timing/ sub-folder. 2022-05-23 13:43:40 +00:00
rtt_filter_unittest.cc Start moving timing helper classes into timing/ sub-folder. 2022-05-23 13:43:40 +00:00
timestamp_extrapolator.cc Deflake simulcast flow tests: prevent negative Timestamp exception. 2023-04-13 16:35:26 +00:00
timestamp_extrapolator.h [Unwrap] Migrate TimestampExtrapolator to use RtpTimestampUnwrapper 2023-01-09 18:24:28 +00:00
timestamp_extrapolator_unittest.cc Deflake simulcast flow tests: prevent negative Timestamp exception. 2023-04-13 16:35:26 +00:00
timing.cc Implement video versions of RTCInboundRtpStreamStats.jitterBuffer{Target,Minimum}Delay 2023-05-26 13:34:09 +00:00
timing.h Implement video versions of RTCInboundRtpStreamStats.jitterBuffer{Target,Minimum}Delay 2023-05-26 13:34:09 +00:00
timing_unittest.cc Implement video versions of RTCInboundRtpStreamStats.jitterBuffer{Target,Minimum}Delay 2023-05-26 13:34:09 +00:00