Searched defs:ContentLightLevelInformation (Results 1 – 3 of 3) sorted by relevance
285 pub struct ContentLightLevelInformation { struct286 pub max_cll: u16,287 pub max_pall: u16,316 ContentLightLevelInformation(ContentLightLevelInformation), enumerator
289 struct ContentLightLevelInformation { struct294 using avifContentLightLevelInformationBox = ContentLightLevelInformation; argument
254 pub fn clli(&self) -> Option<&ContentLightLevelInformation> { in clli()