webrtc/modules/video_coding/timing
Tommi 55c3600781 Remove <ostream> dependencies
Some dependencies still exist but are a bit more complex to remove.
This CL removes either unused or easily replaced with ToString()
instances of ostream usage. In one case, moving the operator<<
implementation to the one test file that requires it.

Bug: webrtc:8982
Change-Id: Ia5c840b12a42893494af401317a3daf2fe50ba9b
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/356240
Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#42582}
2024-07-03 12:27:55 +00:00
..
BUILD.gn Mass removal of absl_deps in all BUILD.gn files 2024-05-23 15:09:46 +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 Reset prev_unwrapped_timestamp_ in TimestampExtrapolator::Reset 2024-03-13 13:19:49 +00:00
timestamp_extrapolator.h [Unwrap] Migrate TimestampExtrapolator to use RtpTimestampUnwrapper 2023-01-09 18:24:28 +00:00
timestamp_extrapolator_unittest.cc Reset prev_unwrapped_timestamp_ in TimestampExtrapolator::Reset 2024-03-13 13:19:49 +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 Remove <ostream> dependencies 2024-07-03 12:27:55 +00:00