Searched refs:M_SOS (Results 1 – 15 of 15) sorted by relevance
/external/libjpeg-turbo/ |
D | rdjpgcom.c | 119 #define M_SOS 0xDA /* Start Of Scan (begins compressed data) */ macro 368 case M_SOS: /* stop before hitting compressed data */ in scan_JPEG_header()
|
D | wrjpgcom.c | 165 #define M_SOS 0xDA /* Start Of Scan (begins compressed data) */ macro 313 case M_SOS: /* should not see compressed data before SOF */ in scan_JPEG_header()
|
D | jcmarker.c | 54 M_SOS = 0xda, enumerator 324 emit_marker(cinfo, M_SOS); in emit_sos()
|
D | jdmarker.c | 56 M_SOS = 0xda, enumerator 1027 case M_SOS: in read_markers()
|
/external/opencv3/3rdparty/libjpeg/ |
D | jcmarker.c | 51 M_SOS = 0xda, enumerator 354 emit_marker(cinfo, M_SOS); in emit_sos() 386 emit_marker(cinfo, M_SOS); in emit_pseudo_sos()
|
D | jdmarker.c | 55 M_SOS = 0xda, enumerator 1151 case M_SOS: in read_markers()
|
/external/jhead/ |
D | jpgfile.c | 198 case M_SOS: // stop before hitting compressed data in ReadJpegSections() 395 case M_SOS: // stop before hitting compressed data in ReadJpegSectionsFromBuffer() 969 case M_SOS: in RemoveUnknownSections()
|
D | jhead.h | 291 #define M_SOS 0xDA // Start Of Scan (begins compressed data) macro
|
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jcmarker.c | 50 M_SOS = 0xda, enumerator 314 emit_marker(cinfo, M_SOS); in emit_sos()
|
D | fpdfapi_jdmarker.c | 54 M_SOS = 0xda, enumerator 1044 case M_SOS: in read_markers()
|
/external/dng_sdk/source/ |
D | dng_tag_codes.h | 495 M_SOS = 0xda, enumerator
|
D | dng_lossless_jpeg.cpp | 993 case M_SOS: in ProcessTables() 1119 case M_SOS: in ReadScanHeader() 3617 EmitMarker (M_SOS); in EmitSos()
|
D | dng_parse_utils.cpp | 1607 { M_SOS, "SOS" }, in LookupJPEGMarker()
|
/external/ImageMagick/coders/ |
D | meta.c | 850 #define M_SOS 0xDA /* Start Of Scan (begins compressed data) */ macro 1053 case M_SOS: in jpeg_embed()
|
/external/libgdx/gdx/jni/gdx2d/ |
D | jpgd.cpp | 45 …M_SOI = 0xD8, M_EOI = 0xD9, M_SOS = 0xDA, M_DQT = 0xDB, M_DNL = 0xDC, M_DRI = 0xDD, M_… enumerator 1215 case M_SOS: in process_markers() 1348 else if (c != M_SOS) in locate_sos_marker()
|