Home
last modified time | relevance | path

Searched defs:Vp9UncompressedHeader (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/webrtc/modules/video_coding/utility/
H A Dvp9_uncompressed_header_parser.h91 struct Vp9UncompressedHeader { struct
92 int profile = 0; // Profiles 0-3 are valid.
93 absl::optional<uint8_t> show_existing_frame;
94 bool is_keyframe = false;
95 bool show_frame = false;
96 bool error_resilient = false;
97 Vp9BitDept bit_detph = Vp9BitDept::k8Bit;
98 absl::optional<Vp9ColorSpace> color_space;
99 absl::optional<Vp9ColorRange> color_range;
100 absl::optional<Vp9YuvSubsampling> sub_sampling;
[all …]