OpenJPEG
1.5.1
|
Implementation of a event callback system. More...
Go to the source code of this file.
Macros | |
#define | EVT_ERROR 1 |
Error event type. More... | |
#define | EVT_WARNING 2 |
Warning event type. More... | |
#define | EVT_INFO 4 |
Debug event type. More... | |
Functions | |
Exported functions (see also openjpeg.h) | |
opj_bool | opj_event_msg (opj_common_ptr cinfo, int event_type, const char *fmt,...) |
Write formatted data to a string and send the string to a user callback. More... | |
Implementation of a event callback system.
The functions in EVENT.C have for goal to send output messages (errors, warnings, debug) to the user.
#define EVT_ERROR 1 |
Error event type.
Referenced by cio_bytein(), cio_byteout(), cio_seek(), cio_skip(), j2k_decode(), j2k_decode_jpt_stream(), j2k_read_coc(), j2k_read_cox(), j2k_read_epb(), j2k_read_poc(), j2k_read_ppm(), j2k_read_qcc(), j2k_read_qcx(), j2k_read_rgn(), j2k_read_siz(), j2k_read_sot(), j2k_read_unk(), jp2_apply_pclr(), jp2_read_boxhdr(), jp2_read_bpcc(), jp2_read_colr(), jp2_read_ftyp(), jp2_read_ihdr(), jp2_read_jp(), jp2_read_jp2c(), jp2_read_jp2h(), jp2_setup_encoder(), jp2_write_jp2c(), jpt_read_msg_header(), jpwl_check_tile(), jpwl_dump_marks(), jpwl_epb_correct(), jpwl_epb_create(), jpwl_epb_fill(), jpwl_epbs_add(), jpwl_epc_create(), jpwl_esd_create(), jpwl_prepare_marks(), jpwl_update_info(), opj_cio_open(), opj_event_msg(), opj_jp2_decode(), opj_jp2_encode(), t2_decode_packet(), t2_encode_packets(), tcd_decode_tile(), and tcd_malloc_decode_tile().
#define EVT_INFO 4 |
Debug event type.
Referenced by j2k_decode(), j2k_encode(), j2k_read_epb(), j2k_read_epc(), j2k_read_esd(), j2k_read_insec(), j2k_read_red(), j2k_read_sec(), jpwl_dump_marks(), jpwl_epb_correct(), jpwl_prepare_marks(), opj_event_msg(), tcd_decode_tile(), and tcd_encode_tile().
#define EVT_WARNING 2 |
Warning event type.
Referenced by j2k_decode(), j2k_decode_jpt_stream(), j2k_read_qcc(), j2k_read_qcx(), j2k_read_siz(), j2k_read_sot(), j2k_read_unk(), jpwl_check_tile(), jpwl_correct(), jpwl_epb_correct(), jpwl_epb_fill(), jpwl_esd_fill(), opj_encode(), opj_event_msg(), t2_decode_packet(), and tcd_decode_tile().