Searched refs:IDENTIFIER_EXIF_APP1 (Results 1 – 2 of 2) sorted by relevance
1386 private static final byte[] IDENTIFIER_EXIF_APP1 = "Exif\0\0".getBytes(ASCII); field in ExifInterface2815 in.mark(IDENTIFIER_EXIF_APP1.length); in isExifDataOnly()2816 byte[] signatureCheckBytes = new byte[IDENTIFIER_EXIF_APP1.length]; in isExifDataOnly()2819 for (int i = 0; i < IDENTIFIER_EXIF_APP1.length; i++) { in isExifDataOnly()2820 if (signatureCheckBytes[i] != IDENTIFIER_EXIF_APP1[i]) { in isExifDataOnly()2894 if (startsWith(bytes, IDENTIFIER_EXIF_APP1)) { in getJpegAttributes()2895 final long offset = start + IDENTIFIER_EXIF_APP1.length; in getJpegAttributes()2897 IDENTIFIER_EXIF_APP1.length, bytes.length); in getJpegAttributes()3200 if (!Arrays.equals(identifier, IDENTIFIER_EXIF_APP1)) { in getHeifAttributes()3241 in.skipBytes(IDENTIFIER_EXIF_APP1.length); in getStandaloneAttributes()[all …]
25800 Landroid/media/ExifInterface;->IDENTIFIER_EXIF_APP1:[B