Searched refs:M_SOF10 (Results 1 – 14 of 14) sorted by relevance
/external/libjpeg-turbo/ |
D | rdjpgcom.c | 112 #define M_SOF10 0xCA macro 300 case M_SOF10: process = "Progressive, arithmetic coding"; break; in process_SOFn() 357 case M_SOF10: /* Progressive, arithmetic */ in scan_JPEG_header()
|
D | wrjpgcom.c | 158 #define M_SOF10 0xCA macro 306 case M_SOF10: /* Progressive, arithmetic */ in scan_JPEG_header()
|
D | jcmarker.c | 32 M_SOF10 = 0xca, enumerator 537 emit_sof(cinfo, M_SOF10); /* SOF code for progressive arithmetic */ in write_frame_header()
|
D | jdmarker.c | 34 M_SOF10 = 0xca, enumerator 1009 case M_SOF10: /* Progressive, arithmetic */ in read_markers()
|
/external/jhead/ |
D | jpgfile.c | 296 case M_SOF10: in ReadJpegSections() 487 case M_SOF10: in ReadJpegSectionsFromBuffer() 962 case M_SOF10: in RemoveUnknownSections()
|
D | jhead.h | 284 #define M_SOF10 0xCA macro
|
D | exif.c | 45 { M_SOF10, "Progressive, arithmetic coding", 0, 0},
|
/external/dng_sdk/source/ |
D | dng_tag_codes.h | 477 M_SOF10 = 0xca, enumerator
|
D | dng_parse_utils.cpp | 1591 { M_SOF10, "SOF10" }, in LookupJPEGMarker()
|
D | dng_lossless_jpeg.cpp | 986 case M_SOF10: in ProcessTables()
|
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jcmarker.c | 28 M_SOF10 = 0xca, enumerator
|
D | fpdfapi_jdmarker.c | 32 M_SOF10 = 0xca, enumerator 1026 case M_SOF10: /* Progressive, arithmetic */ in read_markers()
|
/external/libgdx/gdx/jni/gdx2d/ |
D | jpgd.cpp | 47 …M_SOF9 = 0xC9, M_SOF10 = 0xCA, M_SOF11 = 0xCB, M_SOF13 = 0xCD, M_SOF14 = 0xCE, M_SOF15 = 0xCF, M_… enumerator 1222 case M_SOF10: in process_markers()
|
/external/ImageMagick/coders/ |
D | meta.c | 843 #define M_SOF10 0xCA macro
|