Home
last modified time | relevance | path

Searched refs:TIFFTAG_YCBCRSUBSAMPLING (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_strip.c106 TIFFGetFieldDefaulted(tif,TIFFTAG_YCBCRSUBSAMPLING,ycbcrsubsampling+0, in TIFFVStripSize64()
279 TIFFGetFieldDefaulted(tif,TIFFTAG_YCBCRSUBSAMPLING, in TIFFScanlineSize64()
D0031-safe_size_ingtStripContig.patch12 TIFFGetFieldDefaulted(tif, TIFFTAG_YCBCRSUBSAMPLING, &subsamplinghor, &subsamplingver);
Dtif_tile.c218 TIFFGetFieldDefaulted(tif,TIFFTAG_YCBCRSUBSAMPLING,ycbcrsubsampling+0, in TIFFVTileSize64()
Dtiff.h367 #define TIFFTAG_YCBCRSUBSAMPLING 530 /* !YCbCr subsampling factors */ macro
Dtif_aux.c299 case TIFFTAG_YCBCRSUBSAMPLING: in TIFFVGetFieldDefaulted()
Dtif_dir.c464 case TIFFTAG_YCBCRSUBSAMPLING: in _TIFFVSetField()
1075 case TIFFTAG_YCBCRSUBSAMPLING: in _TIFFVGetField()
Dtif_getimage.c967 TIFFGetFieldDefaulted(tif, TIFFTAG_YCBCRSUBSAMPLING, &subsamplinghor, &subsamplingver); in gtStripContig()
2764 TIFFGetFieldDefaulted(img->tif, TIFFTAG_YCBCRSUBSAMPLING, &SubsamplingHor, &SubsamplingVer); in PickContigCase()
2862 TIFFGetFieldDefaulted(img->tif, TIFFTAG_YCBCRSUBSAMPLING, &hs, &vs); in PickSeparateCase()
Dtif_ojpeg.c456 TIFFSetField(tif,TIFFTAG_YCBCRSUBSAMPLING,2,2); in TIFFInitOJPEG()
502 case TIFFTAG_YCBCRSUBSAMPLING: in OJPEGVGetField()
550 case TIFFTAG_YCBCRSUBSAMPLING: in OJPEGVSetField()
Dtif_dirinfo.c119 …{ TIFFTAG_YCBCRSUBSAMPLING, 2, 2, TIFF_SHORT, 0, TIFF_SETGET_UINT16_PAIR, TIFF_SETGET_UNDEFINED, F…
Dtif_jpeg.c2326 case TIFFTAG_YCBCRSUBSAMPLING: in JPEGVSetField()
Dtif_dirwrite.c657 …if (!TIFFWriteDirectoryTagShortArray(tif,&ndir,dir,TIFFTAG_YCBCRSUBSAMPLING,2,&tif->tif_dir.td_ycb… in TIFFWriteDirectorySec()
/external/ImageMagick/coders/
Dtiff.c1561 tiff_status=TIFFGetField(tiff,TIFFTAG_YCBCRSUBSAMPLING,&horizontal, in ReadTIFFImage()
3562 (void) TIFFSetField(tiff,TIFFTAG_YCBCRSUBSAMPLING,1,1); in WriteTIFFImage()
3728 (void) TIFFSetField(tiff,TIFFTAG_YCBCRSUBSAMPLING,(uint16) in WriteTIFFImage()