opj_common_ptr 486 extra_lib/include/openjpeg.h opj_common_ptr cinfo; opj_common_ptr 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_common_ptr 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_common_ptr 243 modules/img_in/jp2_dec.c opj_set_event_mgr((opj_common_ptr)dinfo, &event_mgr, stderr); opj_common_ptr 256 modules/img_in/jp2_dec.c cio = opj_cio_open((opj_common_ptr)dinfo, data, ctx->dsi_size+inBufferLength); opj_common_ptr 261 modules/img_in/jp2_dec.c cio = opj_cio_open((opj_common_ptr)dinfo, inBuffer, inBufferLength);