Home
last modified time | relevance | path

Searched refs:JAS_CLRSPC_SGRAY (Results 1 – 7 of 7) sorted by relevance

/external/opencv3/3rdparty/libjasper/
Djp2_enc.c221 case JAS_CLRSPC_SGRAY: in jp2_write_header()
475 case JAS_CLRSPC_SGRAY: in clrspctojp2()
Djp2_dec.c582 return JAS_CLRSPC_SGRAY; in jp2_getcs()
Djas_icc.c1712 case JAS_CLRSPC_SGRAY: in jas_iccprof_createfromclrspc()
Djpc_dec.c267 jas_image_setclrspc(dec->image, JAS_CLRSPC_SGRAY); in jpc_decode()
/external/opencv3/3rdparty/libjasper/jasper/
Djas_cm.h118 #define JAS_CLRSPC_SGRAY jas_clrspc_create(JAS_CLRSPC_FAM_GRAY, 1) macro
/external/opencv/otherlibs/highgui/
Dgrfmt_jpeg2000.cpp170 colorspace = JAS_CLRSPC_SGRAY; // TODO GENGRAY or SGRAY? in ReadData()
420 …img = jas_image_create( channels, component_info, (channels == 1) ? JAS_CLRSPC_SGRAY : JAS_CLRSPC_… in WriteImage()
/external/opencv3/modules/imgcodecs/src/
Dgrfmt_jpeg2000.cpp190 colorspace = JAS_CLRSPC_SGRAY; // TODO GENGRAY or SGRAY? (GENGRAY fails on Win.) in readData()
459 …img = jas_image_create( channels, component_info, (channels == 1) ? JAS_CLRSPC_SGRAY : JAS_CLRSPC_… in write()