Searched refs:M_SOS (Results 1 – 4 of 4) sorted by relevance
59 private static final int M_SOS = 0xda; // Image data marker. field in XmpUtil356 if (marker == M_SOS) { in parse()
42 private static final int M_SOS = 0xda; // Image data marker. field in XmpDepthDecode219 if (marker == M_SOS) { in parse()
215 #define M_SOS 0xDA // Start Of Scan (begins compressed data) macro
616 case M_SOS: // stop before hitting compressed data in ReadSectionsFromBuffer()