Lines Matching defs:DecodeImageArgFlags
10368 struct DecodeImageArgFlags { struct
10378 static constexpr uint64_t REPORT_METADATA_BGCL = 0x0001;
10380 static constexpr uint64_t REPORT_METADATA_CHRM = 0x0002;
10382 static constexpr uint64_t REPORT_METADATA_EXIF = 0x0004;
10384 static constexpr uint64_t REPORT_METADATA_GAMA = 0x0008;
10386 static constexpr uint64_t REPORT_METADATA_ICCP = 0x0010;
10391 static constexpr uint64_t REPORT_METADATA_KVP = 0x0020;
10393 static constexpr uint64_t REPORT_METADATA_MTIM = 0x0040;
10395 static constexpr uint64_t REPORT_METADATA_OFS2 = 0x0080;
10397 static constexpr uint64_t REPORT_METADATA_PHYD = 0x0100;
10399 static constexpr uint64_t REPORT_METADATA_SRGB = 0x0200;
10401 static constexpr uint64_t REPORT_METADATA_XMP = 0x0400;
10403 uint64_t repr;
42931 DecodeImageArgFlags::DecodeImageArgFlags(uint64_t repr0) : repr(repr0) {} in DecodeImageArgFlags() function