Home
last modified time | relevance | path

Searched refs:photometric (Results 1 - 2 of 2) sorted by relevance

/third_party/cups-filters/cupsfilters/
H A Dimage-tiff.c45 uint16_t photometric, /* Colorspace */ in _cupsImageReadTIFF() local
110 if (!TIFFGetField(tif, TIFFTAG_PHOTOMETRIC, &photometric)) in _cupsImageReadTIFF()
112 fputs("DEBUG: No photometric tag in the file!\n", stderr); in _cupsImageReadTIFF()
193 if (samples == 2 || (samples == 4 && photometric == PHOTOMETRIC_RGB)) in _cupsImageReadTIFF()
221 if (photometric == PHOTOMETRIC_MINISBLACK || in _cupsImageReadTIFF()
222 photometric == PHOTOMETRIC_MINISWHITE) in _cupsImageReadTIFF()
224 else if (photometric == PHOTOMETRIC_SEPARATED && primary == CUPS_IMAGE_RGB_CMYK) in _cupsImageReadTIFF()
316 if (samples > 1 || photometric == PHOTOMETRIC_PALETTE) in _cupsImageReadTIFF()
326 if (samples > 1 || photometric == PHOTOMETRIC_PALETTE) in _cupsImageReadTIFF()
341 fprintf(stderr, "DEBUG: photometric in _cupsImageReadTIFF()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dtiff.c77 enum TiffPhotometric photometric; member
1102 if (s->photometric == TIFF_PHOTOMETRIC_YCBCR) { in init_image()
1132 s->avctx->pix_fmt = s->photometric == TIFF_PHOTOMETRIC_SEPARATED ? AV_PIX_FMT_RGB0 : AV_PIX_FMT_RGBA; in init_image()
1135 if (s->photometric == TIFF_PHOTOMETRIC_SEPARATED) in init_image()
1168 if (s->photometric == TIFF_PHOTOMETRIC_YCBCR) { in init_image()
1479 s->photometric = value; in tiff_decode_tag()
1795 s->photometric = TIFF_PHOTOMETRIC_NONE; in decode_frame()
1945 if (s->photometric == TIFF_PHOTOMETRIC_LINEAR_RAW || in decode_frame()
1946 s->photometric == TIFF_PHOTOMETRIC_CFA) { in decode_frame()
1948 } else if (s->photometric in decode_frame()
[all...]

Completed in 5 milliseconds