HomeSort by relevance Sort by last modified time
    Searched refs:ZipCompressor (Results 1 - 3 of 3) sorted by null

  /external/opencv3/3rdparty/openexr/IlmImf/
ImfZipCompressor.h 42 // class ZipCompressor -- performs zlib-style compression
51 class ZipCompressor: public Compressor
55 ZipCompressor (const Header &hdr,
59 virtual ~ZipCompressor ();
ImfZipCompressor.cpp 39 // class ZipCompressor
52 ZipCompressor::ZipCompressor
79 ZipCompressor::~ZipCompressor ()
87 ZipCompressor::numScanLines () const
94 ZipCompressor::compress (const char *inPtr,
168 ZipCompressor::uncompress (const char *inPtr,
ImfCompressor.cpp 123 return new ZipCompressor (hdr, maxScanLineSize, 1);
127 return new ZipCompressor (hdr, maxScanLineSize, 16);
167 return new ZipCompressor (hdr, tileLineSize, numTileLines);

Completed in 50 milliseconds