/external/opencv3/modules/imgcodecs/src/ |
D | grfmt_tiff.cpp | 141 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/ |
D | tif_pixarlog.c | 1303 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()
|
D | tiff.h | 158 #define TIFFTAG_BITSPERSAMPLE 258 /* bits per channel (sample) */ macro
|
D | tif_aux.c | 180 case TIFFTAG_BITSPERSAMPLE: in TIFFVGetFieldDefaulted()
|
D | tif_dir.c | 189 case TIFFTAG_BITSPERSAMPLE: in _TIFFVSetField() 853 case TIFFTAG_BITSPERSAMPLE: in _TIFFVGetField()
|
D | tif_dirinfo.c | 54 …{ TIFFTAG_BITSPERSAMPLE, -1, -1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UNDEFINED, FIELD_B…
|
D | tif_dirread.c | 3658 case TIFFTAG_BITSPERSAMPLE: in TIFFReadDirectory() 3685 if( dp->tdir_tag == TIFFTAG_BITSPERSAMPLE ) in TIFFReadDirectory() 3844 if (!TIFFSetField(tif,TIFFTAG_BITSPERSAMPLE,8)) in TIFFReadDirectory()
|
D | tif_luv.c | 1586 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, bps); in LogLuvVSetField()
|
D | tif_getimage.c | 269 TIFFGetFieldDefaulted(tif, TIFFTAG_BITSPERSAMPLE, &img->bitspersample); in TIFFRGBAImageBegin()
|
D | tif_dirwrite.c | 465 …if (!TIFFWriteDirectoryTagShortPerSample(tif,&ndir,dir,TIFFTAG_BITSPERSAMPLE,tif->tif_dir.td_bitsp… in TIFFWriteDirectorySec()
|
/external/opencv3/3rdparty/libtiff/ |
D | tif_pixarlog.c | 1287 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()
|
D | tiff.h | 158 #define TIFFTAG_BITSPERSAMPLE 258 /* bits per channel (sample) */ macro
|
D | tif_aux.c | 180 case TIFFTAG_BITSPERSAMPLE: in TIFFVGetFieldDefaulted()
|
D | tif_dir.c | 187 case TIFFTAG_BITSPERSAMPLE: in _TIFFVSetField() 833 case TIFFTAG_BITSPERSAMPLE: in _TIFFVGetField()
|
D | tif_dirinfo.c | 54 …{ TIFFTAG_BITSPERSAMPLE, -1, -1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UNDEFINED, FIELD_B…
|
D | tif_luv.c | 1572 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, bps); in LogLuvVSetField()
|
D | tif_dirread.c | 3677 case TIFFTAG_BITSPERSAMPLE: in TIFFReadDirectory() 3848 if (!TIFFSetField(tif,TIFFTAG_BITSPERSAMPLE,8)) in TIFFReadDirectory()
|
D | tif_getimage.c | 254 TIFFGetFieldDefaulted(tif, TIFFTAG_BITSPERSAMPLE, &img->bitspersample); in TIFFRGBAImageBegin()
|
D | tif_dirwrite.c | 465 …if (!TIFFWriteDirectoryTagShortPerSample(tif,&ndir,dir,TIFFTAG_BITSPERSAMPLE,tif->tif_dir.td_bitsp… in TIFFWriteDirectorySec()
|
D | ChangeLog | 566 TIFFTAG_BITSPERSAMPLE in _TIFFVSetField() for the case of 8 bit when 4795 TIFFTAG_BITSPERSAMPLE, TIFFTAG_PHOTOMETRIC. Closes
|
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_tiff.cpp | 298 TIFFGetField(tif_ctx, TIFFTAG_BITSPERSAMPLE, &tif_bpc); in LoadFrameInfo() 504 TIFFGetField(tif_ctx, TIFFTAG_BITSPERSAMPLE, &bps); in Decode()
|