Searched refs:M_SOI (Results 1 – 15 of 15) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | wrjpgcom.c | 164 #define M_SOI 0xD8 /* Start Of Image (beginning of datastream) */ macro 222 if (c1 != 0xFF || c2 != M_SOI) in first_marker() 288 if (first_marker() != M_SOI) in scan_JPEG_header() 290 write_marker(M_SOI); in scan_JPEG_header()
|
D | rdjpgcom.c | 118 #define M_SOI 0xD8 /* Start Of Image (beginning of datastream) */ macro 177 if (c1 != 0xFF || c2 != M_SOI) in first_marker() 340 if (first_marker() != M_SOI) in scan_JPEG_header()
|
D | jcmarker.c | 53 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 | 55 M_SOI = 0xd8, enumerator 948 if (c != 0xFF || c2 != (int)M_SOI) in first_marker() 986 case M_SOI: in read_markers()
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | wrjpgcom.c | 164 #define M_SOI 0xD8 /* Start Of Image (beginning of datastream) */ macro 222 if (c1 != 0xFF || c2 != M_SOI) in first_marker() 288 if (first_marker() != M_SOI) in scan_JPEG_header() 290 write_marker(M_SOI); in scan_JPEG_header()
|
D | rdjpgcom.c | 118 #define M_SOI 0xD8 /* Start Of Image (beginning of datastream) */ macro 178 if (c1 != 0xFF || c2 != M_SOI) in first_marker() 341 if (first_marker() != M_SOI) in scan_JPEG_header()
|
D | jcmarker.c | 53 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 | 55 M_SOI = 0xd8, enumerator 951 if (c != 0xFF || c2 != (int)M_SOI) in first_marker() 989 case M_SOI: in read_markers()
|
/third_party/libjpeg-turbo/ |
D | wrjpgcom.c | 164 #define M_SOI 0xD8 /* Start Of Image (beginning of datastream) */ macro 222 if (c1 != 0xFF || c2 != M_SOI) in first_marker() 288 if (first_marker() != M_SOI) in scan_JPEG_header() 290 write_marker(M_SOI); in scan_JPEG_header()
|
D | rdjpgcom.c | 118 #define M_SOI 0xD8 /* Start Of Image (beginning of datastream) */ macro 177 if (c1 != 0xFF || c2 != M_SOI) in first_marker() 340 if (first_marker() != M_SOI) in scan_JPEG_header()
|
D | jcmarker.c | 53 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 | 55 M_SOI = 0xd8, enumerator 951 if (c != 0xFF || c2 != (int)M_SOI) in first_marker() 989 case M_SOI: in read_markers()
|
/third_party/skia/third_party/externals/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()
|