Searched refs:MARKER (Results 1 – 2 of 2) sorted by relevance
1276 private static final byte MARKER = (byte) 0xff; field in ExifInterface2498 if ((marker = in.readByte()) != MARKER) { in getJpegAttributes()2508 if (marker != MARKER) { in getJpegAttributes()2986 if (dataInputStream.readByte() != MARKER) { in saveJpegAttributes()2989 dataOutputStream.writeByte(MARKER); in saveJpegAttributes()2996 dataOutputStream.writeByte(MARKER); in saveJpegAttributes()3004 if (marker != MARKER) { in saveJpegAttributes()3028 dataOutputStream.writeByte(MARKER); in saveJpegAttributes()3045 dataOutputStream.writeByte(MARKER); in saveJpegAttributes()3053 dataOutputStream.writeByte(MARKER); in saveJpegAttributes()
35986 Landroid/media/ExifInterface;->MARKER:B