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

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

Completed in 16 milliseconds