HomeSort by relevance Sort by last modified time
    Searched refs:JMESSAGE (Results 1 - 5 of 5) sorted by null

  /external/jpeg/
cderror.h 17 * defining macro JMESSAGE. To create a message string table, include it
18 * again with a suitable JMESSAGE definition (see jerror.c for an example).
20 #ifndef JMESSAGE
26 /* Repeated inclusions of this file are no-ops unless JMESSAGE is defined */
27 #define JMESSAGE(code,string)
29 #endif /* JMESSAGE */
35 #define JMESSAGE(code,string) code ,
39 JMESSAGE(JMSG_FIRSTADDONCODE=1000, NULL) /* Must be first entry! */
42 JMESSAGE(JERR_BMP_BADCMAP, "Unsupported BMP colormap format")
43 JMESSAGE(JERR_BMP_BADDEPTH, "Only 8- and 24-bit BMP files are supported"
    [all...]
jerror.h 18 * defining macro JMESSAGE. To create a message string table, include it
19 * again with a suitable JMESSAGE definition (see jerror.c for an example).
21 #ifndef JMESSAGE
26 /* Repeated inclusions of this file are no-ops unless JMESSAGE is defined */
27 #define JMESSAGE(code,string)
29 #endif /* JMESSAGE */
35 #define JMESSAGE(code,string) code ,
39 JMESSAGE(JMSG_NOMESSAGE, "Bogus message code %d") /* Must be first entry! */
42 JMESSAGE(JERR_ARITH_NOTIMPL,
44 JMESSAGE(JERR_BAD_ALIGN_TYPE, "ALIGN_TYPE is wrong, please fix"
    [all...]
jerror.c 39 * jerror.h with a suitable definition for macro JMESSAGE.
48 #define JMESSAGE(code,string) string ,
cjpeg.c 42 #define JMESSAGE(code,string) string ,
djpeg.c 44 #define JMESSAGE(code,string) string ,

Completed in 51 milliseconds