Home
last modified time | relevance | path

Searched refs:stream (Results 1 – 22 of 22) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtif_zip.c64 #define SAFE_MSG(sp) ((sp)->stream.msg == NULL ? "" : (sp)->stream.msg)
106 deflateEnd(&sp->stream); in ZIPSetupDecode()
161 sp->stream.next_out = op; in ZIPDecode()
211 inflateEnd(&sp->stream); in ZIPSetupEncode()
265 sp->stream.next_in = bp; in ZIPEncode()
304 sp->stream.avail_in = 0; in ZIPPostEncode()
340 deflateEnd(&sp->stream); in ZIPCleanup()
343 inflateEnd(&sp->stream); in ZIPCleanup()
420 sp->stream.zalloc = NULL; in TIFFInitZIP()
421 sp->stream.zfree = NULL; in TIFFInitZIP()
[all …]
H A Dtif_lzma.c48 lzma_stream stream; member
118 lzma_end(&sp->stream); in LZMASetupDecode()
177 sp->stream.next_out = op; in LZMADecode()
205 sp->stream.next_in = next_in; in LZMADecode()
206 sp->stream.avail_in = avail_in; in LZMADecode()
216 if (sp->stream.avail_out != 0) { in LZMADecode()
236 lzma_end(&sp->stream); in LZMASetupEncode()
281 sp->stream.next_in = bp; in LZMAEncode()
296 if (sp->stream.avail_out == 0) { in LZMAEncode()
317 sp->stream.avail_in = 0; in LZMAPostEncode()
[all …]
H A Dtif_stream.cxx99 istream *stream; member
105 ostream *stream; member
134 ostream *os = data->stream; in _tiffosWriteProc()
157 ostream *os = data->stream; in _tiffosSeekProc()
267 data->stream->seekg(offset, ios::beg); in _tiffisSeekProc()
277 data->stream->seekg(offset, ios::cur); in _tiffisSeekProc()
287 data->stream->seekg(offset, ios::end); in _tiffisSeekProc()
299 ostream *os = data->stream; in _tiffosSizeProc()
317 data->stream->seekg(0, ios::end); in _tiffisSizeProc()
318 len = data->stream->tellg(); in _tiffisSizeProc()
[all …]
H A Dtif_pixarlog.c461 z_stream stream; member
709 TIFFErrorExt(tif->tif_clientdata, module, "%s", sp->stream.msg ? sp->stream.msg : "(null)"); in PixarLogSetupDecode()
802 (unsigned long) tif->tif_row, sp->stream.msg ? sp->stream.msg : "(null)"); in PixarLogDecode()
809 sp->stream.msg ? sp->stream.msg : "(null)"); in PixarLogDecode()
911 TIFFErrorExt(tif->tif_clientdata, module, "%s", sp->stream.msg ? sp->stream.msg : "(null)"); in PixarLogSetupEncode()
1184 sp->stream.msg ? sp->stream.msg : "(null)"); in PixarLogEncode()
1209 sp->stream.avail_in = 0; in PixarLogPostEncode()
1226 sp->stream.msg ? sp->stream.msg : "(null)"); in PixarLogPostEncode()
1270 inflateEnd(&sp->stream); in PixarLogCleanup()
1272 deflateEnd(&sp->stream); in PixarLogCleanup()
[all …]
H A Dtiffiop.h286 # define fseek(stream,offset,whence) fseeko(stream,offset,whence) argument
287 # define ftell(stream,offset,whence) ftello(stream,offset,whence) argument
296 #define _TIFF_fseek_f(stream,offset,whence) _fseeki64(stream,/* __int64 */ offset,whence) argument
306 #define _TIFF_fseek_f(stream,offset,whence) fseek(stream,offset,whence) argument
H A Dtif_config.h.cmake.in7 /* Pick up YCbCr subsampling info from the JPEG data stream to support files
14 /* Support C++ stream API (requires C++ compiler) */
H A Dtiffconf.h-vms83 /* Pick up YCbCr subsampling info from the JPEG data stream to support files
H A Dtiffconf.h.in108 /* Pick up YCbCr subsampling info from the JPEG data stream to support files
H A Dtiffconf.h.cmake.in111 /* Pick up YCbCr subsampling info from the JPEG data stream to support files
H A Dtif_config.h.in9 /* Pick up YCbCr subsampling info from the JPEG data stream to support files
16 /* Support C++ stream API (requires C++ compiler) */
/libtiff-4.0.7/contrib/stream/
H A DREADME1 Subject: tiff stream interface (contrib)
8 stream from the user and in return it deposits i/o operation method pointers
12 which takes the C++ stream as an argument, calls TIFFClientOpen and returns
15 Additional helper method - getStreamSize - provides the stream size to the
16 user. The implementation assumes client responsibility to delete the stream
H A DMakefile.in115 subdir = contrib/stream
320 $(AUTOMAKE) --foreign contrib/stream/Makefile
/libtiff-4.0.7/contrib/
H A DMakefile.am30 SUBDIRS = addtiffo dbs iptcutil mfs pds ras stream tags win_dib subdir
H A DCMakeLists.txt31 add_subdirectory(stream)
H A DMakefile.in364 SUBDIRS = addtiffo dbs iptcutil mfs pds ras stream tags win_dib
/libtiff-4.0.7/
H A Dnmake.opt103 # info from the JPEG data stream to support files lacking the tag.
115 # NOTE: /EHsc option required if you want to build the C++ stream API
H A Dconfigure.ac866 [enable C++ stream API building (requires C++ compiler)]),
870 AC_DEFINE(CXX_SUPPORT, 1, [Support C++ stream API (requires C++ compiler)])
1035 …[disable picking up YCbCr subsampling info from the JPEG data stream to support files lacking the …
1041 …[Pick up YCbCr subsampling info from the JPEG data stream to support files lacking the tag (defaul…
1060 contrib/stream/Makefile \
H A DSConstruct63 …'disable picking up YCbCr subsampling info from the JPEG data stream to support files lacking the …
H A Dconfigure.com1217 /* Pick up YCbCr subsampling info from the JPEG data stream to support files
1293 /* Pick up YCbCr subsampling info from the JPEG data stream to support files
1296 /* Support C++ stream API (requires C++ compiler) */
H A DCMakeLists.txt597 option(cxx "Enable C++ stream API building (requires C++ compiler)" ON)
664 option(check-ycbcr-subsampling "enable picking up YCbCr subsampling info from the JPEG data stream
H A DChangeLog157 Also prevents writing 2 extra uninitialized bytes to the file stream.
999 the compressed input stream buffer.
2789 the actual jpeg data stream if the first strip/tile has zero size.
3389 Properly set the binary mode for stdin stream as per bug
4392 * libtiff/tif_stream.cxx: Fixes for C++ stream interface from
4445 * libtiff/Makefile.am: Place the C++ stream API in the separate
4597 * libtiff/{tiffio.hxx, tiffio.h}: C++ stream interface moved to new
4629 * libtiff/{tif_stream.cxx, tiffio.h}: Added C++ stream interface
4710 * tools/{bmp2tiff.c, raw2tiff.c}: Get rid of stream I/O functions.
6328 * libtiff/tif_jpeg.c: allow jpeg data stream sampling values to
[all …]
H A Dconfigure1532 --enable-cxx enable C++ stream API building (requires C++
22095 "contrib/stream/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/stream/Makefile" ;;