Searched refs:MARKER_SOI (Results 1 – 2 of 2) sorted by relevance
1239 private static final byte MARKER_SOI = (byte) 0xd8; field in ExifInterface2304 if (in.readByte() != MARKER_SOI) { in getJpegAttributes()2785 if (dataInputStream.readByte() != MARKER_SOI) { in saveJpegAttributes()2788 dataOutputStream.writeByte(MARKER_SOI); in saveJpegAttributes()
3622 private static final byte MARKER_SOI = (byte) 0xd8; field in ExifInterface4798 if (in.readByte() != MARKER_SOI) {5149 if (dataInputStream.readByte() != MARKER_SOI) {5152 dataOutputStream.writeByte(MARKER_SOI);