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.c1256 case PACK(1, 16, SAMPLEFORMAT_INT): in LogL16GuessDataFmt()
1345 case PACK(32, SAMPLEFORMAT_INT): in LogLuvGuessDataFmt()
1349 case PACK(16, SAMPLEFORMAT_INT): in LogLuvGuessDataFmt()
1590 td->td_sampleformat = SAMPLEFORMAT_INT; in LogLuvClose()
1635 fmt = SAMPLEFORMAT_INT; in LogLuvVSetField()
Dtiff.h308 #define SAMPLEFORMAT_INT 2 /* !signed integer data */ macro
Dtif_print.c317 case SAMPLEFORMAT_INT: in TIFFPrintDirectory()
Dtif_pixarlog.c623 if (format == SAMPLEFORMAT_VOID || format == SAMPLEFORMAT_INT) in PixarLogGuessDataFmt()
1350 TIFFSetField(tif, TIFFTAG_SAMPLEFORMAT, SAMPLEFORMAT_INT); in PixarLogVSetField()
Dtif_dir.c408 case DATATYPE_INT: v = SAMPLEFORMAT_INT; break; in _TIFFVSetField()
1035 case SAMPLEFORMAT_INT: in _TIFFVGetField()
Dtif_dirwrite.c1034 case SAMPLEFORMAT_INT: in TIFFWriteDirectoryTagSampleformatArray()
1093 case SAMPLEFORMAT_INT:
/external/ImageMagick/coders/
Dtiff.c1690 if (sample_format == SAMPLEFORMAT_INT) in ReadTIFFImage()
3799 (void) TIFFSetField(tiff,TIFFTAG_SAMPLEFORMAT,SAMPLEFORMAT_INT); in WriteTIFFImage()