Home
last modified time | relevance | path

Searched refs:jas_iccprof_getattr (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/3rdparty/libjasper/
Djas_cm.c1077 if (!(graytrc = jas_iccprof_getattr(iccprof, JAS_ICC_TAG_GRYTRC)) || in mono()
1140 if (!(trcs[0] = jas_iccprof_getattr(iccprof, JAS_ICC_TAG_REDTRC)) || in triclr()
1141 !(trcs[1] = jas_iccprof_getattr(iccprof, JAS_ICC_TAG_GRNTRC)) || in triclr()
1142 !(trcs[2] = jas_iccprof_getattr(iccprof, JAS_ICC_TAG_BLUTRC)) || in triclr()
1143 !(cols[0] = jas_iccprof_getattr(iccprof, JAS_ICC_TAG_REDMATCOL)) || in triclr()
1144 !(cols[1] = jas_iccprof_getattr(iccprof, JAS_ICC_TAG_GRNMATCOL)) || in triclr()
1145 !(cols[2] = jas_iccprof_getattr(iccprof, JAS_ICC_TAG_BLUMATCOL))) in triclr()
Djas_icc.c545 jas_iccattrval_t *jas_iccprof_getattr(jas_iccprof_t *prof, in jas_iccprof_getattr() function
/external/opencv3/3rdparty/libjasper/jasper/
Djas_icc.h379 jas_iccattrval_t *jas_iccprof_getattr(jas_iccprof_t *prof,