Searched refs:EXIF_ASCII_PREFIX (Results 1 – 2 of 2) sorted by relevance
506 private static final byte[] EXIF_ASCII_PREFIX = new byte[] { field in ExifInterface711 if (numberOfComponents >= EXIF_ASCII_PREFIX.length) { in getValue()713 for (int i = 0; i < EXIF_ASCII_PREFIX.length; ++i) { in getValue()714 if (bytes[i] != EXIF_ASCII_PREFIX[i]) { in getValue()720 index = EXIF_ASCII_PREFIX.length; in getValue()
471 private static final byte[] EXIF_ASCII_PREFIX = new byte[] { field in ExifInterface676 if (numberOfComponents >= EXIF_ASCII_PREFIX.length) { in getValue()678 for (int i = 0; i < EXIF_ASCII_PREFIX.length; ++i) { in getValue()679 if (bytes[i] != EXIF_ASCII_PREFIX[i]) { in getValue()685 index = EXIF_ASCII_PREFIX.length; in getValue()