Home
last modified time | relevance | path

Searched refs:SAMPLEFORMAT_INT (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_luv.c1261 case PACK(1, 16, SAMPLEFORMAT_INT): in LogL16GuessDataFmt()
1344 case PACK(32, SAMPLEFORMAT_INT): in LogLuvGuessDataFmt()
1348 case PACK(16, SAMPLEFORMAT_INT): in LogLuvGuessDataFmt()
1591 td->td_sampleformat = SAMPLEFORMAT_INT; in LogLuvClose()
1636 fmt = SAMPLEFORMAT_INT; in LogLuvVSetField()
Dtiff.h310 #define SAMPLEFORMAT_INT 2 /* !signed integer data */ macro
Dtif_print.c315 case SAMPLEFORMAT_INT: in TIFFPrintDirectory()
Dtif_pixarlog.c621 if (format == SAMPLEFORMAT_VOID || format == SAMPLEFORMAT_INT) in PixarLogGuessDataFmt()
1347 TIFFSetField(tif, TIFFTAG_SAMPLEFORMAT, SAMPLEFORMAT_INT); in PixarLogVSetField()
Dtif_dir.c422 case DATATYPE_INT: v = SAMPLEFORMAT_INT; break; in _TIFFVSetField()
1051 case SAMPLEFORMAT_INT: in _TIFFVGetField()
Dtif_dirwrite.c1075 case SAMPLEFORMAT_INT: in TIFFWriteDirectoryTagSampleformatArray()
1134 case SAMPLEFORMAT_INT:
/external/ImageMagick/coders/
Dtiff.c1677 if (sample_format == SAMPLEFORMAT_INT) in ReadTIFFImage()
3670 (void) TIFFSetField(tiff,TIFFTAG_SAMPLEFORMAT,SAMPLEFORMAT_INT); in WriteTIFFImage()