Lines Matching defs:Av1CodecConfiguration
140 pub struct Av1CodecConfiguration { struct
141 pub seq_profile: u8,
142 pub seq_level_idx0: u8,
143 pub seq_tier0: u8,
144 pub high_bitdepth: bool,
145 pub twelve_bit: bool,
146 pub monochrome: bool,
147 pub chroma_subsampling_x: u8,
148 pub chroma_subsampling_y: u8,
149 pub chroma_sample_position: ChromaSamplePosition,
150 pub raw_data: Vec<u8>,