Searched refs:TIFF (Results 1 - 25 of 52) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtiffio.h31 * TIFF I/O Library Definitions.
37 * TIFF is defined as an incomplete type to hide the
40 typedef struct tiff TIFF; typedef in typeref:struct:tiff
204 TIFF* tif; /* image handle */
251 typedef int (*TIFFInitMethod)(TIFF*, int);
276 typedef void (*TIFFExtendProc)(TIFF*);
292 extern void TIFFClose(TIFF*);
293 extern int TIFFFlush(TIFF*);
294 extern int TIFFFlushData(TIFF*);
295 extern int TIFFGetField(TIFF*, ttag_
[all...]
H A Dtiffiop.h64 typedef void (*TIFFVoidMethod)(TIFF*);
65 typedef int (*TIFFBoolMethod)(TIFF*);
66 typedef int (*TIFFPreMethod)(TIFF*, tsample_t);
67 typedef int (*TIFFCodeMethod)(TIFF*, tidata_t, tsize_t, tsample_t);
68 typedef int (*TIFFSeekMethod)(TIFF*, uint32);
69 typedef void (*TIFFPostMethod)(TIFF*, tidata_t, tsize_t);
70 typedef uint32 (*TIFFStripMethod)(TIFF*, uint32);
71 typedef void (*TIFFTileMethod)(TIFF*, uint32*, uint32*);
212 extern int _TIFFNoRowEncode(TIFF*, tidata_t, tsize_t, tsample_t);
213 extern int _TIFFNoStripEncode(TIFF*, tidata_
[all...]
H A Dtif_flush.c28 * TIFF Library.
33 TIFFFlush(TIFF* tif)
56 TIFFFlushData(TIFF* tif)
H A Dtif_extension.c28 * TIFF Library.
37 int TIFFGetTagListCount( TIFF *tif )
45 ttag_t TIFFGetTagListEntry( TIFF *tif, int tag_index )
57 ** This provides read/write access to the TIFFTagMethods within the TIFF
59 ** TIFF structure.
61 TIFFTagMethods *TIFFAccessTagMethods( TIFF *tif )
67 void *TIFFGetClientInfo( TIFF *tif, const char *name )
81 void TIFFSetClientInfo( TIFF *tif, void *data, const char *name )
H A Dtif_open.c28 * TIFF Library.
32 void _TIFFSetDefaultCompressionState(TIFF* tif);
86 TIFFInitOrder(TIFF* tif, int magic, int bigendian)
124 TIFF*
138 TIFF *tif;
145 tif = (TIFF *)_TIFFmalloc(sizeof (TIFF) + strlen(name) + 1);
147 TIFFError(module, "%s: Out of memory (TIFF structure)", name);
151 tif->tif_name = (char *)tif + sizeof (TIFF);
192 * TIFF bu
[all...]
H A Dtif_strip.c28 * TIFF Library.
35 summarize(TIFF* tif, size_t summand1, size_t summand2, const char* where)
48 multiply(TIFF* tif, size_t nmemb, size_t elem_size, const char* where)
64 TIFFComputeStrip(TIFF* tif, uint32 row, tsample_t sample)
86 TIFFNumberOfStrips(TIFF* tif)
104 TIFFVStripSize(TIFF* tif, uint32 nrows)
151 TIFFRawStripSize(TIFF* tif, tstrip_t strip)
175 TIFFStripSize(TIFF* tif)
191 TIFFDefaultStripSize(TIFF* tif, uint32 request)
197 _TIFFDefaultStripSize(TIFF* ti
[all...]
H A Dtif_dumpmode.c28 * TIFF Library.
39 DumpModeEncode(TIFF* tif, tidata_t pp, tsize_t cc, tsample_t s)
72 DumpModeDecode(TIFF* tif, tidata_t buf, tsize_t cc, tsample_t s)
96 DumpModeSeek(TIFF* tif, uint32 nrows)
107 TIFFInitDumpMode(TIFF* tif, int scheme)
H A Dtif_predict.h57 extern int TIFFPredictorInit(TIFF*);
H A Dtif_predict.c28 * TIFF Library.
39 static void horAcc8(TIFF*, tidata_t, tsize_t);
40 static void horAcc16(TIFF*, tidata_t, tsize_t);
41 static void swabHorAcc16(TIFF*, tidata_t, tsize_t);
42 static void horDiff8(TIFF*, tidata_t, tsize_t);
43 static void horDiff16(TIFF*, tidata_t, tsize_t);
44 static int PredictorDecodeRow(TIFF*, tidata_t, tsize_t, tsample_t);
45 static int PredictorDecodeTile(TIFF*, tidata_t, tsize_t, tsample_t);
46 static int PredictorEncodeRow(TIFF*, tidata_t, tsize_t, tsample_t);
47 static int PredictorEncodeTile(TIFF*, tidata_
[all...]
H A Dtif_compress.c28 * TIFF Library
35 TIFFNoEncode(TIFF* tif, char* method)
58 _TIFFNoRowEncode(TIFF* tif, tidata_t pp, tsize_t cc, tsample_t s)
65 _TIFFNoStripEncode(TIFF* tif, tidata_t pp, tsize_t cc, tsample_t s)
72 _TIFFNoTileEncode(TIFF* tif, tidata_t pp, tsize_t cc, tsample_t s)
79 TIFFNoDecode(TIFF* tif, char* method)
94 _TIFFNoRowDecode(TIFF* tif, tidata_t pp, tsize_t cc, tsample_t s)
101 _TIFFNoStripDecode(TIFF* tif, tidata_t pp, tsize_t cc, tsample_t s)
108 _TIFFNoTileDecode(TIFF* tif, tidata_t pp, tsize_t cc, tsample_t s)
115 _TIFFNoSeek(TIFF* ti
[all...]
H A Dtif_codec.c28 * TIFF Library
34 static int NotConfigured(TIFF*, int);
102 _notConfigured(TIFF* tif)
112 NotConfigured(TIFF* tif, int scheme)
H A Dtif_tile.c28 * TIFF Library.
35 summarize(TIFF* tif, size_t summand1, size_t summand2, const char* where)
48 multiply(TIFF* tif, size_t nmemb, size_t elem_size, const char* where)
64 TIFFComputeTile(TIFF* tif, uint32 x, uint32 y, uint32 z, tsample_t s)
101 TIFFCheckTile(TIFF* tif, uint32 x, uint32 y, uint32 z, tsample_t s)
133 TIFFNumberOfTiles(TIFF* tif)
162 TIFFTileRowSize(TIFF* tif)
181 TIFFVTileSize(TIFF* tif, uint32 nrows)
227 TIFFTileSize(TIFF* tif)
239 TIFFDefaultTileSize(TIFF* ti
[all...]
H A Dtif_zip.c30 * TIFF Library.
66 * State block for each open TIFF
84 static int ZIPEncode(TIFF*, tidata_t, tsize_t, tsample_t);
85 static int ZIPDecode(TIFF*, tidata_t, tsize_t, tsample_t);
88 ZIPSetupDecode(TIFF* tif)
107 ZIPPreDecode(TIFF* tif, tsample_t s)
119 ZIPDecode(TIFF* tif, tidata_t op, tsize_t occ, tsample_t s)
156 ZIPSetupEncode(TIFF* tif)
175 ZIPPreEncode(TIFF* tif, tsample_t s)
190 ZIPEncode(TIFF* ti
[all...]
H A Dtif_read.c28 * TIFF Library.
35 int TIFFFillStrip(TIFF*, tstrip_t);
36 int TIFFFillTile(TIFF*, ttile_t);
37 static int TIFFStartStrip(TIFF*, tstrip_t);
38 static int TIFFStartTile(TIFF*, ttile_t);
39 static int TIFFCheckRead(TIFF*, int);
48 TIFFSeek(TIFF* tif, uint32 row, tsample_t sample)
95 TIFFReadScanline(TIFF* tif, tdata_t buf, uint32 row, tsample_t sample)
123 TIFFReadEncodedStrip(TIFF* tif, tstrip_t strip, tdata_t buf, tsize_t size)
169 TIFFReadRawStrip1(TIFF* ti
[all...]
H A Dtif_dirread.c28 * TIFF Library.
40 extern void TIFFCvtIEEEFloatToNative(TIFF*, uint32, float*);
41 extern void TIFFCvtIEEEDoubleToNative(TIFF*, uint32, double*);
44 static int EstimateStripByteCounts(TIFF*, TIFFDirEntry*, uint16);
45 static void MissingRequired(TIFF*, const char*);
46 static int CheckDirCount(TIFF*, TIFFDirEntry*, uint32);
47 static tsize_t TIFFFetchData(TIFF*, TIFFDirEntry*, char*);
48 static tsize_t TIFFFetchString(TIFF*, TIFFDirEntry*, char*);
49 static float TIFFFetchRational(TIFF*, TIFFDirEntry*);
50 static int TIFFFetchNormalTag(TIFF*, TIFFDirEntr
[all...]
H A Dtif_dirwrite.c28 * TIFF Library.
38 extern void TIFFCvtNativeToIEEEFloat(TIFF*, uint32, float*);
39 extern void TIFFCvtNativeToIEEEDouble(TIFF*, uint32, double*);
42 static int TIFFWriteNormalTag(TIFF*, TIFFDirEntry*, const TIFFFieldInfo*);
43 static void TIFFSetupShortLong(TIFF*, ttag_t, TIFFDirEntry*, uint32);
44 static void TIFFSetupShort(TIFF*, ttag_t, TIFFDirEntry*, uint16);
45 static int TIFFSetupShortPair(TIFF*, ttag_t, TIFFDirEntry*);
46 static int TIFFWritePerSampleShorts(TIFF*, ttag_t, TIFFDirEntry*);
47 static int TIFFWritePerSampleAnys(TIFF*, TIFFDataType, ttag_t, TIFFDirEntry*);
48 static int TIFFWriteShortTable(TIFF*, ttag_
[all...]
H A Dtif_dir.h34 * Internal format of a TIFF directory entry.
251 extern void _TIFFSetupFieldInfo(TIFF*);
252 extern void _TIFFPrintFieldInfo(TIFF*, FILE*);
253 extern TIFFDataType _TIFFSampleToTagType(TIFF*);
254 extern const TIFFFieldInfo* _TIFFFindOrRegisterFieldInfo( TIFF *tif,
257 extern TIFFFieldInfo* _TIFFCreateAnonFieldInfo( TIFF *tif, ttag_t tag,
H A Dtif_msdos.c28 * TIFF Library MSDOS-specific Routines.
81 * Open a TIFF file descriptor for read/writing.
83 TIFF*
86 TIFF* tif;
98 * Open a TIFF file for read/writing.
100 TIFF*
108 return ((TIFF*)0);
112 return ((TIFF*)0);
H A Dtif_unix.c28 * TIFF Library UNIX-specific Routines.
122 * Open a TIFF file descriptor for read/writing.
124 TIFF*
127 TIFF* tif;
140 * Open a TIFF file for read/writing.
142 TIFF*
150 return ((TIFF*)0);
168 return ((TIFF *)0);
H A Dtif_jpeg.c30 * TIFF Library
32 * JPEG Compression support per TIFF Technical Note #2
33 * (*not* per the original TIFF 6.0 spec).
45 int TIFFFillStrip(TIFF*, tstrip_t);
46 int TIFFFillTile(TIFF*, ttile_t);
89 * State block for each open TIFF file using
118 TIFF* tif; /* back link needed by some code */
144 static int JPEGDecode(TIFF*, tidata_t, tsize_t, tsample_t);
145 static int JPEGDecodeRaw(TIFF*, tidata_t, tsize_t, tsample_t);
146 static int JPEGEncode(TIFF*, tidata_
[all...]
H A Dtif_thunder.c30 * TIFF Library.
67 ThunderDecode(TIFF* tif, tidata_t op, tsize_t maxpixels)
134 ThunderDecodeRow(TIFF* tif, tidata_t buf, tsize_t occ, tsample_t s)
149 TIFFInitThunderScan(TIFF* tif, int scheme)
H A Dtif_close.c28 * TIFF Library.
33 TIFFClose(TIFF* tif)
H A Dtif_next.c30 * TIFF Library.
49 NeXTDecode(TIFF* tif, tidata_t buf, tsize_t occ, tsample_t s)
134 TIFFInitNeXT(TIFF* tif, int scheme)
H A Dtif_apple.c28 * TIFF Library Macintosh-specific routines.
40 * to 'TIFF'. It is much better for the application to do this by Create'ing
135 * Open a TIFF file descriptor for read/writing.
137 TIFF*
140 TIFF* tif;
158 * Open a TIFF file for read/writing.
160 TIFF*
177 return ((TIFF*) 0);
184 if (FSpCreate(&fSpec, ' ', 'TIFF', smSystemScript) != noErr)
206 return ((TIFF*)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dexif.mak1 # test exif metadata in TIFF images
2 FATE_SAMPLES_EXIF-$(call DEMDEC, IMAGE2, TIFF) += fate-exif-image-tiff

Completed in 111 milliseconds

123