Home | History | Annotate | Download | only in codec

Lines Matching defs:srcFormat

112     int srcFormat;
117 srcFormat = COLORSPACE_SH(PT_Lab) | CHANNELS_SH(nSrcComponents) | BYTES_SH(0);
120 srcFormat = COLORSPACE_SH(PT_ANY) | CHANNELS_SH(nSrcComponents) | BYTES_SH(1);
122 srcFormat |= DOSWAP_SH(1);
133 hTransform = cmsCreateTransform(srcProfile, srcFormat, dstProfile, TYPE_GRAY_8, intent, 0);
136 hTransform = cmsCreateTransform(srcProfile, srcFormat, dstProfile, TYPE_BGR_8, intent, 0);
139 hTransform = cmsCreateTransform(srcProfile, srcFormat, dstProfile,