Searched refs:icchdr (Results 1 – 2 of 2) sorted by relevance
116 jas_icchdr_t icchdr; in jp2_decode() local295 jas_iccprof_gethdr(iccprof, &icchdr); in jp2_decode()296 jas_eprintf("ICC Profile CS %08x\n", icchdr.colorspc); in jp2_decode()297 jas_image_setclrspc(dec->image, fromiccpcs(icchdr.colorspc)); in jp2_decode()
246 jas_icchdr_t icchdr; in jas_cmprof_createfromiccprof() local256 jas_iccprof_gethdr(iccprof, &icchdr); in jas_cmprof_createfromiccprof()259 prof->clrspc = icctoclrspc(icchdr.colorspc, 0); in jas_cmprof_createfromiccprof()260 prof->refclrspc = icctoclrspc(icchdr.refcolorspc, 1); in jas_cmprof_createfromiccprof()