Home
last modified time | relevance | path

Searched refs:numcmpts (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() 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.h1082 OPJ_API opj_image_t* OPJ_CALLCONV opj_image_create(OPJ_UINT32 numcmpts,
1101 OPJ_API opj_image_t* OPJ_CALLCONV opj_image_tile_create(OPJ_UINT32 numcmpts,
/external/opencv/otherlibs/highgui/
Dgrfmt_jpeg2000.cpp122 int numcmpts = jas_image_numcmpts( m_image ); in ReadHeader() local
123 for( int i = 0; i < numcmpts; i++ ) in ReadHeader()