Searched defs:Av1CodecConfiguration (Results 1 – 1 of 1) sorted by relevance
140 pub struct Av1CodecConfiguration { struct141 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,[all …]