Searched refs:TIFFTAG_SAMPLESPERPIXEL (Results 1 – 18 of 18) sorted by relevance
/external/opencv3/modules/imgcodecs/src/ |
D | grfmt_tiff.cpp | 142 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/ |
D | tiff.h | 227 #define TIFFTAG_SAMPLESPERPIXEL 277 /* samples per pixel */ macro
|
D | tif_aux.c | 192 case TIFFTAG_SAMPLESPERPIXEL: in TIFFVGetFieldDefaulted()
|
D | tif_dir.c | 251 case TIFFTAG_SAMPLESPERPIXEL: in _TIFFVSetField() 851 case TIFFTAG_SAMPLESPERPIXEL: in _TIFFVGetField()
|
D | tif_dirread.c | 3491 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()
|
D | tif_dirinfo.c | 67 …{ TIFFTAG_SAMPLESPERPIXEL, 1, 1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UNDEFINED, FIELD_S…
|
D | tif_luv.c | 1561 TIFFSetField(tif, TIFFTAG_SAMPLESPERPIXEL, 1); in LogLuvVSetField()
|
D | tif_getimage.c | 268 TIFFGetFieldDefaulted(tif, TIFFTAG_SAMPLESPERPIXEL, &img->samplesperpixel); in TIFFRGBAImageBegin()
|
D | tif_dirwrite.c | 495 …if (!TIFFWriteDirectoryTagShort(tif,&ndir,dir,TIFFTAG_SAMPLESPERPIXEL,tif->tif_dir.td_samplesperpi… in TIFFWriteDirectorySec()
|
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_tiff.cpp | 297 TIFFGetField(tif_ctx, TIFFTAG_SAMPLESPERPIXEL, &comps); in LoadFrameInfo() 503 TIFFGetField(tif_ctx, TIFFTAG_SAMPLESPERPIXEL, &spp); in Decode()
|
/external/pdfium/third_party/libtiff/ |
D | tiff.h | 230 #define TIFFTAG_SAMPLESPERPIXEL 277 /* samples per pixel */ macro
|
D | tif_aux.c | 192 case TIFFTAG_SAMPLESPERPIXEL: in TIFFVGetFieldDefaulted()
|
D | tif_dir.c | 253 case TIFFTAG_SAMPLESPERPIXEL: in _TIFFVSetField() 871 case TIFFTAG_SAMPLESPERPIXEL: in _TIFFVGetField()
|
D | tif_dirread.c | 3472 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()
|
D | tif_dirinfo.c | 67 …{ TIFFTAG_SAMPLESPERPIXEL, 1, 1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UNDEFINED, FIELD_S…
|
D | tif_luv.c | 1575 TIFFSetField(tif, TIFFTAG_SAMPLESPERPIXEL, 1); in LogLuvVSetField()
|
D | tif_getimage.c | 283 TIFFGetFieldDefaulted(tif, TIFFTAG_SAMPLESPERPIXEL, &img->samplesperpixel); in TIFFRGBAImageBegin()
|
D | tif_dirwrite.c | 495 …if (!TIFFWriteDirectoryTagShort(tif,&ndir,dir,TIFFTAG_SAMPLESPERPIXEL,tif->tif_dir.td_samplesperpi… in TIFFWriteDirectorySec()
|