Searched refs:EXIF_ASCII_PREFIX (Results 1 – 1 of 1) sorted by relevance
409 private static final byte[] EXIF_ASCII_PREFIX = new byte[] { field in ExifInterface574 if (numberOfComponents >= EXIF_ASCII_PREFIX.length) { in getValue()576 for (int i = 0; i < EXIF_ASCII_PREFIX.length; ++i) { in getValue()577 if (bytes[i] != EXIF_ASCII_PREFIX[i]) { in getValue()583 index = EXIF_ASCII_PREFIX.length; in getValue()