Searched refs:ORF_MAKER_NOTE_HEADER_2 (Results 1 – 1 of 1) sorted by relevance
479 private static final byte[] ORF_MAKER_NOTE_HEADER_2 = new byte[] {(byte) 0x4f, (byte) 0x4c, field in ExifInterface2888 byte[] makerNoteHeader2Bytes = new byte[ORF_MAKER_NOTE_HEADER_2.length]; in getOrfAttributes()2893 } else if (Arrays.equals(makerNoteHeader2Bytes, ORF_MAKER_NOTE_HEADER_2)) { in getOrfAttributes()