Home
last modified time | relevance | path

Searched refs:JMESSAGE (Results 1 – 5 of 5) sorted by relevance

/external/jpeg/
Dcderror.h20 #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 …]
Djerror.h21 #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 …]
Djerror.c48 #define JMESSAGE(code,string) string , macro
Dcjpeg.c42 #define JMESSAGE(code,string) string , macro
Ddjpeg.c44 #define JMESSAGE(code,string) string , macro