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

  /external/opencv3/3rdparty/libjasper/jasper/
jas_image.h 219 jas_image_create function. */
301 jas_image_t *jas_image_create(int numcmpts,
  /external/opencv/otherlibs/highgui/
grfmt_jpeg2000.cpp 420 jas_image_t *img = jas_image_create( channels, component_info, (channels == 1) ? JAS_CLRSPC_SGRAY : JAS_CLRSPC_SRGB );
  /external/opencv3/modules/imgcodecs/src/
grfmt_jpeg2000.cpp 459 jas_image_t *img = jas_image_create( channels, component_info, (channels == 1) ? JAS_CLRSPC_SGRAY : JAS_CLRSPC_SRGB );
  /external/opencv3/3rdparty/libjasper/
jas_image.c 127 jas_image_t *jas_image_create(int numcmpts, jas_image_cmptparm_t *cmptparms, function
    [all...]
jpc_dec.c 466 if (!(dec->image = jas_image_create(dec->numcomps, compinfos,
    [all...]

Completed in 102 milliseconds