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.c1341 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 8); in PixarLogVSetField()
1345 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 16); in PixarLogVSetField()
1349 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 16); in PixarLogVSetField()
1353 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 16); in PixarLogVSetField()
1357 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 32); in PixarLogVSetField()
Dtiff.h158 #define TIFFTAG_BITSPERSAMPLE 258 /* bits per channel (sample) */ macro
Dtif_aux.c184 case TIFFTAG_BITSPERSAMPLE: in TIFFVGetFieldDefaulted()
Dtif_dir.c201 case TIFFTAG_BITSPERSAMPLE: in _TIFFVSetField()
913 case TIFFTAG_BITSPERSAMPLE: in _TIFFVGetField()
Dtif_dirinfo.c62 …{ TIFFTAG_BITSPERSAMPLE, -1, -1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UNDEFINED, FIELD_B…
Dtif_dirread.c3685 case TIFFTAG_BITSPERSAMPLE: in TIFFReadDirectory()
3712 if( dp->tdir_tag == TIFFTAG_BITSPERSAMPLE ) in TIFFReadDirectory()
3899 if (!TIFFSetField(tif,TIFFTAG_BITSPERSAMPLE,8)) in TIFFReadDirectory()
Dtif_luv.c1652 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, bps); in LogLuvVSetField()
Dtif_getimage.c298 TIFFGetFieldDefaulted(tif, TIFFTAG_BITSPERSAMPLE, &img->bitspersample); in TIFFRGBAImageBegin()
Dtif_dirwrite.c466 …if (!TIFFWriteDirectoryTagShortPerSample(tif,&ndir,dir,TIFFTAG_BITSPERSAMPLE,tif->tif_dir.td_bitsp… in TIFFWriteDirectorySec()
/external/pdfium/core/fxcodec/codec/
Dccodec_tiffmodule.cpp255 TIFFGetField(m_tif_ctx, TIFFTAG_BITSPERSAMPLE, &tif_bpc); in LoadFrameInfo()
467 TIFFGetField(m_tif_ctx, TIFFTAG_BITSPERSAMPLE, &bps); in Decode()
/external/ImageMagick/coders/
Dtiff.c1377 (TIFFGetFieldDefaulted(tiff,TIFFTAG_BITSPERSAMPLE,&bits_per_sample) != 1) || in ReadTIFFImage()
3757 (void) TIFFSetField(tiff,TIFFTAG_BITSPERSAMPLE,quantum_info->depth); in WriteTIFFImage()
3862 (void) TIFFGetFieldDefaulted(tiff,TIFFTAG_BITSPERSAMPLE, in WriteTIFFImage()
3871 (void) TIFFGetFieldDefaulted(tiff,TIFFTAG_BITSPERSAMPLE, in WriteTIFFImage()
3909 (void) TIFFGetFieldDefaulted(tiff,TIFFTAG_BITSPERSAMPLE, in WriteTIFFImage()
3921 (void) TIFFGetFieldDefaulted(tiff,TIFFTAG_BITSPERSAMPLE, in WriteTIFFImage()
3937 (void) TIFFGetFieldDefaulted(tiff,TIFFTAG_BITSPERSAMPLE, in WriteTIFFImage()