Searched refs:JMESSAGE (Results 1 – 8 of 8) sorted by relevance
/external/libjpeg-turbo/ |
D | cderror.h | 22 #ifndef JMESSAGE 29 #define JMESSAGE(code,string) macro 37 #define JMESSAGE(code,string) code , macro 41 JMESSAGE(JMSG_FIRSTADDONCODE=1000, NULL) /* Must be first entry! */ enumerator 44 JMESSAGE(JERR_BMP_BADCMAP, "Unsupported BMP colormap format") 45 JMESSAGE(JERR_BMP_BADDEPTH, "Only 8- and 24-bit BMP files are supported") 46 JMESSAGE(JERR_BMP_BADHEADER, "Invalid BMP file: bad header length") 47 JMESSAGE(JERR_BMP_BADPLANES, "Invalid BMP file: biPlanes not equal to 1") 48 JMESSAGE(JERR_BMP_COLORSPACE, "BMP output must be grayscale or RGB") 49 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, 50 JMESSAGE(JERR_BAD_ALIGN_TYPE, "ALIGN_TYPE is wrong, please fix") 51 JMESSAGE(JERR_BAD_ALLOC_CHUNK, "MAX_ALLOC_CHUNK is wrong, please fix") 52 JMESSAGE(JERR_BAD_BUFFER_MODE, "Bogus buffer control mode") 53 JMESSAGE(JERR_BAD_COMPONENT_ID, "Invalid component ID %d in SOS") 55 JMESSAGE(JERR_BAD_CROP_SPEC, "Invalid crop request") [all …]
|
D | jerror.c | 47 #define JMESSAGE(code,string) string , macro
|
D | cjpeg.c | 47 #define JMESSAGE(code,string) string , macro
|
D | djpeg.c | 51 #define JMESSAGE(code,string) string , macro
|
/external/pdfium/third_party/libjpeg/ |
D | cderror.h | 20 #ifndef JMESSAGE 27 #define JMESSAGE(code,string) macro 35 #define JMESSAGE(code,string) code , macro 39 JMESSAGE(JMSG_FIRSTADDONCODE=1000, NULL) /* Must be first entry! */ enumerator 42 JMESSAGE(JERR_BMP_BADCMAP, "Unsupported BMP colormap format") 43 JMESSAGE(JERR_BMP_BADDEPTH, "Only 8- and 24-bit BMP files are supported") 44 JMESSAGE(JERR_BMP_BADHEADER, "Invalid BMP file: bad header length") 45 JMESSAGE(JERR_BMP_BADPLANES, "Invalid BMP file: biPlanes not equal to 1") 46 JMESSAGE(JERR_BMP_COLORSPACE, "BMP output must be grayscale or RGB") 47 JMESSAGE(JERR_BMP_COMPRESSED, "Sorry, compressed BMPs not yet supported") [all …]
|
D | jerror.h | 21 #ifndef JMESSAGE 27 #define JMESSAGE(code,string) macro 35 #define JMESSAGE(code,string) code , macro 39 JMESSAGE(JMSG_NOMESSAGE, "Bogus message code %d") /* Must be first entry! */ enumerator 42 JMESSAGE(JERR_ARITH_NOTIMPL, 44 JMESSAGE(JERR_BAD_ALIGN_TYPE, "ALIGN_TYPE is wrong, please fix") 45 JMESSAGE(JERR_BAD_ALLOC_CHUNK, "MAX_ALLOC_CHUNK is wrong, please fix") 46 JMESSAGE(JERR_BAD_BUFFER_MODE, "Bogus buffer control mode") 47 JMESSAGE(JERR_BAD_COMPONENT_ID, "Invalid component ID %d in SOS") 48 JMESSAGE(JERR_BAD_DCT_COEF, "DCT coefficient out of range") [all …]
|
D | fpdfapi_jerror.c | 39 #define JMESSAGE(code,string) string , macro
|