Searched refs:JPEG_SIGNATURE (Results 1 – 2 of 2) sorted by relevance
439 private static final byte[] JPEG_SIGNATURE = new byte[] {(byte) 0xff, (byte) 0xd8, (byte) 0xff}; field in ExifInterface2126 for (int i = 0; i < JPEG_SIGNATURE.length; i++) { in isJpegFormat()2127 if (signatureCheckBytes[i] != JPEG_SIGNATURE[i]) { in isJpegFormat()
404 private static final byte[] JPEG_SIGNATURE = new byte[] {(byte) 0xff, (byte) 0xd8, (byte) 0xff}; field in ExifInterface2068 for (int i = 0; i < JPEG_SIGNATURE.length; i++) { in isJpegFormat()2069 if (signatureCheckBytes[i] != JPEG_SIGNATURE[i]) { in isJpegFormat()