Home
last modified time | relevance | path

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

/external/opencv3/modules/imgcodecs/src/
Dgrfmt_tiff.cpp138 TIFFGetField( tif, TIFFTAG_PHOTOMETRIC, &photometric )) in readHeader()
217 TIFFGetField( tif, TIFFTAG_PHOTOMETRIC, &photometric ); in readData()
441 TIFFGetField( tif, TIFFTAG_PHOTOMETRIC, &photometric ); in readHdrData()
576 || !TIFFSetField(pTiffHandle, TIFFTAG_PHOTOMETRIC, colorspace) in writeLibTiff()
662 TIFFSetField(tif, TIFFTAG_PHOTOMETRIC, PHOTOMETRIC_LOGLUV); in writeHdr()
/external/opencv3/3rdparty/libtiff/
Dtiff.h191 #define TIFFTAG_PHOTOMETRIC 262 /* photometric interpretation */ macro
Dtif_dir.c232 case TIFFTAG_PHOTOMETRIC: in _TIFFVSetField()
839 case TIFFTAG_PHOTOMETRIC: in _TIFFVGetField()
Dtif_getimage.c99 if (!TIFFGetField(tif, TIFFTAG_PHOTOMETRIC, &photometric)) { in TIFFRGBAImageOK()
286 if( !TIFFGetField(tif, TIFFTAG_PHOTOMETRIC, &img->photometric)) in TIFFRGBAImageBegin()
301 if (!TIFFGetField(tif, TIFFTAG_PHOTOMETRIC, &img->photometric)) { in TIFFRGBAImageBegin()
Dtif_dirinfo.c56 …{ TIFFTAG_PHOTOMETRIC, 1, 1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UNDEFINED, FIELD_PHOTO…
Dtif_jpeg.c2042 case TIFFTAG_PHOTOMETRIC: in JPEGVSetField()
Dtif_dirwrite.c475 … if (!TIFFWriteDirectoryTagShort(tif,&ndir,dir,TIFFTAG_PHOTOMETRIC,tif->tif_dir.td_photometric)) in TIFFWriteDirectorySec()
Dtif_dirread.c3834 if (!TIFFSetField(tif,TIFFTAG_PHOTOMETRIC,PHOTOMETRIC_YCBCR)) in TIFFReadDirectory()
DChangeLog4795 TIFFTAG_BITSPERSAMPLE, TIFFTAG_PHOTOMETRIC. Closes
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_tiff.cpp299 TIFFGetField(tif_ctx, TIFFTAG_PHOTOMETRIC, &tif_cs); in LoadFrameInfo()
343 if (!TIFFGetField(tif_ctx, TIFFTAG_PHOTOMETRIC, &photometric)) { in isSupport()
/external/pdfium/third_party/libtiff/
Dtiff.h193 #define TIFFTAG_PHOTOMETRIC 262 /* photometric interpretation */ macro
Dtif_dir.c234 case TIFFTAG_PHOTOMETRIC: in _TIFFVSetField()
859 case TIFFTAG_PHOTOMETRIC: in _TIFFVGetField()
Dtif_getimage.c99 if (!TIFFGetField(tif, TIFFTAG_PHOTOMETRIC, &photometric)) { in TIFFRGBAImageOK()
301 if( !TIFFGetField(tif, TIFFTAG_PHOTOMETRIC, &img->photometric)) in TIFFRGBAImageBegin()
316 if (!TIFFGetField(tif, TIFFTAG_PHOTOMETRIC, &img->photometric)) { in TIFFRGBAImageBegin()
Dtif_dirinfo.c56 …{ TIFFTAG_PHOTOMETRIC, 1, 1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UNDEFINED, FIELD_PHOTO…
Dtif_jpeg.c2161 case TIFFTAG_PHOTOMETRIC: in JPEGVSetField()
Dtif_dirwrite.c475 if (!TIFFWriteDirectoryTagShort(tif,&ndir,dir,TIFFTAG_PHOTOMETRIC,tif->tif_dir.td_photometric)) in TIFFWriteDirectorySec()
Dtif_dirread.c3830 if (!TIFFSetField(tif,TIFFTAG_PHOTOMETRIC,PHOTOMETRIC_YCBCR)) in TIFFReadDirectory()
/external/opencv/otherlibs/highgui/
Dgrfmt_tiff.cpp145 TIFFGetField( tif, TIFFTAG_PHOTOMETRIC, &photometric ) && in ReadHeader()