Home
last modified time | relevance | path

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

/external/rust/crabbyavif/src/utils/
Dclap.rs19 pub struct CleanAperture { struct
20 pub width: UFraction,
21 pub height: UFraction,
22 pub horiz_off: UFraction,
23 pub vert_off: UFraction,
56 clap: &CleanAperture, in create_from()
/external/rust/crabbyavif/src/capi/
Dimage.rs64 impl From<&avifCleanApertureBox> for CleanAperture { implementation
/external/rust/crabbyavif/src/parser/
Dmp4box.rs290 CleanAperture(CleanAperture), enumerator