Searched refs:M_SOS (Results 1 – 17 of 17) sorted by relevance
/external/jpeg/ |
D | rdjpgcom.c | 121 #define M_SOS 0xDA /* Start Of Scan (begins compressed data) */ macro 358 case M_SOS: /* stop before hitting compressed data */ in scan_JPEG_header()
|
D | wrjpgcom.c | 172 #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()
|
D | jcmarker.c | 50 M_SOS = 0xda, enumerator 314 emit_marker(cinfo, M_SOS); in emit_sos()
|
D | jdmarker.c | 54 M_SOS = 0xda, enumerator 1028 case M_SOS: in read_markers()
|
/external/chromium_org/third_party/libjpeg_turbo/ |
D | rdjpgcom.c | 125 #define M_SOS 0xDA /* Start Of Scan (begins compressed data) */ macro 374 case M_SOS: /* stop before hitting compressed data */ in scan_JPEG_header()
|
D | wrjpgcom.c | 172 #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()
|
D | jcmarker.c | 54 M_SOS = 0xda, enumerator 324 emit_marker(cinfo, M_SOS); in emit_sos()
|
D | jdmarker.c | 56 M_SOS = 0xda, enumerator 1164 case M_SOS: in read_markers()
|
D | google.patch | 162 case M_SOS:
|
/external/qemu/distrib/jpeg-6b/ |
D | rdjpgcom.c | 121 #define M_SOS 0xDA /* Start Of Scan (begins compressed data) */ macro 358 case M_SOS: /* stop before hitting compressed data */ in scan_JPEG_header()
|
D | wrjpgcom.c | 172 #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()
|
D | jcmarker.c | 50 M_SOS = 0xda, enumerator 314 emit_marker(cinfo, M_SOS); in emit_sos()
|
D | jdmarker.c | 54 M_SOS = 0xda, enumerator 1020 case M_SOS: in read_markers()
|
/external/jhead/ |
D | jpgfile.c | 198 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()
|
D | jhead.h | 291 #define M_SOS 0xDA // Start Of Scan (begins compressed data) macro
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
D | fpdfapi_jcmarker.c | 51 M_SOS = 0xda, enumerator 315 emit_marker(cinfo, M_SOS); in emit_sos()
|
D | fpdfapi_jdmarker.c | 55 M_SOS = 0xda, enumerator 1045 case M_SOS: in read_markers()
|