Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_pixarlog.c1338 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 8); in PixarLogVSetField()
1342 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 16); in PixarLogVSetField()
1346 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 16); in PixarLogVSetField()
1350 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 16); in PixarLogVSetField()
1354 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 32); in PixarLogVSetField()
Dtiff.h156 #define TIFFTAG_BITSPERSAMPLE 258 /* bits per channel (sample) */ macro
Dtif_aux.c218 case TIFFTAG_BITSPERSAMPLE: in TIFFVGetFieldDefaulted()
Dtif_dir.c203 case TIFFTAG_BITSPERSAMPLE: in _TIFFVSetField()
929 case TIFFTAG_BITSPERSAMPLE: in _TIFFVGetField()
Dtif_dirinfo.c60 …{ TIFFTAG_BITSPERSAMPLE, -1, -1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UNDEFINED, FIELD_B…
Dtif_luv.c1653 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, bps); in LogLuvVSetField()
Dtif_dirread.c3853 case TIFFTAG_BITSPERSAMPLE: in TIFFReadDirectory()
3880 if( dp->tdir_tag == TIFFTAG_BITSPERSAMPLE ) in TIFFReadDirectory()
4078 if (!TIFFSetField(tif,TIFFTAG_BITSPERSAMPLE,8)) in TIFFReadDirectory()
Dtif_getimage.c296 TIFFGetFieldDefaulted(tif, TIFFTAG_BITSPERSAMPLE, &img->bitspersample); in TIFFRGBAImageBegin()
Dtif_dirwrite.c508 …if (!TIFFWriteDirectoryTagShortPerSample(tif,&ndir,dir,TIFFTAG_BITSPERSAMPLE,tif->tif_dir.td_bitsp… in TIFFWriteDirectorySec()
/external/pdfium/core/fxcodec/tiff/
Dtiffmodule.cpp253 TIFFGetField(m_tif_ctx.get(), TIFFTAG_BITSPERSAMPLE, &tif_bpc); in LoadFrameInfo()
469 TIFFGetField(m_tif_ctx.get(), TIFFTAG_BITSPERSAMPLE, &bps); in Decode()
/external/ImageMagick/coders/
Dtiff.c1349 (TIFFGetFieldDefaulted(tiff,TIFFTAG_BITSPERSAMPLE,&bits_per_sample,sans) != 1) || in ReadTIFFImage()
3628 (void) TIFFSetField(tiff,TIFFTAG_BITSPERSAMPLE,quantum_info->depth); in WriteTIFFImage()
3733 (void) TIFFGetFieldDefaulted(tiff,TIFFTAG_BITSPERSAMPLE, in WriteTIFFImage()
3742 (void) TIFFGetFieldDefaulted(tiff,TIFFTAG_BITSPERSAMPLE, in WriteTIFFImage()
3780 (void) TIFFGetFieldDefaulted(tiff,TIFFTAG_BITSPERSAMPLE, in WriteTIFFImage()
3792 (void) TIFFGetFieldDefaulted(tiff,TIFFTAG_BITSPERSAMPLE, in WriteTIFFImage()
3808 (void) TIFFGetFieldDefaulted(tiff,TIFFTAG_BITSPERSAMPLE, in WriteTIFFImage()