Home
last modified time | relevance | path

Searched refs:TIFFTAG_BITSPERSAMPLE (Results 1 – 21 of 21) sorted by relevance

/external/opencv3/modules/imgcodecs/src/
Dgrfmt_tiff.cpp141 TIFFGetField( tif, TIFFTAG_BITSPERSAMPLE, &bpp ); in readHeader()
219 TIFFGetField( tif, TIFFTAG_BITSPERSAMPLE, &bpp ); in readData()
574 || !TIFFSetField(pTiffHandle, TIFFTAG_BITSPERSAMPLE, bitsPerChannel) in writeLibTiff()
/external/pdfium/third_party/libtiff/
Dtif_pixarlog.c1303 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 8); in PixarLogVSetField()
1307 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 16); in PixarLogVSetField()
1311 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 16); in PixarLogVSetField()
1315 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 16); in PixarLogVSetField()
1319 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 32); in PixarLogVSetField()
Dtiff.h158 #define TIFFTAG_BITSPERSAMPLE 258 /* bits per channel (sample) */ macro
Dtif_aux.c180 case TIFFTAG_BITSPERSAMPLE: in TIFFVGetFieldDefaulted()
Dtif_dir.c189 case TIFFTAG_BITSPERSAMPLE: in _TIFFVSetField()
853 case TIFFTAG_BITSPERSAMPLE: in _TIFFVGetField()
Dtif_dirinfo.c54 …{ TIFFTAG_BITSPERSAMPLE, -1, -1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UNDEFINED, FIELD_B…
Dtif_dirread.c3658 case TIFFTAG_BITSPERSAMPLE: in TIFFReadDirectory()
3685 if( dp->tdir_tag == TIFFTAG_BITSPERSAMPLE ) in TIFFReadDirectory()
3844 if (!TIFFSetField(tif,TIFFTAG_BITSPERSAMPLE,8)) in TIFFReadDirectory()
Dtif_luv.c1586 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, bps); in LogLuvVSetField()
Dtif_getimage.c269 TIFFGetFieldDefaulted(tif, TIFFTAG_BITSPERSAMPLE, &img->bitspersample); in TIFFRGBAImageBegin()
Dtif_dirwrite.c465 …if (!TIFFWriteDirectoryTagShortPerSample(tif,&ndir,dir,TIFFTAG_BITSPERSAMPLE,tif->tif_dir.td_bitsp… in TIFFWriteDirectorySec()
/external/opencv3/3rdparty/libtiff/
Dtif_pixarlog.c1287 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 8); in PixarLogVSetField()
1291 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 16); in PixarLogVSetField()
1295 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 16); in PixarLogVSetField()
1299 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 16); in PixarLogVSetField()
1303 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 32); in PixarLogVSetField()
Dtiff.h158 #define TIFFTAG_BITSPERSAMPLE 258 /* bits per channel (sample) */ macro
Dtif_aux.c180 case TIFFTAG_BITSPERSAMPLE: in TIFFVGetFieldDefaulted()
Dtif_dir.c187 case TIFFTAG_BITSPERSAMPLE: in _TIFFVSetField()
833 case TIFFTAG_BITSPERSAMPLE: in _TIFFVGetField()
Dtif_dirinfo.c54 …{ TIFFTAG_BITSPERSAMPLE, -1, -1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UNDEFINED, FIELD_B…
Dtif_luv.c1572 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, bps); in LogLuvVSetField()
Dtif_dirread.c3677 case TIFFTAG_BITSPERSAMPLE: in TIFFReadDirectory()
3848 if (!TIFFSetField(tif,TIFFTAG_BITSPERSAMPLE,8)) in TIFFReadDirectory()
Dtif_getimage.c254 TIFFGetFieldDefaulted(tif, TIFFTAG_BITSPERSAMPLE, &img->bitspersample); in TIFFRGBAImageBegin()
Dtif_dirwrite.c465 …if (!TIFFWriteDirectoryTagShortPerSample(tif,&ndir,dir,TIFFTAG_BITSPERSAMPLE,tif->tif_dir.td_bitsp… in TIFFWriteDirectorySec()
DChangeLog566 TIFFTAG_BITSPERSAMPLE in _TIFFVSetField() for the case of 8 bit when
4795 TIFFTAG_BITSPERSAMPLE, TIFFTAG_PHOTOMETRIC. Closes
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_tiff.cpp298 TIFFGetField(tif_ctx, TIFFTAG_BITSPERSAMPLE, &tif_bpc); in LoadFrameInfo()
504 TIFFGetField(tif_ctx, TIFFTAG_BITSPERSAMPLE, &bps); in Decode()