Home
last modified time | relevance | path

Searched refs:TIFFTAG_YCBCRPOSITIONING (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtiff.h366 #define TIFFTAG_YCBCRPOSITIONING 531 /* !subsample positioning */ macro
Dtif_aux.c258 case TIFFTAG_YCBCRPOSITIONING: in TIFFVGetFieldDefaulted()
Dtif_dir.c413 case TIFFTAG_YCBCRPOSITIONING: in _TIFFVSetField()
996 case TIFFTAG_YCBCRPOSITIONING: in _TIFFVGetField()
Dtif_dirinfo.c114 …{ TIFFTAG_YCBCRPOSITIONING, 1, 1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UNDEFINED, FIELD_…
Dtif_dirwrite.c607 …if (!TIFFWriteDirectoryTagShort(tif,&ndir,dir,TIFFTAG_YCBCRPOSITIONING,tif->tif_dir.td_ycbcrpositi… in TIFFWriteDirectorySec()