Searched refs:IDENTIFIER_EXIF_APP1 (Results 1 – 1 of 1) sorted by relevance
1270 private static final byte[] IDENTIFIER_EXIF_APP1 = "Exif\0\0".getBytes(ASCII); field in ExifInterface2534 if (ArrayUtils.startsWith(bytes, IDENTIFIER_EXIF_APP1)) { in getJpegAttributes()2535 final long offset = start + IDENTIFIER_EXIF_APP1.length; in getJpegAttributes()2537 IDENTIFIER_EXIF_APP1.length, bytes.length); in getJpegAttributes()2838 if (!Arrays.equals(identifier, IDENTIFIER_EXIF_APP1)) { in getHeifAttributes()3012 if (Arrays.equals(identifier, IDENTIFIER_EXIF_APP1)) { in saveJpegAttributes()3795 dataOutputStream.write(IDENTIFIER_EXIF_APP1); in writeExifSegment()