Searched refs:M_SOI (Results 1 – 5 of 5) sorted by relevance
56 #define M_SOI 0xD8 /* nStart Of Image (beginning of datastream)*/ macro
210 if ( a != 0xff || b != M_SOI ) {212 if ( a != 0xff || fgetc(infile) != M_SOI ) {
43 #define M_SOI 0xd8 macro189 } else if (byte != M_SOI) { in mm_jpeg_mpo_get_app_marker()
214 #define M_SOI 0xD8 // Start Of Image (beginning of datastream) macro
559 if (a != 0xff || buffer[pos++] != M_SOI){ in ReadSectionsFromBuffer()