Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libtiff/
Dtiff.h234 #define TIFFTAG_PLANARCONFIG 284 /* storage organization */ macro
Dtif_aux.c204 case TIFFTAG_PLANARCONFIG: in TIFFVGetFieldDefaulted()
Dtif_dir.c291 case TIFFTAG_PLANARCONFIG: in _TIFFVSetField()
897 case TIFFTAG_PLANARCONFIG: in _TIFFVGetField()
Dtif_dirinfo.c74 …{ TIFFTAG_PLANARCONFIG, 1, 1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UNDEFINED, FIELD_PLAN…
Dtif_dirread.c3473 TIFFSetField(tif,TIFFTAG_PLANARCONFIG,PLANARCONFIG_CONTIG); in TIFFReadDirectory()
3579 case TIFFTAG_PLANARCONFIG: in TIFFReadDirectory()
Dtif_getimage.c300 TIFFGetFieldDefaulted(tif, TIFFTAG_PLANARCONFIG, &planarconfig); in TIFFRGBAImageBegin()
Dtif_dirwrite.c515 … if (!TIFFWriteDirectoryTagShort(tif,&ndir,dir,TIFFTAG_PLANARCONFIG,tif->tif_dir.td_planarconfig)) in TIFFWriteDirectorySec()
/external/opencv3/modules/imgcodecs/src/
Dgrfmt_tiff.cpp578 || !TIFFSetField(pTiffHandle, TIFFTAG_PLANARCONFIG, PLANARCONFIG_CONTIG) in writeLibTiff()
663 TIFFSetField(tif, TIFFTAG_PLANARCONFIG, PLANARCONFIG_CONTIG); in writeHdr()
/external/pdfium/third_party/libtiff/
Dtiff.h237 #define TIFFTAG_PLANARCONFIG 284 /* storage organization */ macro
Dtif_aux.c204 case TIFFTAG_PLANARCONFIG: in TIFFVGetFieldDefaulted()
Dtif_dir.c299 case TIFFTAG_PLANARCONFIG: in _TIFFVSetField()
917 case TIFFTAG_PLANARCONFIG: in _TIFFVGetField()
Dtif_dirinfo.c74 …{ TIFFTAG_PLANARCONFIG, 1, 1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UNDEFINED, FIELD_PLAN…
Dtif_dirread.c3454 TIFFSetField(tif,TIFFTAG_PLANARCONFIG,PLANARCONFIG_CONTIG); in TIFFReadDirectory()
3560 case TIFFTAG_PLANARCONFIG: in TIFFReadDirectory()
Dtif_getimage.c315 TIFFGetFieldDefaulted(tif, TIFFTAG_PLANARCONFIG, &planarconfig); in TIFFRGBAImageBegin()
Dtif_dirwrite.c515 … if (!TIFFWriteDirectoryTagShort(tif,&ndir,dir,TIFFTAG_PLANARCONFIG,tif->tif_dir.td_planarconfig)) in TIFFWriteDirectorySec()
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_tiff.cpp362 if (!TIFFGetFieldDefaulted(tif_ctx, TIFFTAG_PLANARCONFIG, &planarconfig)) { in isSupport()