Searched refs:MARKER (Results 1 – 1 of 1) sorted by relevance
1276 private static final byte MARKER = (byte) 0xff; field in ExifInterface2492 if ((marker = in.readByte()) != MARKER) { in getJpegAttributes()2502 if (marker != MARKER) { in getJpegAttributes()2979 if (dataInputStream.readByte() != MARKER) { in saveJpegAttributes()2982 dataOutputStream.writeByte(MARKER); in saveJpegAttributes()2989 dataOutputStream.writeByte(MARKER); in saveJpegAttributes()2997 if (marker != MARKER) { in saveJpegAttributes()3021 dataOutputStream.writeByte(MARKER); in saveJpegAttributes()3038 dataOutputStream.writeByte(MARKER); in saveJpegAttributes()3046 dataOutputStream.writeByte(MARKER); in saveJpegAttributes()