Searched refs:TIFFTAG_EXIFIFD (Results 1 – 4 of 4) sorted by relevance
/external/webp/imageio/ |
D | tiffdec.c | 63 if (TIFFGetField(tif, TIFFTAG_EXIFIFD, &exif_ifd_offset)) { in ExtractMetadataFromTIFF()
|
/external/pdfium/third_party/libtiff/ |
D | tiff.h | 515 #define TIFFTAG_EXIFIFD 34665 /* Pointer to EXIF private directory */ macro
|
D | tif_dirinfo.c | 256 {TIFFTAG_EXIFIFD, 1, 1, TIFF_IFD8, 0, TIFF_SETGET_IFD8,
|
/external/ImageMagick/coders/ |
D | tiff.c | 840 if (TIFFGetField(tiff,TIFFTAG_EXIFIFD,&offset) != 1) in TIFFGetEXIFProperties()
|