Searched refs:M_SOI (Results 1 – 13 of 13) sorted by relevance
/external/libjpeg-turbo/ |
D | wrjpgcom.c | 163 #define M_SOI 0xD8 /* Start Of Image (beginning of datastream) */ macro 221 if (c1 != 0xFF || c2 != M_SOI) in first_marker() 287 if (first_marker() != M_SOI) in scan_JPEG_header() 289 write_marker(M_SOI); in scan_JPEG_header()
|
D | rdjpgcom.c | 117 #define M_SOI 0xD8 /* Start Of Image (beginning of datastream) */ macro 177 if (c1 != 0xFF || c2 != M_SOI) in first_marker() 339 if (first_marker() != M_SOI) in scan_JPEG_header()
|
D | jcmarker.c | 52 M_SOI = 0xd8, enumerator 477 emit_marker(cinfo, M_SOI); /* first the SOI */ in write_file_header() 620 emit_marker(cinfo, M_SOI); in write_tables_only()
|
D | jdmarker.c | 54 M_SOI = 0xd8, enumerator 950 if (c != 0xFF || c2 != (int) M_SOI) in first_marker() 988 case M_SOI: in read_markers()
|
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jcmarker.c | 48 M_SOI = 0xd8, enumerator 473 emit_marker(cinfo, M_SOI); /* first the SOI */ in write_file_header() 620 emit_marker(cinfo, M_SOI); in write_tables_only()
|
D | fpdfapi_jdmarker.c | 52 M_SOI = 0xd8, enumerator 967 if (c != 0xFF || c2 != (int) M_SOI) in first_marker() 1005 case M_SOI: in read_markers()
|
/external/opencv3/3rdparty/libjpeg/ |
D | jcmarker.c | 49 M_SOI = 0xd8, enumerator 523 emit_marker(cinfo, M_SOI); /* first the SOI */ in write_file_header() 675 emit_marker(cinfo, M_SOI); in write_tables_only()
|
D | jdmarker.c | 53 M_SOI = 0xd8, enumerator 1065 if (c != 0xFF || c2 != (int) M_SOI) in first_marker() 1108 case M_SOI: in read_markers()
|
/external/jhead/ |
D | jpgfile.c | 136 if (a != 0xff || fgetc(infile) != M_SOI){ in ReadJpegSections() 333 if (a != 0xff || buffer[pos++] != M_SOI){ in ReadJpegSectionsFromBuffer() 967 case M_SOI: in RemoveUnknownSections()
|
D | jhead.h | 289 #define M_SOI 0xD8 // Start Of Image (beginning of datastream) macro
|
/external/dng_sdk/source/ |
D | dng_tag_codes.h | 493 M_SOI = 0xd8, enumerator
|
D | dng_lossless_jpeg.cpp | 991 case M_SOI: in ProcessTables() 1061 if ((c != 0xFF) || (c2 != M_SOI)) in ReadFileHeader() 3660 EmitMarker (M_SOI); // first the SOI in WriteFileHeader()
|
D | dng_parse_utils.cpp | 1605 { M_SOI, "SOI" }, in LookupJPEGMarker()
|