Home
last modified time | relevance | path

Searched refs:M_SOS (Results 1 – 6 of 6) sorted by relevance

/external/jpeg/
Drdjpgcom.c121 #define M_SOS 0xDA /* Start Of Scan (begins compressed data) */ macro
358 case M_SOS: /* stop before hitting compressed data */ in scan_JPEG_header()
Dwrjpgcom.c172 #define M_SOS 0xDA /* Start Of Scan (begins compressed data) */ macro
320 case M_SOS: /* should not see compressed data before SOF */ in scan_JPEG_header()
Djcmarker.c50 M_SOS = 0xda, enumerator
314 emit_marker(cinfo, M_SOS); in emit_sos()
Djdmarker.c54 M_SOS = 0xda, enumerator
1020 case M_SOS: in read_markers()
/external/jhead/
Djpgfile.c195 case M_SOS: // stop before hitting compressed data in ReadJpegSections()
646 case M_SOS: in RemoveUnknownSections()
Djhead.h267 #define M_SOS 0xDA // Start Of Scan (begins compressed data) macro