webrtc/modules/video_coding/timing
Johannes Kron bbf639e930 Add low-latency stream signaling to VideoFrame and VCMTiming
This is the first CL out of three to make the low-latency stream signaling
explicit. At the moment this is done by setting the render time to 0.
There's a dependency between Chromium and WebRTC which is why this is
split into three CLs to not break any existing functionality.

Bug: chromium:1327251
Change-Id: Ie6b268746d587a99334485db77181fb2c6e9b567
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/264502
Reviewed-by: Evan Shrubsole <eshr@webrtc.org>
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Johannes Kron <kron@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#37225}
2022-06-15 14:04:28 +00:00
..
BUILD.gn Add low-latency stream signaling to VideoFrame and VCMTiming 2022-06-15 14:04:28 +00:00
codec_timer.cc
codec_timer.h
inter_frame_delay.cc
inter_frame_delay.h
inter_frame_delay_unittest.cc
jitter_estimator.cc Move JitterEstimator into timing sub-folder 2022-05-25 09:15:29 +00:00
jitter_estimator.h Move JitterEstimator into timing sub-folder 2022-05-25 09:15:29 +00:00
jitter_estimator_unittest.cc Move JitterEstimator into timing sub-folder 2022-05-25 09:15:29 +00:00
rtt_filter.cc
rtt_filter.h
rtt_filter_unittest.cc
timing.cc Add low-latency stream signaling to VideoFrame and VCMTiming 2022-06-15 14:04:28 +00:00
timing.h Add low-latency stream signaling to VideoFrame and VCMTiming 2022-06-15 14:04:28 +00:00
timing_unittest.cc Add low-latency stream signaling to VideoFrame and VCMTiming 2022-06-15 14:04:28 +00:00