Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/media/module/extractors/mp4/include/
H A DHeifCleanAperture.h39 struct CleanAperture { struct
46 // Converts the CleanAperture value into a rectangle with bounds left, top, right and bottom. argument
/aosp_15_r20/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()
/aosp_15_r20/external/rust/crabbyavif/src/capi/
Dimage.rs64 impl From<&avifCleanApertureBox> for CleanAperture { implementation
/aosp_15_r20/external/rust/crabbyavif/src/parser/
Dmp4box.rs310 CleanAperture(CleanAperture), enumerator