HomeSort by relevance Sort by last modified time
    Searched full:tiff (Results 51 - 75 of 715) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/swiftshader/tests/OGLSimpleCube/
OGLSimpleCube.vcxproj.filters 14 <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
  /external/swiftshader/tests/unittests/
unittests.vcxproj.filters 10 <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
  /sdk/sdklauncher/
sdklauncher.vcxproj.filters 14 <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav</Extensions>
  /external/pdfium/third_party/libtiff/
tif_dir.h 40 * TIFF Image File Directories are comprised of a table of field
62 * Internal format of a TIFF directory entry.
258 extern void _TIFFSetupFields(TIFF* tif, const TIFFFieldArray* infoarray);
259 extern void _TIFFPrintFieldInfo(TIFF*, FILE*);
261 extern int _TIFFFillStriles(TIFF*);
291 extern int _TIFFMergeFields(TIFF*, const TIFFField[], uint32);
292 extern const TIFFField* _TIFFFindOrRegisterField(TIFF *, uint32, TIFFDataType);
293 extern TIFFField* _TIFFCreateAnonField(TIFF *, uint32, TIFFDataType);
tif_dirread.c 28 * TIFF Library.
53 extern void TIFFCvtIEEEFloatToNative(TIFF*, uint32, float*);
54 extern void TIFFCvtIEEEDoubleToNative(TIFF*, uint32, double*);
68 static enum TIFFReadDirEntryErr TIFFReadDirEntryByte(TIFF* tif, TIFFDirEntry* direntry, uint8* value);
69 static enum TIFFReadDirEntryErr TIFFReadDirEntryShort(TIFF* tif, TIFFDirEntry* direntry, uint16* value);
70 static enum TIFFReadDirEntryErr TIFFReadDirEntryLong(TIFF* tif, TIFFDirEntry* direntry, uint32* value);
71 static enum TIFFReadDirEntryErr TIFFReadDirEntryLong8(TIFF* tif, TIFFDirEntry* direntry, uint64* value);
72 static enum TIFFReadDirEntryErr TIFFReadDirEntryFloat(TIFF* tif, TIFFDirEntry* direntry, float* value);
73 static enum TIFFReadDirEntryErr TIFFReadDirEntryDouble(TIFF* tif, TIFFDirEntry* direntry, double* value);
74 static enum TIFFReadDirEntryErr TIFFReadDirEntryIfd8(TIFF* tif, TIFFDirEntry* direntry, uint64* value)
    [all...]
tif_packbits.c 30 * TIFF Library.
37 PackBitsPreEncode(TIFF* tif, uint16 s)
55 PackBitsPostEncode(TIFF* tif)
66 PackBitsEncode(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s)
197 PackBitsEncodeChunk(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s)
216 PackBitsDecode(TIFF* tif, uint8* op, tmsize_t occ, uint16 s)
289 TIFFInitPackBits(TIFF* tif, int scheme)
tif_aux.c 28 * TIFF Library.
37 _TIFFMultiply32(TIFF* tif, uint32 first, uint32 second, const char* where)
50 _TIFFMultiply64(TIFF* tif, uint64 first, uint64 second, const char* where)
63 _TIFFCheckRealloc(TIFF* tif, void* buffer,
86 _TIFFCheckMalloc(TIFF* tif, tmsize_t nmemb, tmsize_t elem_size, const char* what)
174 TIFFVGetFieldDefaulted(TIFF* tif, uint32 tag, va_list ap)
276 /* TIFF 6.0 specification tells that it is no default
277 value for the WhitePoint, but AdobePhotoshop TIFF
310 TIFFGetFieldDefaulted(TIFF* tif, uint32 tag, ...)
tif_thunder.c 31 * TIFF Library.
71 ThunderSetupDecode(TIFF* tif)
88 ThunderDecode(TIFF* tif, uint8* op, tmsize_t maxpixels)
169 ThunderDecodeRow(TIFF* tif, uint8* buf, tmsize_t occ, uint16 s)
190 TIFFInitThunderScan(TIFF* tif, int scheme)
tif_read.c 28 * TIFF Library.
37 int TIFFFillStrip(TIFF* tif, uint32 strip);
38 int TIFFFillTile(TIFF* tif, uint32 tile);
39 static int TIFFStartStrip(TIFF* tif, uint32 strip);
40 static int TIFFStartTile(TIFF* tif, uint32 tile);
41 static int TIFFCheckRead(TIFF*, int);
43 TIFFReadRawStrip1(TIFF* tif, uint32 strip, void* buf, tmsize_t size,const char* module);
45 TIFFReadRawTile1(TIFF* tif, uint32 tile, void* buf, tmsize_t size, const char* module);
56 static int TIFFReadAndRealloc( TIFF* tif, tmsize_t size,
166 TIFFFillStripPartial( TIFF *tif, int strip, tmsize_t read_ahead, int restart
    [all...]
tif_flush.c 28 * TIFF Library.
33 TIFFFlush(TIFF* tif)
99 TIFFFlushData(TIFF* tif)
tif_write.c 28 * TIFF Library.
45 static int TIFFGrowStrips(TIFF* tif, uint32 delta, const char* module);
46 static int TIFFAppendToStrip(TIFF* tif, uint32 strip, uint8* data, tmsize_t cc);
49 TIFFWriteScanline(TIFF* tif, void* buf, uint32 row, uint16 sample)
188 TIFFWriteEncodedStrip(TIFF* tif, uint32 strip, void* data, tmsize_t cc)
306 TIFFWriteRawStrip(TIFF* tif, uint32 strip, void* data, tmsize_t cc)
354 TIFFWriteTile(TIFF* tif, void* buf, uint32 x, uint32 y, uint32 z, uint16 s)
381 TIFFWriteEncodedTile(TIFF* tif, uint32 tile, void* data, tmsize_t cc)
507 TIFFWriteRawTile(TIFF* tif, uint32 tile, void* data, tmsize_t cc)
527 TIFFSetupStrips(TIFF* tif
    [all...]
0028-nstrips-OOM.patch 13 @@ -3638,6 +3639,13 @@ TIFFReadDirectory(TIFF* tif)
  /external/piex/src/
tiff_parser.h 126 // Retrieves the endianness of TIFF compliant data at 'tiff_offset' from
140 // According to Tiff/EP a thumbnail has max 256 pixels per dimension.
145 // Parses through a Tiff IFD and writes all 'desired_tags' to a
147 // Returns false if something with the Tiff data is wrong.
170 // Enables us to parse through data that complies to the Tiff/EP specification.
178 // Runs over the Tiff IFD, Exif IFD and subIFDs to get the preview image data.
179 // Returns false if something with the Tiff tags is wrong.
183 // Returns false if called more that once or something with the Tiff data is
  /external/ImageMagick/coders/
ept.c 89 *tiff;
215 ept_info.tiff=(unsigned char *) AcquireQuantumMemory(ept_info.tiff_length+1,
216 sizeof(*ept_info.tiff));
217 if (ept_info.tiff == (unsigned char *) NULL)
219 (void) ResetMagickMemory(ept_info.tiff,0,(ept_info.tiff_length+1)*
220 sizeof(*ept_info.tiff));
224 count=ReadBlob(image,ept_info.tiff_length,ept_info.tiff);
243 (void) CopyMagickString(read_info->magick,"TIFF",MagickPathExtent);
244 image=BlobToImage(read_info,ept_info.tiff,ept_info.tiff_length,exception);
253 ept_info.tiff=(unsigned char *) RelinquishMagickMemory(ept_info.tiff)
87 *tiff; member in struct:_EPTInfo
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_tiff.h 48 // native simple TIFF codec
90 // libtiff based TIFF codec
165 // TIFF filter factory
grfmt_tiff.cpp 43 A part of the file implements TIFF reader on base of libtiff library
57 m_description = "TIFF Files (*.tiff;*.tif)";
85 #include "tiff.h"
115 TIFF* tif = (TIFF*)m_tif;
135 TIFF* tif = TIFFOpen( m_filename, "r" );
174 TIFF* tif = (TIFF*)m_tif;
243 /************************ TIFF reader *****************************
    [all...]
  /external/ImageMagick/PerlMagick/
Makefile.nt 128 # tiff TIFF format TIFF library
134 my @DELEGATES = qw/ bzlib cgm jbig jpeg mpeg png ps tiff wmf x xfig zlib/;
158 " t/tiff/read.t" .
159 " t/tiff/write.t" .
  /external/dng_sdk/source/
dng_orientation.cpp 18 void dng_orientation::SetTIFF (uint32 tiff)
21 switch (tiff)
dng_errors.h 50 dng_error_image_too_big_tiff, //!< Image is too big to save as TIFF.
  /cts/tests/tests/security/src/android/security/cts/
ZeroHeightTiffTest.java 31 * Verifies that the device fails to decode a zero height tiff file.
  /external/ImageMagick/
Install-vms.txt 29 as well as the VMS versions of the JPEG, PNG, TTF, and TIFF libraries.
  /external/ImageMagick/config/
magic.xml 22 <!-- <magic name="TIFF" offset="0" target="\115\115\000\052"/> -->
  /external/ImageMagick/www/source/
magic.xml 22 <!-- <magic name="TIFF" offset="0" target="\115\115\000\052"/> -->
  /external/capstone/contrib/cs_driver/cs_driver/
cs_driver.vcxproj.filters 14 <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
  /external/icu/icu4c/source/test/perf/DateFmtPerf/
DateFmtPerf.vcxproj.filters 14 <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav</Extensions>

Completed in 466 milliseconds

1 23 4 5 6 7 8 91011>>