opj_codestream_info_t  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_codestream_info_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);
opj_codestream_info_t  905 extra_lib/include/openjpeg.h OPJ_API void OPJ_CALLCONV opj_destroy_cstr_info(opj_codestream_info_t *cstr_info);
opj_codestream_info_t  216 modules/img_in/jp2_dec.c 	opj_codestream_info_t cinfo;