HomeSort by relevance Sort by last modified time
    Searched refs:numcmpts (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
image.c 39 opj_image_t* OPJ_CALLCONV opj_image_create(OPJ_UINT32 numcmpts, opj_image_cmptparm_t *cmptparms, OPJ_COLOR_SPACE clrspc) {
46 image->numcomps = numcmpts;
55 for(compno = 0; compno < numcmpts; compno++) {
204 opj_image_t* OPJ_CALLCONV opj_image_tile_create(OPJ_UINT32 numcmpts, opj_image_cmptparm_t *cmptparms, OPJ_COLOR_SPACE clrspc) {
213 image->numcomps = numcmpts;
223 for(compno = 0; compno < numcmpts; compno++) {
openjpeg.h     [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg2000.cpp 122 int numcmpts = jas_image_numcmpts( m_image ); local
123 for( int i = 0; i < numcmpts; i++ )

Completed in 3599 milliseconds