Searched refs:MARKER (Results 1 – 3 of 3) sorted by relevance
1238 private static final byte MARKER = (byte) 0xff; field in ExifInterface2298 if ((marker = in.readByte()) != MARKER) { in getJpegAttributes()2308 if (marker != MARKER) { in getJpegAttributes()2739 if (dataInputStream.readByte() != MARKER) { in saveJpegAttributes()2742 dataOutputStream.writeByte(MARKER); in saveJpegAttributes()2749 dataOutputStream.writeByte(MARKER); in saveJpegAttributes()2757 if (marker != MARKER) { in saveJpegAttributes()2781 dataOutputStream.writeByte(MARKER); in saveJpegAttributes()2798 dataOutputStream.writeByte(MARKER); in saveJpegAttributes()2806 dataOutputStream.writeByte(MARKER); in saveJpegAttributes()
3617 static final byte MARKER = (byte) 0xff; field in ExifInterface4782 if ((marker = in.readByte()) != MARKER) {4792 if (marker != MARKER) {5133 if (dataInputStream.readByte() != MARKER) {5136 dataOutputStream.writeByte(MARKER);5143 dataOutputStream.writeByte(MARKER);5151 if (marker != MARKER) {5175 dataOutputStream.writeByte(MARKER);5192 dataOutputStream.writeByte(MARKER);5200 dataOutputStream.writeByte(MARKER);
423 buffer.put(ExifInterface.MARKER); in testDoNotFailOnCorruptedImage()