Home
last modified time | relevance | path

Searched refs:jas_image_create (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/3rdparty/libjasper/jasper/
Djas_image.h301 jas_image_t *jas_image_create(int numcmpts,
/external/opencv/otherlibs/highgui/
Dgrfmt_jpeg2000.cpp420 …jas_image_t *img = jas_image_create( channels, component_info, (channels == 1) ? JAS_CLRSPC_SGRAY … in WriteImage()
/external/opencv3/modules/imgcodecs/src/
Dgrfmt_jpeg2000.cpp459 …jas_image_t *img = jas_image_create( channels, component_info, (channels == 1) ? JAS_CLRSPC_SGRAY … in write()
/external/opencv3/3rdparty/libjasper/
Djas_image.c127 jas_image_t *jas_image_create(int numcmpts, jas_image_cmptparm_t *cmptparms, in jas_image_create() function
Djpc_dec.c466 if (!(dec->image = jas_image_create(dec->numcomps, compinfos, in jpc_dec_process_sot()