Searched refs:MARKER (Results 1 – 1 of 1) sorted by relevance
1037 private static final byte MARKER = (byte) 0xff; field in ExifInterface1829 if ((marker = dataInputStream.readByte()) != MARKER) { in getJpegAttributes()1839 if (marker != MARKER) { in getJpegAttributes()1960 if (dataInputStream.readByte() != MARKER) { in saveJpegAttributes()1963 dataOutputStream.writeByte(MARKER); in saveJpegAttributes()1970 dataOutputStream.writeByte(MARKER); in saveJpegAttributes()1978 if (marker != MARKER) { in saveJpegAttributes()2002 dataOutputStream.writeByte(MARKER); in saveJpegAttributes()2019 dataOutputStream.writeByte(MARKER); in saveJpegAttributes()2027 dataOutputStream.writeByte(MARKER); in saveJpegAttributes()