Searched refs:MARKER_SOI (Results 1 – 2 of 2) sorted by relevance
1235 private static final byte MARKER_SOI = (byte) 0xd8; field in ExifInterface2221 if (in.readByte() != MARKER_SOI) { in getJpegAttributes()2568 if (dataInputStream.readByte() != MARKER_SOI) { in saveJpegAttributes()2571 dataOutputStream.writeByte(MARKER_SOI); in saveJpegAttributes()
1213 private static final byte MARKER_SOI = (byte) 0xd8; field in ExifInterface2159 if (in.readByte() != MARKER_SOI) { in getJpegAttributes()2510 if (dataInputStream.readByte() != MARKER_SOI) { in saveJpegAttributes()2513 dataOutputStream.writeByte(MARKER_SOI); in saveJpegAttributes()