Searched refs:ORF_MAKER_NOTE_HEADER_1 (Results 1 – 1 of 1) sorted by relevance
477 private static final byte[] ORF_MAKER_NOTE_HEADER_1 = new byte[] {(byte) 0x4f, (byte) 0x4c, field in ExifInterface2885 byte[] makerNoteHeader1Bytes = new byte[ORF_MAKER_NOTE_HEADER_1.length]; in getOrfAttributes()2891 if (Arrays.equals(makerNoteHeader1Bytes, ORF_MAKER_NOTE_HEADER_1)) { in getOrfAttributes()