Home | History | Annotate | Download | only in jpeg-6b

Lines Matching full:jpeg

5  * This file is part of the Independent JPEG Group's software.
8 * This file defines the error and message codes for the JPEG library.
12 * the JPEG library may wish to include this file to get the error codes
52 JMESSAGE(JERR_BAD_J_COLORSPACE, "Bogus JPEG colorspace")
55 "Wrong JPEG library version: library is %d, caller expects %d")
58 JMESSAGE(JERR_BAD_PRECISION, "Unsupported JPEG data precision %d")
65 JMESSAGE(JERR_BAD_STATE, "Improper call to JPEG library in state %d")
67 "JPEG parameter struct mismatch: library thinks size is %u, caller expects %u")
69 JMESSAGE(JERR_BUFFER_SIZE, "Buffer passed to JPEG library is too small")
78 JMESSAGE(JERR_EMPTY_IMAGE, "Empty JPEG image (DNL not supported)")
98 JMESSAGE(JERR_NO_IMAGE, "JPEG datastream contains no image")
100 JMESSAGE(JERR_NO_SOI, "Not a JPEG file: starts with 0x%02x 0x%02x")
106 JMESSAGE(JERR_SOF_DUPLICATE, "Invalid JPEG file structure: two SOF markers")
107 JMESSAGE(JERR_SOF_NO_SOS, "Invalid JPEG file structure: missing SOS marker")
108 JMESSAGE(JERR_SOF_UNSUPPORTED, "Unsupported JPEG process: SOF type 0x%02x")
109 JMESSAGE(JERR_SOI_DUPLICATE, "Invalid JPEG file structure: two SOI markers")
110 JMESSAGE(JERR_SOS_NO_SOF, "Invalid JPEG file structure: SOS before SOF")
125 "Caution: quantization tables are too coarse for baseline JPEG")
163 "JFIF extension marker: JPEG-compressed thumbnail image, length %u")
176 "Corrupt JPEG data: %u extraneous bytes before marker 0x%02x")
177 JMESSAGE(JWRN_HIT_MARKER, "Corrupt JPEG data: premature end of data segment")
178 JMESSAGE(JWRN_HUFF_BAD_CODE, "Corrupt JPEG data: bad Huffman code")
180 JMESSAGE(JWRN_JPEG_EOF, "Premature end of JPEG file")
182 "Corrupt JPEG data: found marker 0x%02x instead of RST%d")
183 JMESSAGE(JWRN_NOT_SEQUENTIAL, "Invalid SOS parameters for sequential JPEG")