Searched defs:CDecoder (Results 1 - 13 of 13) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
H A D7zDecode.h32 class CDecoder class in namespace:NArchive::N7z
48 CDecoder(bool multiThread);
H A D7zDecode.cpp84 CDecoder::CDecoder(bool multiThread) function in class:NArchive::N7z::CDecoder
93 HRESULT CDecoder::Decode(
/external/lzma/CPP/7zip/Compress/
H A DBcj2Coder.h49 class CDecoder: class in namespace:NCompress::NBcj2
57 NRangeCoder::CDecoder _rc;
77 CDecoder();
H A DLzma2Decoder.h15 class CDecoder: class in namespace:NCompress::NLzma2
66 CDecoder();
67 virtual ~CDecoder();
H A DPpmdDecoder.h18 class CDecoder : class in namespace:NCompress::NPpmd
66 CDecoder(): _outBuf(NULL), _outSizeDefined(false) function in class:NCompress::NPpmd::CDecoder
73 ~CDecoder();
H A DLzmaDecoder.h14 class CDecoder: class in namespace:NCompress::NLzma
80 CDecoder();
81 virtual ~CDecoder();
H A DLzma2Decoder.cpp29 CDecoder::CDecoder(): _inBuf(0), _outSizeDefined(false) function in class:NCompress::NLzma2::CDecoder
38 CDecoder::~CDecoder()
44 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *prop, UInt32 size)
58 STDMETHODIMP CDecoder::GetInStreamProcessedSize(UInt64 *value) { *value = _inSizeProcessed; return S_OK; }
59 STDMETHODIMP CDecoder::SetInStream(ISequentialInStream *inStream) { _inStream = inStream; return S_OK; }
60 STDMETHODIMP CDecoder::ReleaseInStream() { _inStream.Release(); return S_OK; }
62 STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize)
75 STDMETHODIMP CDecoder
[all...]
H A DLzmaDecoder.cpp27 CDecoder::CDecoder(): _inBuf(0), _propsWereSet(false), _outSizeDefined(false), function in class:NCompress::NLzma::CDecoder
42 CDecoder::~CDecoder()
48 STDMETHODIMP CDecoder::SetInBufSize(UInt32 , UInt32 size) { _inBufSize = size; return S_OK; }
49 STDMETHODIMP CDecoder::SetOutBufSize(UInt32 , UInt32 size) { _outBufSize = size; return S_OK; }
51 HRESULT CDecoder::CreateInputBuffer()
64 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *prop, UInt32 size)
71 void CDecoder::SetOutStreamSizeResume(const UInt64 *outSize)
81 STDMETHODIMP CDecoder
[all...]
H A DPpmdDecoder.cpp30 CDecoder::~CDecoder()
36 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *props, UInt32 size)
54 HRESULT CDecoder::CodeSpec(Byte *memStream, UInt32 size)
99 STDMETHODIMP CDecoder::Code(ISequentialInStream *inStream, ISequentialOutStream *outStream,
131 STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize)
143 STDMETHODIMP CDecoder::SetInStream(ISequentialInStream *inStream)
150 STDMETHODIMP CDecoder::ReleaseInStream()
156 STDMETHODIMP CDecoder::Read(void *data, UInt32 size, UInt32 *processedSize)
H A DBcj2Coder.cpp255 STDMETHODIMP CDecoder::SetInBufSize(UInt32 streamIndex, UInt32 size) { _inBufSizes[streamIndex] = size; return S_OK; }
256 STDMETHODIMP CDecoder::SetOutBufSize(UInt32 , UInt32 size) { _outBufSize = size; return S_OK; }
258 CDecoder::CDecoder(): function in class:NCompress::NBcj2::CDecoder
267 HRESULT CDecoder::CodeReal(ISequentialInStream **inStreams, const UInt64 ** /* inSizes */, UInt32 numInStreams,
353 STDMETHODIMP CDecoder::Code(ISequentialInStream **inStreams, const UInt64 **inSizes, UInt32 numInStreams,
H A DRangeCoder.h107 class CDecoder class in namespace:NCompress::NRangeCoder
/external/lzma/CPP/7zip/Crypto/
H A D7zAes.h103 class CDecoder: class in namespace:NCrypto::NSevenZ
/external/lzma/CPP/7zip/Archive/
H A DLzmaHandler.cpp76 class CDecoder class in namespace:NArchive::NLzma
81 NCompress::NLzma::CDecoder *_lzmaDecoderSpec;
83 ~CDecoder();
99 HRESULT CDecoder::Create(
105 _lzmaDecoderSpec = new NCompress::NLzma::CDecoder;
127 CDecoder::~CDecoder()
132 HRESULT CDecoder::Code(const CHeader &header, ISequentialOutStream *outStream,
468 CDecoder decoder;

Completed in 103 milliseconds