Searched refs:M_SOF0 (Results 1 – 17 of 17) sorted by relevance
/external/jpeg/ |
D | rdjpgcom.c | 106 #define M_SOF0 0xC0 /* Start Of Frame N */ macro 282 case M_SOF0: process = "Baseline"; break; in process_SOFn() 339 case M_SOF0: /* Baseline */ in scan_JPEG_header()
|
D | wrjpgcom.c | 157 #define M_SOF0 0xC0 /* Start Of Frame N */ macro 305 case M_SOF0: /* Baseline */ in scan_JPEG_header()
|
D | jcmarker.c | 17 M_SOF0 = 0xc0, enumerator 537 emit_sof(cinfo, M_SOF0); /* SOF code for baseline implementation */ in write_frame_header()
|
D | jdmarker.c | 21 M_SOF0 = 0xc0, enumerator 993 case M_SOF0: /* Baseline */ in read_markers() 1219 if (marker < (int) M_SOF0) in jpeg_resync_to_restart()
|
/external/chromium_org/third_party/libjpeg_turbo/ |
D | rdjpgcom.c | 110 #define M_SOF0 0xC0 /* Start Of Frame N */ macro 298 case M_SOF0: process = "Baseline"; break; in process_SOFn() 355 case M_SOF0: /* Baseline */ in scan_JPEG_header()
|
D | wrjpgcom.c | 157 #define M_SOF0 0xC0 /* Start Of Frame N */ macro 305 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 1130 case M_SOF0: /* Baseline */ in read_markers() 1356 if (marker < (int) M_SOF0) in jpeg_resync_to_restart()
|
/external/qemu/distrib/jpeg-6b/ |
D | rdjpgcom.c | 106 #define M_SOF0 0xC0 /* Start Of Frame N */ macro 282 case M_SOF0: process = "Baseline"; break; in process_SOFn() 339 case M_SOF0: /* Baseline */ in scan_JPEG_header()
|
D | wrjpgcom.c | 157 #define M_SOF0 0xC0 /* Start Of Frame N */ macro 305 case M_SOF0: /* Baseline */ in scan_JPEG_header()
|
D | jcmarker.c | 17 M_SOF0 = 0xc0, enumerator 537 emit_sof(cinfo, M_SOF0); /* SOF code for baseline implementation */ in write_frame_header()
|
D | jdmarker.c | 21 M_SOF0 = 0xc0, enumerator 985 case M_SOF0: /* Baseline */ in read_markers() 1211 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}, 1899 if (ImageInfo.Process != M_SOF0){ in ShowImageInfo()
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
D | fpdfapi_jcmarker.c | 18 M_SOF0 = 0xc0, enumerator 538 emit_sof(cinfo, M_SOF0); /* SOF code for baseline implementation */ in write_frame_header()
|
D | fpdfapi_jdmarker.c | 22 M_SOF0 = 0xc0, enumerator 1011 case M_SOF0: /* Baseline */ in read_markers() 1236 if (marker < (int) M_SOF0) in jpeg_resync_to_restart()
|