Home
last modified time | relevance | path

Searched refs:TIFFTAG_SAMPLESPERPIXEL (Results 1 – 18 of 18) sorted by relevance

/external/opencv3/modules/imgcodecs/src/
Dgrfmt_tiff.cpp142 TIFFGetField( tif, TIFFTAG_SAMPLESPERPIXEL, &ncn ); in readHeader()
220 TIFFGetField( tif, TIFFTAG_SAMPLESPERPIXEL, &ncn ); in readData()
577 || !TIFFSetField(pTiffHandle, TIFFTAG_SAMPLESPERPIXEL, channels) in writeLibTiff()
660 TIFFSetField(tif, TIFFTAG_SAMPLESPERPIXEL, 3); in writeHdr()
/external/opencv3/3rdparty/libtiff/
Dtiff.h227 #define TIFFTAG_SAMPLESPERPIXEL 277 /* samples per pixel */ macro
Dtif_aux.c192 case TIFFTAG_SAMPLESPERPIXEL: in TIFFVGetFieldDefaulted()
Dtif_dir.c251 case TIFFTAG_SAMPLESPERPIXEL: in _TIFFVSetField()
851 case TIFFTAG_SAMPLESPERPIXEL: in _TIFFVGetField()
Dtif_dirread.c3491 dp=TIFFReadDirectoryFindEntry(tif,dir,dircount,TIFFTAG_SAMPLESPERPIXEL); in TIFFReadDirectory()
3858 if (!TIFFSetField(tif,TIFFTAG_SAMPLESPERPIXEL,3)) in TIFFReadDirectory()
3866 if (!TIFFSetField(tif,TIFFTAG_SAMPLESPERPIXEL,3)) in TIFFReadDirectory()
3876 if (!TIFFSetField(tif,TIFFTAG_SAMPLESPERPIXEL,1)) in TIFFReadDirectory()
Dtif_dirinfo.c67 …{ TIFFTAG_SAMPLESPERPIXEL, 1, 1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UNDEFINED, FIELD_S…
Dtif_luv.c1561 TIFFSetField(tif, TIFFTAG_SAMPLESPERPIXEL, 1); in LogLuvVSetField()
Dtif_getimage.c268 TIFFGetFieldDefaulted(tif, TIFFTAG_SAMPLESPERPIXEL, &img->samplesperpixel); in TIFFRGBAImageBegin()
Dtif_dirwrite.c495 …if (!TIFFWriteDirectoryTagShort(tif,&ndir,dir,TIFFTAG_SAMPLESPERPIXEL,tif->tif_dir.td_samplesperpi… in TIFFWriteDirectorySec()
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_tiff.cpp297 TIFFGetField(tif_ctx, TIFFTAG_SAMPLESPERPIXEL, &comps); in LoadFrameInfo()
503 TIFFGetField(tif_ctx, TIFFTAG_SAMPLESPERPIXEL, &spp); in Decode()
/external/pdfium/third_party/libtiff/
Dtiff.h230 #define TIFFTAG_SAMPLESPERPIXEL 277 /* samples per pixel */ macro
Dtif_aux.c192 case TIFFTAG_SAMPLESPERPIXEL: in TIFFVGetFieldDefaulted()
Dtif_dir.c253 case TIFFTAG_SAMPLESPERPIXEL: in _TIFFVSetField()
871 case TIFFTAG_SAMPLESPERPIXEL: in _TIFFVGetField()
Dtif_dirread.c3472 dp=TIFFReadDirectoryFindEntry(tif,dir,dircount,TIFFTAG_SAMPLESPERPIXEL); in TIFFReadDirectory()
3854 if (!TIFFSetField(tif,TIFFTAG_SAMPLESPERPIXEL,3)) in TIFFReadDirectory()
3862 if (!TIFFSetField(tif,TIFFTAG_SAMPLESPERPIXEL,3)) in TIFFReadDirectory()
3872 if (!TIFFSetField(tif,TIFFTAG_SAMPLESPERPIXEL,1)) in TIFFReadDirectory()
Dtif_dirinfo.c67 …{ TIFFTAG_SAMPLESPERPIXEL, 1, 1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UNDEFINED, FIELD_S…
Dtif_luv.c1575 TIFFSetField(tif, TIFFTAG_SAMPLESPERPIXEL, 1); in LogLuvVSetField()
Dtif_getimage.c283 TIFFGetFieldDefaulted(tif, TIFFTAG_SAMPLESPERPIXEL, &img->samplesperpixel); in TIFFRGBAImageBegin()
Dtif_dirwrite.c495 …if (!TIFFWriteDirectoryTagShort(tif,&ndir,dir,TIFFTAG_SAMPLESPERPIXEL,tif->tif_dir.td_samplesperpi… in TIFFWriteDirectorySec()