Home
last modified time | relevance | path

Searched defs:jpeg_error_mgr (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djpeglib.h720 struct jpeg_error_mgr { struct
722 void (*error_exit) (j_common_ptr cinfo);
724 void (*emit_message) (j_common_ptr cinfo, int msg_level);
726 void (*output_message) (j_common_ptr cinfo);
728 void (*format_message) (j_common_ptr cinfo, char *buffer);
731 void (*reset_error_mgr) (j_common_ptr cinfo);
736 int msg_code;
738 union {
741 } msg_parm;
745 int trace_level; /* max msg_level that will be displayed */
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/
Djpeglib.h724 struct jpeg_error_mgr { struct
726 void (*error_exit) (j_common_ptr cinfo);
728 void (*emit_message) (j_common_ptr cinfo, int msg_level);
730 void (*output_message) (j_common_ptr cinfo);
732 void (*format_message) (j_common_ptr cinfo, char *buffer);
735 void (*reset_error_mgr) (j_common_ptr cinfo);
740 int msg_code;
742 union {
745 } msg_parm;
749 int trace_level; /* max msg_level that will be displayed */
[all …]
/third_party/libjpeg/
Djpeglib.h702 struct jpeg_error_mgr { struct
718 int msg_code;
720 union {
723 } msg_parm;
727 int trace_level; /* max msg_level that will be displayed */
735 long num_warnings; /* number of corrupt-data warnings */
747 const char * const * jpeg_message_table; /* Library errors */
748 int last_jpeg_message; /* Table contains strings 0..last_jpeg_message */
752 const char * const * addon_message_table; /* Non-library errors */
753 int first_addon_message; /* code for first string in addon table */
[all …]