Home
last modified time | relevance | path

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

/external/rust/crabbyavif/src/
Dlib.rs464 pub struct ContentLightLevelInformation { struct
465 pub max_cll: u16,
466 pub max_pall: u16,
/external/rust/crabbyavif/include/avif/
Davif.h289 struct ContentLightLevelInformation { struct
294 using avifContentLightLevelInformationBox = ContentLightLevelInformation; argument
/external/rust/crabbyavif/src/decoder/
Ditem.rs322 pub(crate) fn clli(&self) -> Option<&ContentLightLevelInformation> { in clli()
/external/rust/crabbyavif/src/parser/
Dmp4box.rs296 ContentLightLevelInformation(ContentLightLevelInformation), enumerator