Searched refs:MARKER (Results 1 – 2 of 2) sorted by relevance
1392 private static final byte MARKER = (byte) 0xff; field in ExifInterface2852 if ((marker = in.readByte()) != MARKER) { in getJpegAttributes()2862 if (marker != MARKER) { in getJpegAttributes()3533 if (dataInputStream.readByte() != MARKER) { in saveJpegAttributes()3536 dataOutputStream.writeByte(MARKER); in saveJpegAttributes()3551 dataOutputStream.writeByte(MARKER); in saveJpegAttributes()3564 if (marker != MARKER) { in saveJpegAttributes()3588 dataOutputStream.writeByte(MARKER); in saveJpegAttributes()3605 dataOutputStream.writeByte(MARKER); in saveJpegAttributes()3613 dataOutputStream.writeByte(MARKER); in saveJpegAttributes()
25857 Landroid/media/ExifInterface;->MARKER:B