Home
last modified time | relevance | path

Searched refs:opj_image_create (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
Dimage.c40 opj_image_t* OPJ_CALLCONV opj_image_create(OPJ_UINT32 numcmpts, in opj_image_create() function
Dopenjpeg.h1082 OPJ_API opj_image_t* OPJ_CALLCONV opj_image_create(OPJ_UINT32 numcmpts,
/external/ImageMagick/coders/
Djp2.c979 jp2_image=opj_image_create((OPJ_UINT32) channels,jp2_info,jp2_colorspace); in WriteJP2Image()