Home
last modified time | relevance | path

Searched defs:clli (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/rust/crabbyavif/tests/
Ddecoder_tests.rs510 fn clli(filename: &str, max_cll: u16, max_pall: u16) { in clli() function
522 let clli = image.clli.as_ref().unwrap(); in clli() localVariable
/aosp_15_r20/external/rust/crabbyavif/src/decoder/
Ditem.rs254 pub fn clli(&self) -> Option<&ContentLightLevelInformation> { in clli() method
/aosp_15_r20/external/rust/crabbyavif/src/capi/
Dimage.rs111 pub clli: avifContentLightLevelInformationBox, field
/aosp_15_r20/external/rust/crabbyavif/src/
Dimage.rs91 pub clli: Option<ContentLightLevelInformation>, field
/aosp_15_r20/external/rust/crabbyavif/src/parser/
Dmp4box.rs970 let clli = ContentLightLevelInformation { in parse_clli() localVariable
/aosp_15_r20/external/rust/crabbyavif/include/avif/
Davif.h376 avifContentLightLevelInformationBox clli; member