Home
last modified time | relevance | path

Searched refs:numcmpts (Results 1 – 2 of 2) 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() argument
49 image->numcomps = numcmpts; in opj_image_create()
60 for (compno = 0; compno < numcmpts; compno++) { in opj_image_create()
228 opj_image_t* OPJ_CALLCONV opj_image_tile_create(OPJ_UINT32 numcmpts, in opj_image_tile_create() argument
238 image->numcomps = numcmpts; in opj_image_tile_create()
249 for (compno = 0; compno < numcmpts; compno++) { in opj_image_tile_create()
Dopenjpeg.h1078 OPJ_API opj_image_t* OPJ_CALLCONV opj_image_create(OPJ_UINT32 numcmpts,
1097 OPJ_API opj_image_t* OPJ_CALLCONV opj_image_tile_create(OPJ_UINT32 numcmpts,