opj_cinfo_t       848 extra_lib/include/openjpeg.h OPJ_API opj_cinfo_t* OPJ_CALLCONV opj_create_compress(OPJ_CODEC_FORMAT format);
opj_cinfo_t       853 extra_lib/include/openjpeg.h OPJ_API void OPJ_CALLCONV opj_destroy_compress(opj_cinfo_t *cinfo);
opj_cinfo_t       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_cinfo_t       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_cinfo_t       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);