/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tiffio.h | 40 typedef struct tiff TIFF; typedef 344 extern void TIFFCleanup(TIFF* tif); 345 extern void TIFFClose(TIFF* tif); 346 extern int TIFFFlush(TIFF* tif); 373 extern int TIFFFileno(TIFF*); 377 extern int TIFFGetMode(TIFF*); 378 extern int TIFFSetMode(TIFF*, int); 379 extern int TIFFIsTiled(TIFF*); 381 extern int TIFFIsUpSampled(TIFF*); 382 extern int TIFFIsMSB2LSB(TIFF*); [all …]
|
A D | tiffiop.h | 94 typedef void (*TIFFVoidMethod)(TIFF*); 95 typedef int (*TIFFBoolMethod)(TIFF*); 341 extern int TIFFFlushData1(TIFF* tif); 393 extern int TIFFInitCCITTRLE(TIFF*, int), TIFFInitCCITTRLEW(TIFF*, int); 394 extern int TIFFInitCCITTFax3(TIFF*, int), TIFFInitCCITTFax4(TIFF*, int); 400 extern int TIFFInitNeXT(TIFF*, int); 403 extern int TIFFInitLZW(TIFF*, int); 409 extern int TIFFInitJPEG(TIFF*, int); 413 extern int TIFFInitJBIG(TIFF*, int); 416 extern int TIFFInitZIP(TIFF*, int); [all …]
|
A D | tif_open.c | 72 TIFF* 86 TIFF *tif; 119 tif = (TIFF *)_TIFFmalloc((tmsize_t)(sizeof (TIFF) + strlen(name) + 1)); 486 return ((TIFF*)0); 497 TIFFFileName(TIFF* tif) 517 TIFFFileno(TIFF* tif) 537 TIFFClientdata(TIFF* tif) 557 TIFFGetMode(TIFF* tif) 578 TIFFIsTiled(TIFF* tif) 587 TIFFCurrentRow(TIFF* tif) [all …]
|
A D | tif_predict.c | 55 PredictorSetup(TIFF* tif) in PredictorSetup() 115 PredictorSetupDecode(TIFF* tif) in PredictorSetupDecode() 197 PredictorSetupEncode(TIFF* tif) in PredictorSetupEncode() 282 horAcc8(TIFF* tif, uint8* cp0, tmsize_t cc) in horAcc8() 350 horAcc16(TIFF* tif, uint8* cp0, tmsize_t cc) in horAcc16() 385 horAcc32(TIFF* tif, uint8* cp0, tmsize_t cc) in horAcc32() 412 fpAcc(TIFF* tif, uint8* cp0, tmsize_t cc) in fpAcc() 511 horDiff8(TIFF* tif, uint8* cp0, tmsize_t cc) in horDiff8() 648 fpDiff(TIFF* tif, uint8* cp0, tmsize_t cc) in fpDiff() 818 TIFFPredictorInit(TIFF* tif) in TIFFPredictorInit() [all …]
|
A D | tif_compress.c | 35 TIFFNoEncode(TIFF* tif, const char* method) in TIFFNoEncode() 52 _TIFFNoRowEncode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) in _TIFFNoRowEncode() 73 TIFFNoDecode(TIFF* tif, const char* method) in TIFFNoDecode() 89 _TIFFNoFixupTags(TIFF* tif) in _TIFFNoFixupTags() 96 _TIFFNoRowDecode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) in _TIFFNoRowDecode() 117 _TIFFNoSeek(TIFF* tif, uint32 off) in _TIFFNoSeek() 126 _TIFFNoPreCode(TIFF* tif, uint16 s) in _TIFFNoPreCode() 132 static int _TIFFtrue(TIFF* tif) { (void) tif; return (1); } in _TIFFtrue() 133 static void _TIFFvoid(TIFF* tif) { (void) tif; } in _TIFFvoid() 136 _TIFFSetDefaultCompressionState(TIFF* tif) in _TIFFSetDefaultCompressionState() [all …]
|
A D | tif_dirwrite.c | 39 extern void TIFFCvtNativeToIEEEFloat(TIFF* tif, uint32 n, float* fp); 40 extern void TIFFCvtNativeToIEEEDouble(TIFF* tif, uint32 n, double* dp); 173 static int TIFFLinkDirectory(TIFF*); 182 TIFFWriteDirectory(TIFF* tif) in TIFFWriteDirectory() 194 TIFFCheckpointDirectory(TIFF* tif) in TIFFCheckpointDirectory() 206 TIFFWriteCustomDirectory(TIFF* tif, uint64* pdiroff) in TIFFWriteCustomDirectory() 218 TIFFRewriteDirectory( TIFF *tif ) in TIFFRewriteDirectory() 1847 TIFFWriteDirectoryTagColormap(TIFF* tif, uint32* ndir, TIFFDirEntry* dir) in TIFFWriteDirectoryTagColormap() 1925 TIFFWriteDirectoryTagSubifd(TIFF* tif, uint32* ndir, TIFFDirEntry* dir) in TIFFWriteDirectoryTagSubifd() 2483 TIFFLinkDirectory(TIFF* tif) in TIFFLinkDirectory() [all …]
|
A D | tif_jbig.c | 40 static int JBIGSetupDecode(TIFF* tif) in JBIGSetupDecode() 51 static int JBIGDecode(TIFF* tif, uint8* buffer, tmsize_t size, uint16 s) in JBIGDecode() 107 static int JBIGSetupEncode(TIFF* tif) in JBIGSetupEncode() 118 static int JBIGCopyEncodedData(TIFF* tif, unsigned char* pp, size_t cc, uint16 s) in JBIGCopyEncodedData() 148 TIFF* tif = (TIFF*)userData; in JBIGOutputBie() 158 static int JBIGEncode(TIFF* tif, uint8* buffer, tmsize_t size, uint16 s) in JBIGEncode() 182 int TIFFInitJBIG(TIFF* tif, int scheme) in TIFFInitJBIG()
|
A D | tif_ojpeg.c | 246 TIFF* tif; 652 OJPEGFixupTags(TIFF* tif) in OJPEGFixupTags() 659 OJPEGSetupDecode(TIFF* tif) in OJPEGSetupDecode() 906 OJPEGSetupEncode(TIFF* tif) in OJPEGSetupEncode() 934 OJPEGPostEncode(TIFF* tif) in OJPEGPostEncode() 942 OJPEGCleanup(TIFF* tif) in OJPEGCleanup() 1044 OJPEGReadHeaderInfo(TIFF* tif) in OJPEGReadHeaderInfo() 2475 jpeg_encap_unwind(TIFF* tif) in jpeg_encap_unwind() 2508 TIFF* tif=(TIFF*)cinfo->client_data; in OJPEGLibjpegJpegSourceMgrFillInputBuffer() 2525 TIFF* tif=(TIFF*)cinfo->client_data; in OJPEGLibjpegJpegSourceMgrSkipInputData() [all …]
|
A D | tif_strip.c | 61 TIFFNumberOfStrips(TIFF* tif) in TIFFNumberOfStrips() 78 TIFFVStripSize64(TIFF* tif, uint32 nrows) in TIFFVStripSize64() 130 TIFFVStripSize(TIFF* tif, uint32 nrows) in TIFFVStripSize() 174 TIFFRawStripSize(TIFF* tif, uint32 strip) in TIFFRawStripSize() 203 TIFFStripSize64(TIFF* tif) in TIFFStripSize64() 212 TIFFStripSize(TIFF* tif) in TIFFStripSize() 240 _TIFFDefaultStripSize(TIFF* tif, uint32 s) in _TIFFDefaultStripSize() 274 TIFFScanlineSize64(TIFF* tif) in TIFFScanlineSize64() 331 TIFFScanlineSize(TIFF* tif) in TIFFScanlineSize() 352 TIFFRasterScanlineSize64(TIFF* tif) in TIFFRasterScanlineSize64() [all …]
|
A D | tif_extension.c | 36 int TIFFGetTagListCount( TIFF *tif ) in TIFFGetTagListCount() 44 uint32 TIFFGetTagListEntry( TIFF *tif, int tag_index ) in TIFFGetTagListEntry() 60 TIFFTagMethods *TIFFAccessTagMethods( TIFF *tif ) in TIFFAccessTagMethods() 66 void *TIFFGetClientInfo( TIFF *tif, const char *name ) in TIFFGetClientInfo() 80 void TIFFSetClientInfo( TIFF *tif, void *data, const char *name ) in TIFFSetClientInfo()
|
A D | tif_tile.c | 38 TIFFComputeTile(TIFF* tif, uint32 x, uint32 y, uint32 z, uint16 s) in TIFFComputeTile() 75 TIFFCheckTile(TIFF* tif, uint32 x, uint32 y, uint32 z, uint16 s) in TIFFCheckTile() 115 TIFFNumberOfTiles(TIFF* tif) in TIFFNumberOfTiles() 144 TIFFTileRowSize64(TIFF* tif) in TIFFTileRowSize64() 182 TIFFTileRowSize(TIFF* tif) in TIFFTileRowSize() 201 TIFFVTileSize64(TIFF* tif, uint32 nrows) in TIFFVTileSize64() 249 TIFFVTileSize(TIFF* tif, uint32 nrows) in TIFFVTileSize() 268 TIFFTileSize64(TIFF* tif) in TIFFTileSize64() 273 TIFFTileSize(TIFF* tif) in TIFFTileSize() 295 TIFFDefaultTileSize(TIFF* tif, uint32* tw, uint32* th) in TIFFDefaultTileSize() [all …]
|
A D | tif_unix.c | 204 TIFF* 207 TIFF* tif; in TIFFFdOpen() 224 TIFF* 229 TIFF* tif; in TIFFOpen() 233 return ((TIFF*)0); in TIFFOpen() 247 return ((TIFF *)0); in TIFFOpen() 261 TIFF* 268 TIFF* tif; in TIFFOpenW() 272 return ((TIFF*)0); in TIFFOpenW() 282 return ((TIFF *)0); in TIFFOpenW() [all …]
|
A D | tif_zip.c | 90 ZIPFixupTags(TIFF* tif) in ZIPFixupTags() 97 ZIPSetupDecode(TIFF* tif) in ZIPSetupDecode() 127 ZIPPreDecode(TIFF* tif, uint16 s) in ZIPPreDecode() 208 ZIPSetupEncode(TIFF* tif) in ZIPSetupEncode() 232 ZIPPreEncode(TIFF* tif, uint16 s) in ZIPPreEncode() 260 ZIPEncode(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s) in ZIPEncode() 302 ZIPPostEncode(TIFF* tif) in ZIPPostEncode() 332 ZIPCleanup(TIFF* tif) in ZIPCleanup() 357 ZIPVSetField(TIFF* tif, uint32 tag, va_list ap) in ZIPVSetField() 381 ZIPVGetField(TIFF* tif, uint32 tag, va_list ap) in ZIPVGetField() [all …]
|
A D | tif_dumpmode.c | 35 DumpFixupTags(TIFF* tif) in DumpFixupTags() 45 DumpModeEncode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) in DumpModeEncode() 78 DumpModeDecode(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s) in DumpModeDecode() 113 DumpModeSeek(TIFF* tif, uint32 nrows) in DumpModeSeek() 124 TIFFInitDumpMode(TIFF* tif, int scheme) in TIFFInitDumpMode()
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/ |
A D | tiffio.h | 40 typedef struct tiff TIFF; typedef 344 extern void TIFFCleanup(TIFF* tif); 345 extern void TIFFClose(TIFF* tif); 346 extern int TIFFFlush(TIFF* tif); 373 extern int TIFFFileno(TIFF*); 377 extern int TIFFGetMode(TIFF*); 378 extern int TIFFSetMode(TIFF*, int); 379 extern int TIFFIsTiled(TIFF*); 381 extern int TIFFIsUpSampled(TIFF*); 382 extern int TIFFIsMSB2LSB(TIFF*); [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | tiffcmp.c | 57 static int tiffcmp(TIFF*, TIFF*); 58 static int cmptags(TIFF*, TIFF*); 147 static int CheckShortTag(TIFF*, TIFF*, int, char*); 148 static int CheckShort2Tag(TIFF*, TIFF*, int, char*); 149 static int CheckShortArrayTag(TIFF*, TIFF*, int, char*); 150 static int CheckLongTag(TIFF*, TIFF*, int, char*); 151 static int CheckFloatTag(TIFF*, TIFF*, int, char*); 152 static int CheckStringTag(TIFF*, TIFF*, int, char*); 155 tiffcmp(TIFF* tif1, TIFF* tif2) in tiffcmp() 263 cmptags(TIFF* tif1, TIFF* tif2) in cmptags() [all …]
|
A D | tiffsplit.c | 52 static int tiffcp(TIFF*, TIFF*); 54 static int cpStrips(TIFF*, TIFF*); 55 static int cpTiles(TIFF*, TIFF*); 60 TIFF *in, *out; in main() 158 tiffcp(TIFF* in, TIFF* out) in tiffcp() 231 cpStrips(TIFF* in, TIFF* out) in cpStrips() 265 cpTiles(TIFF* in, TIFF* out) in cpTiles()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/pds/ |
A D | tif_pdsdirread.c | 65 static void MissingRequired(TIFF*, const char*); 71 int (*getFieldFn)(TIFF *tif,ttag_t tag,...)); 78 static float TIFFFetchFloat(TIFF*, TIFFDirEntry*); 84 static void ChopUpSingleUncompressedStrip(TIFF*); 88 CheckMalloc(TIFF* tif, tsize_t n, const char* what) in CheckMalloc() 120 int (*setFieldFn)(TIFF *tif, ttag_t tag, ...)) in TIFFReadPrivateDataSubDirectory() 339 MissingRequired(TIFF* tif, const char* tagname) in MissingRequired() 452 TIFFFetchRational(TIFF* tif, TIFFDirEntry* dir) in TIFFFetchRational() 467 TIFFFetchFloat(TIFF* tif, TIFFDirEntry* dir) in TIFFFetchFloat() 549 TIFFFetchShortPair(TIFF* tif, TIFFDirEntry* dir) in TIFFFetchShortPair() [all …]
|
A D | tif_pdsdirwrite.c | 91 static int TIFFWriteAnyArray(TIFF*, 109 static int TIFFWriteRational(TIFF*, 500 TIFFWriteRational(TIFF* tif, in TIFFWriteRational() 538 TIFFWritePerSampleAnys(TIFF* tif, in TIFFWritePerSampleAnys() 577 TIFFWriteShortTable(TIFF* tif, in TIFFWriteShortTable() 614 TIFFWriteShortArray(TIFF* tif, in TIFFWriteShortArray() 640 TIFFWriteLongArray(TIFF* tif, in TIFFWriteLongArray() 697 TIFFWriteFloatArray(TIFF* tif, in TIFFWriteFloatArray() 712 TIFFWriteDoubleArray(TIFF* tif, in TIFFWriteDoubleArray() 732 TIFFWriteAnyArray(TIFF* tif, in TIFFWriteAnyArray() [all …]
|
A D | README | 5 Subject: Potential TIFF library additions 12 regarding the TIFF library about a 16 months ago or so... 15 local version of the TIFF library in hopes that you will want to 16 incorporate them into your next major release of the TIFF library. 17 (These additions are based on TIFF version 3.4beta31, but they sit on 22 TIFF library, I'd be happy to clean them up more, document them more, 23 and/or integrate them with the latest version of the TIFF library, but I 27 TIFF Image Iterator 53 TIFF-PL is a Phillips Laboratory extension to the TIFF tags that allows 54 us to store satellite imaging-specific information in a TIFF format, [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/tags/ |
A D | maketif.c | 10 void SetUpTIFFDirectory(TIFF *tif); 11 void WriteImage(TIFF *tif); 18 TIFF *tif=(TIFF*)0; /* TIFF-level descriptor */ in main() 36 void SetUpTIFFDirectory(TIFF *tif) in SetUpTIFFDirectory() 57 void WriteImage(TIFF *tif) in WriteImage()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/addtiffo/ |
A D | tif_ovrcache.h | 65 TIFF *hTIFF; 70 TIFFOvrCache *TIFFCreateOvrCache( TIFF *hTIFF, toff_t nDirOffset ); 76 void TIFFBuildOverviews( TIFF *, int, int *, int, const char *, 79 void TIFF_ProcessFullResBlock( TIFF *, int, int, int, int, int, int *, int, 84 uint32 TIFF_WriteOverview( TIFF *, uint32, uint32, int, int, int, int, int,
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | IMG_tif.c | 35 …TIFF* (*TIFFClientOpen)(const char*, const char*, thandle_t, TIFFReadWriteProc, TIFFReadWriteProc,… 36 void (*TIFFClose)(TIFF*); 37 int (*TIFFGetField)(TIFF*, ttag_t, ...); 38 int (*TIFFReadRGBAImageOriented)(TIFF*, uint32, uint32, uint32*, int, int); 60 …FUNCTION_LOADER(TIFFClientOpen, TIFF * (*)(const char*, const char*, thandle_t, TIFFReadWriteProc,… in IMG_InitTIF() 61 FUNCTION_LOADER(TIFFClose, void (*)(TIFF*)) in IMG_InitTIF() 62 FUNCTION_LOADER(TIFFGetField, int (*)(TIFF*, ttag_t, ...)) in IMG_InitTIF() 63 … FUNCTION_LOADER(TIFFReadRGBAImageOriented, int (*)(TIFF*, uint32, uint32, uint32*, int, int)) in IMG_InitTIF() 163 TIFF* tiff = NULL; in IMG_LoadTIF_RW()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/stream/ |
A D | tiffstream.h | 26 TIFF* makeFileStream(iostream* str); 27 TIFF* makeFileStream(istream* str); 28 TIFF* makeFileStream(ostream* str); 42 TIFF* getTiffHandle() const { return m_tif; } in getTiffHandle() 54 TIFF* m_tif;
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/ |
A D | tifftest.h | 37 int CheckShortField(TIFF *, const ttag_t, const uint16); 38 int CheckShortPairedField(TIFF *, const ttag_t, const uint16*); 39 int CheckLongField(TIFF *, const ttag_t, const uint32);
|