Searched refs:M_SOF0 (Results 1 – 14 of 14) sorted by relevance
/external/libjpeg-turbo/ |
D | rdjpgcom.c | 104 #define M_SOF0 0xC0 /* Start Of Frame N */ macro 292 case M_SOF0: process = "Baseline"; break; in process_SOFn() 349 case M_SOF0: /* Baseline */ in scan_JPEG_header()
|
D | wrjpgcom.c | 150 #define M_SOF0 0xC0 /* Start Of Frame N */ macro 298 case M_SOF0: /* Baseline */ in scan_JPEG_header()
|
D | jcmarker.c | 21 M_SOF0 = 0xc0, enumerator 544 emit_sof(cinfo, M_SOF0); /* SOF code for baseline implementation */ in write_frame_header()
|
D | jdmarker.c | 23 M_SOF0 = 0xc0, enumerator 993 case M_SOF0: /* Baseline */ in read_markers() 1218 if (marker < (int) M_SOF0) in jpeg_resync_to_restart()
|
/external/jhead/ |
D | jpgfile.c | 288 case M_SOF0: in ReadJpegSections() 479 case M_SOF0: in ReadJpegSectionsFromBuffer() 954 case M_SOF0: in RemoveUnknownSections()
|
D | jhead.h | 276 #define M_SOF0 0xC0 // Start Of Frame N macro
|
D | exif.c | 37 { M_SOF0, "Baseline", 0, 0}, 1894 if (ImageInfo.Process != M_SOF0){ in ShowImageInfo()
|
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jcmarker.c | 17 M_SOF0 = 0xc0, enumerator 537 emit_sof(cinfo, M_SOF0); /* SOF code for baseline implementation */ in write_frame_header()
|
D | fpdfapi_jdmarker.c | 21 M_SOF0 = 0xc0, enumerator 1010 case M_SOF0: /* Baseline */ in read_markers() 1235 if (marker < (int) M_SOF0) in jpeg_resync_to_restart()
|
/external/opencv3/3rdparty/libjpeg/ |
D | jcmarker.c | 18 M_SOF0 = 0xc0, enumerator 591 emit_sof(cinfo, M_SOF0); /* SOF code for baseline implementation */ in write_frame_header()
|
D | jdmarker.c | 22 M_SOF0 = 0xc0, enumerator 1113 case M_SOF0: /* Baseline */ in read_markers() 1347 if (marker < (int) M_SOF0) in jpeg_resync_to_restart()
|
/external/dng_sdk/source/ |
D | dng_tag_codes.h | 467 M_SOF0 = 0xc0, enumerator
|
D | dng_lossless_jpeg.cpp | 977 case M_SOF0: in ProcessTables() 1077 case M_SOF0: in ReadFileHeader()
|
D | dng_parse_utils.cpp | 1581 { M_SOF0, "SOF0" }, in LookupJPEGMarker()
|