Home
last modified time | relevance | path

Searched defs:ExpectedImageInfo (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/crabbyavif/c_api_tests/
Dconformance_tests.cc19 struct ExpectedImageInfo { struct
20 const char* filename;
21 uint32_t width;
22 uint32_t height;
23 uint8_t depth;
24 avifPixelFormat yuv_format;
25 avifBool alpha_present;
26 avifBool full_range;
27 avifColorPrimaries color_primaries;
28 avifTransferCharacteristics transfer_characteristics;
[all …]
/aosp_15_r20/external/rust/crabbyavif/tests/
Dconformance_tests.rs66 struct ExpectedImageInfo<'a> { struct
81 fn verify_info(expected_info: &ExpectedImageInfo, image: &Image) { in verify_info()