Searched defs:ExpectedImageInfo (Results 1 – 2 of 2) sorted by relevance
19 struct ExpectedImageInfo { struct20 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 …]
66 struct ExpectedImageInfo<'a> { struct81 fn verify_info(expected_info: &ExpectedImageInfo, image: &Image) { in verify_info()