webrtc/video/corruption_detection
Fanny Linderborg 6e072e6bfb Rename is_key_frame to communicate_upper_bits in FrameInstrumentation*Data
This is to make it clear that this field indicate whether the upper bits
of the sequence number should be communicated. However, the current
implementation only sets the field if it is a key frame.

Bug: webrtc:358039777
Change-Id: Ic2c8b6d91499e4e5cf25b8ce9591d326d7044fb0
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/361402
Commit-Queue: Fanny Linderborg <linderborg@webrtc.org>
Reviewed-by: Erik Språng <sprang@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#42924}
2024-09-03 10:42:18 +00:00
..
BUILD.gn Move FrameInstrumentation*Data structs to common_video 2024-09-03 07:20:06 +00:00
frame_instrumentation_generator.cc Rename is_key_frame to communicate_upper_bits in FrameInstrumentation*Data 2024-09-03 10:42:18 +00:00
frame_instrumentation_generator.h Move FrameInstrumentation*Data structs to common_video 2024-09-03 07:20:06 +00:00
frame_instrumentation_generator_unittest.cc Rename is_key_frame to communicate_upper_bits in FrameInstrumentation*Data 2024-09-03 10:42:18 +00:00
generic_mapping_functions.cc
generic_mapping_functions.h
generic_mapping_functions_unittest.cc
halton_frame_sampler.cc Add support for determining which pixels to sample 2024-08-19 09:43:31 +00:00
halton_frame_sampler.h Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
halton_frame_sampler_unittest.cc Add support for determining which pixels to sample 2024-08-19 09:43:31 +00:00
halton_sequence.cc
halton_sequence.h
halton_sequence_unittest.cc