Home
last modified time | relevance | path

Searched refs:numcmpts (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
Dimage.c39 opj_image_t* OPJ_CALLCONV opj_image_create(OPJ_UINT32 numcmpts, opj_image_cmptparm_t *cmptparms, OP… in opj_image_create() argument
46 image->numcomps = numcmpts; in opj_image_create()
56 for(compno = 0; compno < numcmpts; compno++) { in opj_image_create()
208 opj_image_t* OPJ_CALLCONV opj_image_tile_create(OPJ_UINT32 numcmpts, opj_image_cmptparm_t *cmptparm… in opj_image_tile_create() argument
217 image->numcomps = numcmpts; in opj_image_tile_create()
227 for(compno = 0; compno < numcmpts; compno++) { in opj_image_tile_create()
Dopenjpeg.h1074 OPJ_API opj_image_t* OPJ_CALLCONV opj_image_create(OPJ_UINT32 numcmpts, opj_image_cmptparm_t *cmptp…
1092 OPJ_API opj_image_t* OPJ_CALLCONV opj_image_tile_create(OPJ_UINT32 numcmpts, opj_image_cmptparm_t *…