Home
last modified time | relevance | path

Searched refs:PHOTOMETRIC_YCBCR (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_strip.c83 (td->td_photometric == PHOTOMETRIC_YCBCR)&& in TIFFVStripSize64()
264 if ((td->td_photometric==PHOTOMETRIC_YCBCR)&& in TIFFScanlineSize64()
Dtif_jpeg.c754 if ((tif->tif_dir.td_photometric==PHOTOMETRIC_YCBCR)&& in JPEGFixupTags()
1039 case PHOTOMETRIC_YCBCR: in JPEGSetupDecode()
1279 sp->photometric == PHOTOMETRIC_YCBCR && in JPEGPreDecode()
1709 if (sp->photometric == PHOTOMETRIC_YCBCR) in prepare_JPEGTables()
1714 if (sp->photometric == PHOTOMETRIC_YCBCR) in prepare_JPEGTables()
1753 if (sp->photometric == PHOTOMETRIC_YCBCR) { in JPEGSetupEncode()
1777 case PHOTOMETRIC_YCBCR: in JPEGSetupEncode()
1948 if (sp->photometric == PHOTOMETRIC_YCBCR) { in JPEGPreEncode()
1971 if (sp->photometric == PHOTOMETRIC_YCBCR && s > 0) { in JPEGPreEncode()
2268 if (td->td_photometric == PHOTOMETRIC_YCBCR && in JPEGResetUpsampled()
Dtif_tile.c200 (td->td_photometric==PHOTOMETRIC_YCBCR)&& in TIFFVTileSize64()
Dtiff.h202 #define PHOTOMETRIC_YCBCR 6 /* !CCIR 601 */ macro
Dtif_aux.c177 if (td->td_photometric == PHOTOMETRIC_YCBCR) { in TIFFDefaultRefBlackWhite()
Dtif_getimage.c136 case PHOTOMETRIC_YCBCR: in TIFFRGBAImageOK()
396 case PHOTOMETRIC_YCBCR: in TIFFRGBAImageBegin()
2619 case PHOTOMETRIC_YCBCR: in buildMap()
2748 case PHOTOMETRIC_YCBCR: in PickContigCase()
2856 case PHOTOMETRIC_YCBCR: in PickSeparateCase()
Dtif_dirread.c3510 case PHOTOMETRIC_YCBCR: in _TIFFGetMaxColorChannels()
4064 if (!TIFFSetField(tif,TIFFTAG_PHOTOMETRIC,PHOTOMETRIC_YCBCR)) in TIFFReadDirectory()
4069 tif->tif_dir.td_photometric=PHOTOMETRIC_YCBCR; in TIFFReadDirectory()
4091 if (tif->tif_dir.td_photometric==PHOTOMETRIC_YCBCR) in TIFFReadDirectory()
5855 if ((td->td_photometric == PHOTOMETRIC_YCBCR)&& in ChopUpSingleUncompressedStrip()
5931 if ((td->td_photometric == PHOTOMETRIC_YCBCR)&& in TryChopUpUncompressedBigTiff()
Dtif_ojpeg.c1043 if ((tif->tif_dir.td_samplesperpixel!=3) || ((tif->tif_dir.td_photometric!=PHOTOMETRIC_YCBCR) && in OJPEGSubsamplingCorrect()
/external/ImageMagick/coders/
Dtiff.c1418 case PHOTOMETRIC_YCBCR: in ReadTIFFImage()
1473 if ((photometric == PHOTOMETRIC_YCBCR) && (compress_tag != COMPRESSION_JPEG)) in ReadTIFFImage()
3561 photometric=PHOTOMETRIC_YCBCR; in WriteTIFFImage()
3930 case PHOTOMETRIC_YCBCR: in WriteTIFFImage()