Searched refs:M_SOI (Results 1 – 1 of 1) sorted by relevance
50 private static final int M_SOI = 0xd8; // File start marker. field in XmpDepthDecode214 if (is.read() != 0xff || is.read() != M_SOI) { in parse()