OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jas_image_setcmpttype
(Results
1 - 6
of
6
) sorted by null
/external/opencv3/3rdparty/libjasper/
jp2_dec.c
371
jas_image_setcmpttype
(dec->image, newcmptno, jp2_getct(jas_image_clrspc(dec->image), cdefent->type, cdefent->assoc));
373
jas_image_setcmpttype
(dec->image, newcmptno, jp2_getct(jas_image_clrspc(dec->image), 0, channo + 1));
383
jas_image_setcmpttype
(dec->image, i, JAS_IMAGE_CT_UNKNOWN);
389
jas_image_setcmpttype
(dec->image,
396
jas_image_setcmpttype
(dec->image, dec->chantocmptlut[i],
jpc_dec.c
260
jas_image_setcmpttype
(dec->image, 0,
262
jas_image_setcmpttype
(dec->image, 1,
264
jas_image_setcmpttype
(dec->image, 2,
268
jas_image_setcmpttype
(dec->image, 0,
[
all
...]
jas_image.c
[
all
...]
/external/opencv/otherlibs/highgui/
grfmt_jpeg2000.cpp
425
jas_image_setcmpttype
( img, 0, JAS_IMAGE_CT_GRAY_Y );
428
jas_image_setcmpttype
( img, 0, JAS_IMAGE_CT_RGB_B );
429
jas_image_setcmpttype
( img, 1, JAS_IMAGE_CT_RGB_G );
430
jas_image_setcmpttype
( img, 2, JAS_IMAGE_CT_RGB_R );
/external/opencv3/modules/imgcodecs/src/
grfmt_jpeg2000.cpp
464
jas_image_setcmpttype
( img, 0, JAS_IMAGE_CT_GRAY_Y );
467
jas_image_setcmpttype
( img, 0, JAS_IMAGE_CT_RGB_B );
468
jas_image_setcmpttype
( img, 1, JAS_IMAGE_CT_RGB_G );
469
jas_image_setcmpttype
( img, 2, JAS_IMAGE_CT_RGB_R );
/external/opencv3/3rdparty/libjasper/jasper/
jas_image.h
355
#define
jas_image_setcmpttype
(image, cmptno, type) \
macro
Completed in 76 milliseconds