Searched refs:HW_MNOTE_TIFF_II (Results 1 – 1 of 1) sorted by relevance
35 constexpr unsigned char HW_MNOTE_TIFF_II[] = { 'I', 'I', 0x2A, 0x00, 0x08, 0x00, 0x00, 0x00 }; variable433 if (sizeof(HW_MNOTE_TIFF_II) != sizeof(HW_MNOTE_TIFF_MM)) { in IsHwMakerNote()437 if (size < (sizeof(HW_MNOTE_HEADER) + sizeof(HW_MNOTE_TIFF_II))) { in IsHwMakerNote()449 if (memcmp((data + tiff_offset_), HW_MNOTE_TIFF_II, sizeof(HW_MNOTE_TIFF_II)) == 0) { in IsHwMakerNote()451 ifd0_offset_ = tiff_offset_ + sizeof(HW_MNOTE_TIFF_II); in IsHwMakerNote()