Home
last modified time | relevance | path

Searched refs:JAS_CLRSPC_SRGB (Results 1 – 8 of 8) sorted by relevance

/external/opencv/otherlibs/highgui/
Dgrfmt_jpeg2000.cpp164 convert = (jas_image_clrspc( m_image ) != JAS_CLRSPC_SRGB); in ReadData()
165 colorspace = JAS_CLRSPC_SRGB; in ReadData()
420 …jas_image_create( channels, component_info, (channels == 1) ? JAS_CLRSPC_SGRAY : JAS_CLRSPC_SRGB ); in WriteImage()
/external/opencv3/modules/imgcodecs/src/
Dgrfmt_jpeg2000.cpp184 convert = (jas_image_clrspc( image ) != JAS_CLRSPC_SRGB); in readData()
185 colorspace = JAS_CLRSPC_SRGB; in readData()
459 …jas_image_create( channels, component_info, (channels == 1) ? JAS_CLRSPC_SGRAY : JAS_CLRSPC_SRGB ); in write()
/external/opencv3/3rdparty/libjasper/
Djp2_enc.c219 case JAS_CLRSPC_SRGB: in jp2_write_header()
471 case JAS_CLRSPC_SRGB: in clrspctojp2()
Djp2_dec.c576 return JAS_CLRSPC_SRGB; in jp2_getcs()
Djas_cm.c184 if (!(prof = jas_cmprof_createfromclrspc(JAS_CLRSPC_SRGB))) in jas_cmprof_createsycc()
Djas_icc.c1708 case JAS_CLRSPC_SRGB: in jas_iccprof_createfromclrspc()
Djpc_dec.c259 jas_image_setclrspc(dec->image, JAS_CLRSPC_SRGB); in jpc_decode()
/external/opencv3/3rdparty/libjasper/jasper/
Djas_cm.h119 #define JAS_CLRSPC_SRGB jas_clrspc_create(JAS_CLRSPC_FAM_RGB, 1) macro