Home
last modified time | relevance | path

Searched refs:M_SOS (Results 1 – 17 of 17) 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
1028 case M_SOS: in read_markers()
/external/chromium_org/third_party/libjpeg_turbo/
Drdjpgcom.c125 #define M_SOS 0xDA /* Start Of Scan (begins compressed data) */ macro
374 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.c54 M_SOS = 0xda, enumerator
324 emit_marker(cinfo, M_SOS); in emit_sos()
Djdmarker.c56 M_SOS = 0xda, enumerator
1164 case M_SOS: in read_markers()
Dgoogle.patch162 case M_SOS:
/external/qemu/distrib/jpeg-6b/
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.c198 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()
Djhead.h291 #define M_SOS 0xDA // Start Of Scan (begins compressed data) macro
/external/pdfium/core/src/fxcodec/libjpeg/
Dfpdfapi_jcmarker.c51 M_SOS = 0xda, enumerator
315 emit_marker(cinfo, M_SOS); in emit_sos()
Dfpdfapi_jdmarker.c55 M_SOS = 0xda, enumerator
1045 case M_SOS: in read_markers()