JMESSAGE           48 third_party/libjpeg/jerror.c #define JMESSAGE(code,string)	string ,
JMESSAGE           27 third_party/libjpeg/jerror.h #define JMESSAGE(code,string)
JMESSAGE           35 third_party/libjpeg/jerror.h #define JMESSAGE(code,string)	code ,
JMESSAGE           39 third_party/libjpeg/jerror.h JMESSAGE(JMSG_NOMESSAGE, "Bogus message code %d") /* Must be first entry! */
JMESSAGE           42 third_party/libjpeg/jerror.h JMESSAGE(JERR_ARITH_NOTIMPL,
JMESSAGE           44 third_party/libjpeg/jerror.h JMESSAGE(JERR_BAD_ALIGN_TYPE, "ALIGN_TYPE is wrong, please fix")
JMESSAGE           45 third_party/libjpeg/jerror.h JMESSAGE(JERR_BAD_ALLOC_CHUNK, "MAX_ALLOC_CHUNK is wrong, please fix")
JMESSAGE           46 third_party/libjpeg/jerror.h JMESSAGE(JERR_BAD_BUFFER_MODE, "Bogus buffer control mode")
JMESSAGE           47 third_party/libjpeg/jerror.h JMESSAGE(JERR_BAD_COMPONENT_ID, "Invalid component ID %d in SOS")
JMESSAGE           48 third_party/libjpeg/jerror.h JMESSAGE(JERR_BAD_DCT_COEF, "DCT coefficient out of range")
JMESSAGE           49 third_party/libjpeg/jerror.h JMESSAGE(JERR_BAD_DCTSIZE, "IDCT output block size %d not supported")
JMESSAGE           50 third_party/libjpeg/jerror.h JMESSAGE(JERR_BAD_HUFF_TABLE, "Bogus Huffman table definition")
JMESSAGE           51 third_party/libjpeg/jerror.h JMESSAGE(JERR_BAD_IN_COLORSPACE, "Bogus input colorspace")
JMESSAGE           52 third_party/libjpeg/jerror.h JMESSAGE(JERR_BAD_J_COLORSPACE, "Bogus JPEG colorspace")
JMESSAGE           53 third_party/libjpeg/jerror.h JMESSAGE(JERR_BAD_LENGTH, "Bogus marker length")
JMESSAGE           54 third_party/libjpeg/jerror.h JMESSAGE(JERR_BAD_LIB_VERSION,
JMESSAGE           56 third_party/libjpeg/jerror.h JMESSAGE(JERR_BAD_MCU_SIZE, "Sampling factors too large for interleaved scan")
JMESSAGE           57 third_party/libjpeg/jerror.h JMESSAGE(JERR_BAD_POOL_ID, "Invalid memory pool code %d")
JMESSAGE           58 third_party/libjpeg/jerror.h JMESSAGE(JERR_BAD_PRECISION, "Unsupported JPEG data precision %d")
JMESSAGE           59 third_party/libjpeg/jerror.h JMESSAGE(JERR_BAD_PROGRESSION,
JMESSAGE           61 third_party/libjpeg/jerror.h JMESSAGE(JERR_BAD_PROG_SCRIPT,
JMESSAGE           63 third_party/libjpeg/jerror.h JMESSAGE(JERR_BAD_SAMPLING, "Bogus sampling factors")
JMESSAGE           64 third_party/libjpeg/jerror.h JMESSAGE(JERR_BAD_SCAN_SCRIPT, "Invalid scan script at entry %d")
JMESSAGE           65 third_party/libjpeg/jerror.h JMESSAGE(JERR_BAD_STATE, "Improper call to JPEG library in state %d")
JMESSAGE           66 third_party/libjpeg/jerror.h JMESSAGE(JERR_BAD_STRUCT_SIZE,
JMESSAGE           68 third_party/libjpeg/jerror.h JMESSAGE(JERR_BAD_VIRTUAL_ACCESS, "Bogus virtual array access")
JMESSAGE           69 third_party/libjpeg/jerror.h JMESSAGE(JERR_BUFFER_SIZE, "Buffer passed to JPEG library is too small")
JMESSAGE           70 third_party/libjpeg/jerror.h JMESSAGE(JERR_CANT_SUSPEND, "Suspension not allowed here")
JMESSAGE           71 third_party/libjpeg/jerror.h JMESSAGE(JERR_CCIR601_NOTIMPL, "CCIR601 sampling not implemented yet")
JMESSAGE           72 third_party/libjpeg/jerror.h JMESSAGE(JERR_COMPONENT_COUNT, "Too many color components: %d, max %d")
JMESSAGE           73 third_party/libjpeg/jerror.h JMESSAGE(JERR_CONVERSION_NOTIMPL, "Unsupported color conversion request")
JMESSAGE           74 third_party/libjpeg/jerror.h JMESSAGE(JERR_DAC_INDEX, "Bogus DAC index %d")
JMESSAGE           75 third_party/libjpeg/jerror.h JMESSAGE(JERR_DAC_VALUE, "Bogus DAC value 0x%x")
JMESSAGE           76 third_party/libjpeg/jerror.h JMESSAGE(JERR_DHT_INDEX, "Bogus DHT index %d")
JMESSAGE           77 third_party/libjpeg/jerror.h JMESSAGE(JERR_DQT_INDEX, "Bogus DQT index %d")
JMESSAGE           78 third_party/libjpeg/jerror.h JMESSAGE(JERR_EMPTY_IMAGE, "Empty JPEG image (DNL not supported)")
JMESSAGE           79 third_party/libjpeg/jerror.h JMESSAGE(JERR_EMS_READ, "Read from EMS failed")
JMESSAGE           80 third_party/libjpeg/jerror.h JMESSAGE(JERR_EMS_WRITE, "Write to EMS failed")
JMESSAGE           81 third_party/libjpeg/jerror.h JMESSAGE(JERR_EOI_EXPECTED, "Didn't expect more than one scan")
JMESSAGE           82 third_party/libjpeg/jerror.h JMESSAGE(JERR_FILE_READ, "Input file read error")
JMESSAGE           83 third_party/libjpeg/jerror.h JMESSAGE(JERR_FILE_WRITE, "Output file write error --- out of disk space?")
JMESSAGE           84 third_party/libjpeg/jerror.h JMESSAGE(JERR_FRACT_SAMPLE_NOTIMPL, "Fractional sampling not implemented yet")
JMESSAGE           85 third_party/libjpeg/jerror.h JMESSAGE(JERR_HUFF_CLEN_OVERFLOW, "Huffman code size table overflow")
JMESSAGE           86 third_party/libjpeg/jerror.h JMESSAGE(JERR_HUFF_MISSING_CODE, "Missing Huffman code table entry")
JMESSAGE           87 third_party/libjpeg/jerror.h JMESSAGE(JERR_IMAGE_TOO_BIG, "Maximum supported image dimension is %u pixels")
JMESSAGE           88 third_party/libjpeg/jerror.h JMESSAGE(JERR_INPUT_EMPTY, "Empty input file")
JMESSAGE           89 third_party/libjpeg/jerror.h JMESSAGE(JERR_INPUT_EOF, "Premature end of input file")
JMESSAGE           90 third_party/libjpeg/jerror.h JMESSAGE(JERR_MISMATCHED_QUANT_TABLE,
JMESSAGE           92 third_party/libjpeg/jerror.h JMESSAGE(JERR_MISSING_DATA, "Scan script does not transmit all data")
JMESSAGE           93 third_party/libjpeg/jerror.h JMESSAGE(JERR_MODE_CHANGE, "Invalid color quantization mode change")
JMESSAGE           94 third_party/libjpeg/jerror.h JMESSAGE(JERR_NOTIMPL, "Not implemented yet")
JMESSAGE           95 third_party/libjpeg/jerror.h JMESSAGE(JERR_NOT_COMPILED, "Requested feature was omitted at compile time")
JMESSAGE           96 third_party/libjpeg/jerror.h JMESSAGE(JERR_NO_BACKING_STORE, "Backing store not supported")
JMESSAGE           97 third_party/libjpeg/jerror.h JMESSAGE(JERR_NO_HUFF_TABLE, "Huffman table 0x%02x was not defined")
JMESSAGE           98 third_party/libjpeg/jerror.h JMESSAGE(JERR_NO_IMAGE, "JPEG datastream contains no image")
JMESSAGE           99 third_party/libjpeg/jerror.h JMESSAGE(JERR_NO_QUANT_TABLE, "Quantization table 0x%02x was not defined")
JMESSAGE          100 third_party/libjpeg/jerror.h JMESSAGE(JERR_NO_SOI, "Not a JPEG file: starts with 0x%02x 0x%02x")
JMESSAGE          101 third_party/libjpeg/jerror.h JMESSAGE(JERR_OUT_OF_MEMORY, "Insufficient memory (case %d)")
JMESSAGE          102 third_party/libjpeg/jerror.h JMESSAGE(JERR_QUANT_COMPONENTS,
JMESSAGE          104 third_party/libjpeg/jerror.h JMESSAGE(JERR_QUANT_FEW_COLORS, "Cannot quantize to fewer than %d colors")
JMESSAGE          105 third_party/libjpeg/jerror.h JMESSAGE(JERR_QUANT_MANY_COLORS, "Cannot quantize to more than %d colors")
JMESSAGE          106 third_party/libjpeg/jerror.h JMESSAGE(JERR_SOF_DUPLICATE, "Invalid JPEG file structure: two SOF markers")
JMESSAGE          107 third_party/libjpeg/jerror.h JMESSAGE(JERR_SOF_NO_SOS, "Invalid JPEG file structure: missing SOS marker")
JMESSAGE          108 third_party/libjpeg/jerror.h JMESSAGE(JERR_SOF_UNSUPPORTED, "Unsupported JPEG process: SOF type 0x%02x")
JMESSAGE          109 third_party/libjpeg/jerror.h JMESSAGE(JERR_SOI_DUPLICATE, "Invalid JPEG file structure: two SOI markers")
JMESSAGE          110 third_party/libjpeg/jerror.h JMESSAGE(JERR_SOS_NO_SOF, "Invalid JPEG file structure: SOS before SOF")
JMESSAGE          111 third_party/libjpeg/jerror.h JMESSAGE(JERR_TFILE_CREATE, "Failed to create temporary file %s")
JMESSAGE          112 third_party/libjpeg/jerror.h JMESSAGE(JERR_TFILE_READ, "Read failed on temporary file")
JMESSAGE          113 third_party/libjpeg/jerror.h JMESSAGE(JERR_TFILE_SEEK, "Seek failed on temporary file")
JMESSAGE          114 third_party/libjpeg/jerror.h JMESSAGE(JERR_TFILE_WRITE,
JMESSAGE          116 third_party/libjpeg/jerror.h JMESSAGE(JERR_TOO_LITTLE_DATA, "Application transferred too few scanlines")
JMESSAGE          117 third_party/libjpeg/jerror.h JMESSAGE(JERR_UNKNOWN_MARKER, "Unsupported marker type 0x%02x")
JMESSAGE          118 third_party/libjpeg/jerror.h JMESSAGE(JERR_VIRTUAL_BUG, "Virtual array controller messed up")
JMESSAGE          119 third_party/libjpeg/jerror.h JMESSAGE(JERR_WIDTH_OVERFLOW, "Image too wide for this implementation")
JMESSAGE          120 third_party/libjpeg/jerror.h JMESSAGE(JERR_XMS_READ, "Read from XMS failed")
JMESSAGE          121 third_party/libjpeg/jerror.h JMESSAGE(JERR_XMS_WRITE, "Write to XMS failed")
JMESSAGE          122 third_party/libjpeg/jerror.h JMESSAGE(JMSG_COPYRIGHT, JCOPYRIGHT)
JMESSAGE          123 third_party/libjpeg/jerror.h JMESSAGE(JMSG_VERSION, JVERSION)
JMESSAGE          124 third_party/libjpeg/jerror.h JMESSAGE(JTRC_16BIT_TABLES,
JMESSAGE          126 third_party/libjpeg/jerror.h JMESSAGE(JTRC_ADOBE,
JMESSAGE          128 third_party/libjpeg/jerror.h JMESSAGE(JTRC_APP0, "Unknown APP0 marker (not JFIF), length %u")
JMESSAGE          129 third_party/libjpeg/jerror.h JMESSAGE(JTRC_APP14, "Unknown APP14 marker (not Adobe), length %u")
JMESSAGE          130 third_party/libjpeg/jerror.h JMESSAGE(JTRC_DAC, "Define Arithmetic Table 0x%02x: 0x%02x")
JMESSAGE          131 third_party/libjpeg/jerror.h JMESSAGE(JTRC_DHT, "Define Huffman Table 0x%02x")
JMESSAGE          132 third_party/libjpeg/jerror.h JMESSAGE(JTRC_DQT, "Define Quantization Table %d  precision %d")
JMESSAGE          133 third_party/libjpeg/jerror.h JMESSAGE(JTRC_DRI, "Define Restart Interval %u")
JMESSAGE          134 third_party/libjpeg/jerror.h JMESSAGE(JTRC_EMS_CLOSE, "Freed EMS handle %u")
JMESSAGE          135 third_party/libjpeg/jerror.h JMESSAGE(JTRC_EMS_OPEN, "Obtained EMS handle %u")
JMESSAGE          136 third_party/libjpeg/jerror.h JMESSAGE(JTRC_EOI, "End Of Image")
JMESSAGE          137 third_party/libjpeg/jerror.h JMESSAGE(JTRC_HUFFBITS, "        %3d %3d %3d %3d %3d %3d %3d %3d")
JMESSAGE          138 third_party/libjpeg/jerror.h JMESSAGE(JTRC_JFIF, "JFIF APP0 marker: version %d.%02d, density %dx%d  %d")
JMESSAGE          139 third_party/libjpeg/jerror.h JMESSAGE(JTRC_JFIF_BADTHUMBNAILSIZE,
JMESSAGE          141 third_party/libjpeg/jerror.h JMESSAGE(JTRC_JFIF_EXTENSION,
JMESSAGE          143 third_party/libjpeg/jerror.h JMESSAGE(JTRC_JFIF_THUMBNAIL, "    with %d x %d thumbnail image")
JMESSAGE          144 third_party/libjpeg/jerror.h JMESSAGE(JTRC_MISC_MARKER, "Miscellaneous marker 0x%02x, length %u")
JMESSAGE          145 third_party/libjpeg/jerror.h JMESSAGE(JTRC_PARMLESS_MARKER, "Unexpected marker 0x%02x")
JMESSAGE          146 third_party/libjpeg/jerror.h JMESSAGE(JTRC_QUANTVALS, "        %4u %4u %4u %4u %4u %4u %4u %4u")
JMESSAGE          147 third_party/libjpeg/jerror.h JMESSAGE(JTRC_QUANT_3_NCOLORS, "Quantizing to %d = %d*%d*%d colors")
JMESSAGE          148 third_party/libjpeg/jerror.h JMESSAGE(JTRC_QUANT_NCOLORS, "Quantizing to %d colors")
JMESSAGE          149 third_party/libjpeg/jerror.h JMESSAGE(JTRC_QUANT_SELECTED, "Selected %d colors for quantization")
JMESSAGE          150 third_party/libjpeg/jerror.h JMESSAGE(JTRC_RECOVERY_ACTION, "At marker 0x%02x, recovery action %d")
JMESSAGE          151 third_party/libjpeg/jerror.h JMESSAGE(JTRC_RST, "RST%d")
JMESSAGE          152 third_party/libjpeg/jerror.h JMESSAGE(JTRC_SMOOTH_NOTIMPL,
JMESSAGE          154 third_party/libjpeg/jerror.h JMESSAGE(JTRC_SOF, "Start Of Frame 0x%02x: width=%u, height=%u, components=%d")
JMESSAGE          155 third_party/libjpeg/jerror.h JMESSAGE(JTRC_SOF_COMPONENT, "    Component %d: %dhx%dv q=%d")
JMESSAGE          156 third_party/libjpeg/jerror.h JMESSAGE(JTRC_SOI, "Start of Image")
JMESSAGE          157 third_party/libjpeg/jerror.h JMESSAGE(JTRC_SOS, "Start Of Scan: %d components")
JMESSAGE          158 third_party/libjpeg/jerror.h JMESSAGE(JTRC_SOS_COMPONENT, "    Component %d: dc=%d ac=%d")
JMESSAGE          159 third_party/libjpeg/jerror.h JMESSAGE(JTRC_SOS_PARAMS, "  Ss=%d, Se=%d, Ah=%d, Al=%d")
JMESSAGE          160 third_party/libjpeg/jerror.h JMESSAGE(JTRC_TFILE_CLOSE, "Closed temporary file %s")
JMESSAGE          161 third_party/libjpeg/jerror.h JMESSAGE(JTRC_TFILE_OPEN, "Opened temporary file %s")
JMESSAGE          162 third_party/libjpeg/jerror.h JMESSAGE(JTRC_THUMB_JPEG,
JMESSAGE          164 third_party/libjpeg/jerror.h JMESSAGE(JTRC_THUMB_PALETTE,
JMESSAGE          166 third_party/libjpeg/jerror.h JMESSAGE(JTRC_THUMB_RGB,
JMESSAGE          168 third_party/libjpeg/jerror.h JMESSAGE(JTRC_UNKNOWN_IDS,
JMESSAGE          170 third_party/libjpeg/jerror.h JMESSAGE(JTRC_XMS_CLOSE, "Freed XMS handle %u")
JMESSAGE          171 third_party/libjpeg/jerror.h JMESSAGE(JTRC_XMS_OPEN, "Obtained XMS handle %u")
JMESSAGE          172 third_party/libjpeg/jerror.h JMESSAGE(JWRN_ADOBE_XFORM, "Unknown Adobe color transform code %d")
JMESSAGE          173 third_party/libjpeg/jerror.h JMESSAGE(JWRN_BOGUS_PROGRESSION,
JMESSAGE          175 third_party/libjpeg/jerror.h JMESSAGE(JWRN_EXTRANEOUS_DATA,
JMESSAGE          177 third_party/libjpeg/jerror.h JMESSAGE(JWRN_HIT_MARKER, "Corrupt JPEG data: premature end of data segment")
JMESSAGE          178 third_party/libjpeg/jerror.h JMESSAGE(JWRN_HUFF_BAD_CODE, "Corrupt JPEG data: bad Huffman code")
JMESSAGE          179 third_party/libjpeg/jerror.h JMESSAGE(JWRN_JFIF_MAJOR, "Warning: unknown JFIF revision number %d.%02d")
JMESSAGE          180 third_party/libjpeg/jerror.h JMESSAGE(JWRN_JPEG_EOF, "Premature end of JPEG file")
JMESSAGE          181 third_party/libjpeg/jerror.h JMESSAGE(JWRN_MUST_RESYNC,
JMESSAGE          183 third_party/libjpeg/jerror.h JMESSAGE(JWRN_NOT_SEQUENTIAL, "Invalid SOS parameters for sequential JPEG")
JMESSAGE          184 third_party/libjpeg/jerror.h JMESSAGE(JWRN_TOO_MUCH_DATA, "Application transferred too many scanlines")
JMESSAGE          195 third_party/libjpeg/jerror.h #undef JMESSAGE