Home
last modified time | relevance | path

Searched refs:TIFFTAG_EXIFIFD (Results 1 – 4 of 4) sorted by relevance

/external/webp/imageio/
Dtiffdec.c63 if (TIFFGetField(tif, TIFFTAG_EXIFIFD, &exif_ifd_offset)) { in ExtractMetadataFromTIFF()
/external/pdfium/third_party/libtiff/
Dtiff.h515 #define TIFFTAG_EXIFIFD 34665 /* Pointer to EXIF private directory */ macro
Dtif_dirinfo.c256 {TIFFTAG_EXIFIFD, 1, 1, TIFF_IFD8, 0, TIFF_SETGET_IFD8,
/external/ImageMagick/coders/
Dtiff.c840 if (TIFFGetField(tiff,TIFFTAG_EXIFIFD,&offset) != 1) in TIFFGetEXIFProperties()