Searched refs:MARKER_SOI (Results 1 – 2 of 2) sorted by relevance
1393 private static final byte MARKER_SOI = (byte) 0xd8; field in ExifInterface2856 if (in.readByte() != MARKER_SOI) { in getJpegAttributes()3537 if (dataInputStream.readByte() != MARKER_SOI) { in saveJpegAttributes()3540 dataOutputStream.writeByte(MARKER_SOI); in saveJpegAttributes()
25874 Landroid/media/ExifInterface;->MARKER_SOI:B