Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/crabbyavif/src/parser/
Dmp4box.rs285 pub struct ContentLightLevelInformation { struct
286 pub max_cll: u16,
287 pub max_pall: u16,
316 ContentLightLevelInformation(ContentLightLevelInformation), enumerator
/aosp_15_r20/external/rust/crabbyavif/include/avif/
Davif.h289 struct ContentLightLevelInformation { struct
294 using avifContentLightLevelInformationBox = ContentLightLevelInformation; argument
/aosp_15_r20/external/rust/crabbyavif/src/decoder/
Ditem.rs254 pub fn clli(&self) -> Option<&ContentLightLevelInformation> { in clli()