Home
last modified time | relevance | path

Searched refs:TIFF_IFD (Results 1 – 16 of 16) sorted by relevance

/external/opencv3/3rdparty/libtiff/
Dtif_dirinfo.c432 case TIFF_IFD: in TIFFDataWidth()
469 case TIFF_IFD: in _TIFFDataSize()
632 case TIFF_IFD: in _TIFFCreateAnonField()
706 case TIFF_IFD: in _TIFFSetGetType()
742 case TIFF_IFD: in _TIFFSetGetType()
778 case TIFF_IFD: in _TIFFSetGetType()
814 case TIFF_IFD: in _TIFFSetGetType()
Dtiff.h139 TIFF_IFD = 13, /* %32-bit unsigned integer (offset) */ enumerator
Dtif_print.c91 else if(fip->field_type == TIFF_IFD) in _TIFFPrintField()
Dtif_dir.c618 case TIFF_IFD: in _TIFFVSetField()
1081 case TIFF_IFD: in _TIFFVGetField()
Dtif_dirwrite.c754 case TIFF_IFD: in TIFFWriteDirectorySec()
2279 return(TIFFWriteDirectoryTagData(tif,ndir,dir,tag,TIFF_IFD,count,count*4,value)); in TIFFWriteDirectoryTagCheckedIfdArray()
2719 datatype = TIFF_IFD; in _TIFFRewriteField()
2756 || (datatype == TIFF_IFD && in_datatype == TIFF_IFD8) ) in _TIFFRewriteField()
Dtif_dirread.c749 case TIFF_IFD: in TIFFReadDirEntryIfd8()
2679 case TIFF_IFD: in TIFFReadDirEntryIfd8Array()
2709 case TIFF_IFD: in TIFFReadDirEntryIfd8Array()
DChangeLog2570 * tools/tiffdump.c: Added support for TIFF_IFD datatype.
3316 to TIFF_IFD.
3905 * libtiff/tif_dirwrite.c: Handle TIFF_IFD tag type correctly.
/external/pdfium/third_party/libtiff/
Dtif_dirinfo.c448 case TIFF_IFD: in TIFFDataWidth()
485 case TIFF_IFD: in _TIFFDataSize()
684 case TIFF_IFD: in _TIFFCreateAnonField()
758 case TIFF_IFD: in _TIFFSetGetType()
794 case TIFF_IFD: in _TIFFSetGetType()
830 case TIFF_IFD: in _TIFFSetGetType()
866 case TIFF_IFD: in _TIFFSetGetType()
Dtiff.h139 TIFF_IFD = 13, /* %32-bit unsigned integer (offset) */ enumerator
Dtif_print.c93 else if(fip->field_type == TIFF_IFD) in _TIFFPrintField()
Dtif_dir.c626 case TIFF_IFD: in _TIFFVSetField()
1101 case TIFF_IFD: in _TIFFVGetField()
Dtif_dirwrite.c754 case TIFF_IFD: in TIFFWriteDirectorySec()
2279 return(TIFFWriteDirectoryTagData(tif,ndir,dir,tag,TIFF_IFD,count,count*4,value)); in TIFFWriteDirectoryTagCheckedIfdArray()
2719 datatype = TIFF_IFD; in _TIFFRewriteField()
2756 || (datatype == TIFF_IFD && in_datatype == TIFF_IFD8) ) in _TIFFRewriteField()
Dtif_dirread.c749 case TIFF_IFD: in TIFFReadDirEntryIfd8()
2664 case TIFF_IFD: in TIFFReadDirEntryIfd8Array()
2694 case TIFF_IFD: in TIFFReadDirEntryIfd8Array()
/external/piex/src/tiff_directory/
Dtiff_directory.h60 TIFF_IFD, /* IFD type */ enumerator
Dtiff_directory.cc267 case TIFF_IFD: in SizeOfType()
/external/piex/src/
Dpiex.cc187 kOlymTagCameraSettings, tiff_directory::TIFF_IFD, in GetCameraSettingsIfd()
211 kOlymTagRawProcessing, tiff_directory::TIFF_IFD, in GetRawProcessingIfd()