Searched refs:MARKER (Results 1 – 3 of 3) sorted by relevance
1238 private static final byte MARKER = (byte) 0xff; field in ExifInterface2300 if ((marker = in.readByte()) != MARKER) { in getJpegAttributes()2310 if (marker != MARKER) { in getJpegAttributes()2781 if (dataInputStream.readByte() != MARKER) { in saveJpegAttributes()2784 dataOutputStream.writeByte(MARKER); in saveJpegAttributes()2791 dataOutputStream.writeByte(MARKER); in saveJpegAttributes()2799 if (marker != MARKER) { in saveJpegAttributes()2823 dataOutputStream.writeByte(MARKER); in saveJpegAttributes()2840 dataOutputStream.writeByte(MARKER); in saveJpegAttributes()2848 dataOutputStream.writeByte(MARKER); in saveJpegAttributes()
3621 static final byte MARKER = (byte) 0xff; field in ExifInterface4794 if ((marker = in.readByte()) != MARKER) {4804 if (marker != MARKER) {5145 if (dataInputStream.readByte() != MARKER) {5148 dataOutputStream.writeByte(MARKER);5155 dataOutputStream.writeByte(MARKER);5163 if (marker != MARKER) {5187 dataOutputStream.writeByte(MARKER);5204 dataOutputStream.writeByte(MARKER);5212 dataOutputStream.writeByte(MARKER);
424 buffer.put(ExifInterface.MARKER); in testDoNotFailOnCorruptedImage()