Searched refs:M_SOF10 (Results 1 – 7 of 7) sorted by relevance
/external/jpeg/ |
D | rdjpgcom.c | 114 #define M_SOF10 0xCA macro 290 case M_SOF10: process = "Progressive, arithmetic coding"; break; in process_SOFn() 347 case M_SOF10: /* Progressive, arithmetic */ in scan_JPEG_header()
|
D | wrjpgcom.c | 165 #define M_SOF10 0xCA macro 313 case M_SOF10: /* Progressive, arithmetic */ in scan_JPEG_header()
|
D | jdmarker.c | 32 M_SOF10 = 0xca, enumerator 1002 case M_SOF10: /* Progressive, arithmetic */ in read_markers()
|
D | jcmarker.c | 28 M_SOF10 = 0xca, enumerator
|
/external/jhead/ |
D | jpgfile.c | 292 case M_SOF10: in ReadJpegSections() 639 case M_SOF10: in RemoveUnknownSections()
|
D | jhead.h | 260 #define M_SOF10 0xCA macro
|
D | exif.c | 45 { M_SOF10, "Progressive, arithmetic coding", 0, 0},
|