Home
last modified time | relevance | path

Searched refs:M_SOF0 (Results 1 – 14 of 14) sorted by relevance

/external/libjpeg-turbo/
Drdjpgcom.c104 #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()
Dwrjpgcom.c150 #define M_SOF0 0xC0 /* Start Of Frame N */ macro
298 case M_SOF0: /* Baseline */ in scan_JPEG_header()
Djcmarker.c21 M_SOF0 = 0xc0, enumerator
544 emit_sof(cinfo, M_SOF0); /* SOF code for baseline implementation */ in write_frame_header()
Djdmarker.c23 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/
Djpgfile.c288 case M_SOF0: in ReadJpegSections()
479 case M_SOF0: in ReadJpegSectionsFromBuffer()
954 case M_SOF0: in RemoveUnknownSections()
Djhead.h276 #define M_SOF0 0xC0 // Start Of Frame N macro
Dexif.c37 { M_SOF0, "Baseline", 0, 0},
1894 if (ImageInfo.Process != M_SOF0){ in ShowImageInfo()
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jcmarker.c17 M_SOF0 = 0xc0, enumerator
537 emit_sof(cinfo, M_SOF0); /* SOF code for baseline implementation */ in write_frame_header()
Dfpdfapi_jdmarker.c21 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/
Djcmarker.c18 M_SOF0 = 0xc0, enumerator
591 emit_sof(cinfo, M_SOF0); /* SOF code for baseline implementation */ in write_frame_header()
Djdmarker.c22 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/
Ddng_tag_codes.h467 M_SOF0 = 0xc0, enumerator
Ddng_lossless_jpeg.cpp977 case M_SOF0: in ProcessTables()
1077 case M_SOF0: in ReadFileHeader()
Ddng_parse_utils.cpp1581 { M_SOF0, "SOF0" }, in LookupJPEGMarker()