Searched refs:INTEL_TIFF_MAGIC_NUMBER (Results 1 – 1 of 1) sorted by relevance
54 private static final int INTEL_TIFF_MAGIC_NUMBER = 0x4949; field in ImageHeaderParser203 } else if (byteOrderIdentifier == INTEL_TIFF_MAGIC_NUMBER) { in parseExifSegment()291 || imageMagicNumber == INTEL_TIFF_MAGIC_NUMBER; in handles()