Searched defs:Vp9UncompressedHeader (Results 1 – 1 of 1) sorted by relevance
91 struct Vp9UncompressedHeader { struct92 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 …]