7 #ifndef Svc_DpZLibCompressor_HPP 8 #define Svc_DpZLibCompressor_HPP 50 : compression_buffer(), zlib_alloc_buffer(), bump_allocator(0), zlib_stream(), comp(c) {}
53 void cleanupContext(ZLibCtx& ctx);
57 static voidpf zlib_alloc_fn(voidpf opaque, uInt items, uInt size);
58 static void zlib_free_fn(voidpf opaque, voidpf address);
~DpZLibCompressor()
Destroy DpZLibCompressor object.
DpZLibCompressor(const char *const compName)
Construct DpZLibCompressor object.
PlatformSizeType FwSizeType
Auto-generated base for DpZLibCompressor component.
PlatformIndexType FwIndexType
RateGroupDivider component implementation.