Searched refs:JMESSAGE (Results 1 – 6 of 6) sorted by relevance
/external/libjpeg-turbo/ |
D | cderror.h | 24 #ifndef JMESSAGE 31 #define JMESSAGE(code, string) macro 39 #define JMESSAGE(code, string) code, macro 43 JMESSAGE(JMSG_FIRSTADDONCODE = 1000, NULL) /* Must be first entry! */ enumerator 46 JMESSAGE(JERR_BMP_BADCMAP, "Unsupported BMP colormap format") 47 JMESSAGE(JERR_BMP_BADDEPTH, "Only 8-, 24-, and 32-bit BMP files are supported") 48 JMESSAGE(JERR_BMP_BADHEADER, "Invalid BMP file: bad header length") 49 JMESSAGE(JERR_BMP_BADPLANES, "Invalid BMP file: biPlanes not equal to 1") 50 JMESSAGE(JERR_BMP_COLORSPACE, "BMP output must be grayscale or RGB") 51 JMESSAGE(JERR_BMP_COMPRESSED, "Sorry, compressed BMPs not yet supported") [all …]
|
D | jerror.h | 25 #ifndef JMESSAGE 31 #define JMESSAGE(code, string) macro 39 #define JMESSAGE(code, string) code, macro 43 JMESSAGE(JMSG_NOMESSAGE, "Bogus message code %d") /* Must be first entry! */ enumerator 47 JMESSAGE(JERR_ARITH_NOTIMPL, "Sorry, arithmetic coding is not implemented") 49 JMESSAGE(JERR_BAD_ALIGN_TYPE, "ALIGN_TYPE is wrong, please fix") 50 JMESSAGE(JERR_BAD_ALLOC_CHUNK, "MAX_ALLOC_CHUNK is wrong, please fix") 51 JMESSAGE(JERR_BAD_BUFFER_MODE, "Bogus buffer control mode") 52 JMESSAGE(JERR_BAD_COMPONENT_ID, "Invalid component ID %d in SOS") 54 JMESSAGE(JERR_BAD_CROP_SPEC, "Invalid crop request") [all …]
|
D | jerror.c | 47 #define JMESSAGE(code, string) string, macro
|
D | cjpeg.c | 55 #define JMESSAGE(code, string) string, macro
|
D | djpeg.c | 54 #define JMESSAGE(code, string) string, macro
|
D | turbojpeg.c | 69 #define JMESSAGE(code, string) string, macro
|