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.c269 case TIFFTAG_YCBCRPOSITIONING: in TIFFVGetFieldDefaulted()
Dtif_dir.c447 case TIFFTAG_YCBCRPOSITIONING: in _TIFFVSetField()
1056 case TIFFTAG_YCBCRPOSITIONING: in _TIFFVGetField()
Dtif_dirinfo.c122 …{ TIFFTAG_YCBCRPOSITIONING, 1, 1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UNDEFINED, FIELD_…
Dtif_dirwrite.c620 …if (!TIFFWriteDirectoryTagShort(tif,&ndir,dir,TIFFTAG_YCBCRPOSITIONING,tif->tif_dir.td_ycbcrpositi… in TIFFWriteDirectorySec()