OPJ_CALLCONV      730 extra_lib/include/openjpeg.h OPJ_API const char * OPJ_CALLCONV opj_version(void);
OPJ_CALLCONV      745 extra_lib/include/openjpeg.h OPJ_API opj_image_t* OPJ_CALLCONV opj_image_create(int numcmpts, opj_image_cmptparm_t *cmptparms, OPJ_COLOR_SPACE clrspc);
OPJ_CALLCONV      751 extra_lib/include/openjpeg.h OPJ_API void OPJ_CALLCONV opj_image_destroy(opj_image_t *image);
OPJ_CALLCONV      770 extra_lib/include/openjpeg.h OPJ_API opj_cio_t* OPJ_CALLCONV opj_cio_open(opj_common_ptr cinfo, unsigned char *buffer, int length);
OPJ_CALLCONV      776 extra_lib/include/openjpeg.h OPJ_API void OPJ_CALLCONV opj_cio_close(opj_cio_t *cio);
OPJ_CALLCONV      783 extra_lib/include/openjpeg.h OPJ_API int OPJ_CALLCONV cio_tell(opj_cio_t *cio);
OPJ_CALLCONV      789 extra_lib/include/openjpeg.h OPJ_API void OPJ_CALLCONV cio_seek(opj_cio_t *cio, int pos);
OPJ_CALLCONV      797 extra_lib/include/openjpeg.h OPJ_API opj_event_mgr_t* OPJ_CALLCONV opj_set_event_mgr(opj_common_ptr cinfo, opj_event_mgr_t *event_mgr, void *context);
OPJ_CALLCONV      809 extra_lib/include/openjpeg.h OPJ_API opj_dinfo_t* OPJ_CALLCONV opj_create_decompress(OPJ_CODEC_FORMAT format);
OPJ_CALLCONV      814 extra_lib/include/openjpeg.h OPJ_API void OPJ_CALLCONV opj_destroy_decompress(opj_dinfo_t *dinfo);
OPJ_CALLCONV      819 extra_lib/include/openjpeg.h OPJ_API void OPJ_CALLCONV opj_set_default_decoder_parameters(opj_dparameters_t *parameters);
OPJ_CALLCONV      826 extra_lib/include/openjpeg.h OPJ_API void OPJ_CALLCONV opj_setup_decoder(opj_dinfo_t *dinfo, opj_dparameters_t *parameters);
OPJ_CALLCONV      833 extra_lib/include/openjpeg.h OPJ_API opj_image_t* OPJ_CALLCONV opj_decode(opj_dinfo_t *dinfo, opj_cio_t *cio);
OPJ_CALLCONV      842 extra_lib/include/openjpeg.h OPJ_API opj_image_t* OPJ_CALLCONV opj_decode_with_info(opj_dinfo_t *dinfo, opj_cio_t *cio, opj_codestream_info_t *cstr_info);
OPJ_CALLCONV      848 extra_lib/include/openjpeg.h OPJ_API opj_cinfo_t* OPJ_CALLCONV opj_create_compress(OPJ_CODEC_FORMAT format);
OPJ_CALLCONV      853 extra_lib/include/openjpeg.h OPJ_API void OPJ_CALLCONV opj_destroy_compress(opj_cinfo_t *cinfo);
OPJ_CALLCONV      875 extra_lib/include/openjpeg.h OPJ_API void OPJ_CALLCONV opj_set_default_encoder_parameters(opj_cparameters_t *parameters);
OPJ_CALLCONV      882 extra_lib/include/openjpeg.h OPJ_API void OPJ_CALLCONV opj_setup_encoder(opj_cinfo_t *cinfo, opj_cparameters_t *parameters, opj_image_t *image);
OPJ_CALLCONV      891 extra_lib/include/openjpeg.h OPJ_API bool OPJ_CALLCONV opj_encode(opj_cinfo_t *cinfo, opj_cio_t *cio, opj_image_t *image, char *index);
OPJ_CALLCONV      900 extra_lib/include/openjpeg.h OPJ_API bool OPJ_CALLCONV opj_encode_with_info(opj_cinfo_t *cinfo, opj_cio_t *cio, opj_image_t *image, opj_codestream_info_t *cstr_info);
OPJ_CALLCONV      905 extra_lib/include/openjpeg.h OPJ_API void OPJ_CALLCONV opj_destroy_cstr_info(opj_codestream_info_t *cstr_info);