HomeSort by relevance Sort by last modified time
    Searched defs:CDecoder (Results 1 - 13 of 13) sorted by null

  /external/lzma/CPP/7zip/Archive/7z/
7zDecode.h 32 class CDecoder
48 CDecoder(bool multiThread);
7zDecode.cpp 84 CDecoder::CDecoder(bool multiThread)
93 HRESULT CDecoder::Decode(
  /external/lzma/CPP/7zip/Compress/
Bcj2Coder.h 49 class CDecoder:
57 NRangeCoder::CDecoder _rc;
77 CDecoder();
Lzma2Decoder.h 15 class CDecoder:
66 CDecoder();
67 virtual ~CDecoder();
PpmdDecoder.h 18 class CDecoder :
66 CDecoder(): _outBuf(NULL), _outSizeDefined(false)
73 ~CDecoder();
Lzma2Decoder.cpp 29 CDecoder::CDecoder(): _inBuf(0), _outSizeDefined(false)
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::Code(ISequentialInStream *inStream,
    [all...]
LzmaDecoder.cpp 27 CDecoder::CDecoder(): _inBuf(0), _propsWereSet(false), _outSizeDefined(false),
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::SetOutStreamSize(const UInt64 *outSize)
    [all...]
LzmaDecoder.h 14 class CDecoder:
80 CDecoder();
81 virtual ~CDecoder();
PpmdDecoder.cpp 30 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)
RangeCoder.h 107 class CDecoder
Bcj2Coder.cpp 255 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():
267 HRESULT CDecoder::CodeReal(ISequentialInStream **inStreams, const UInt64 ** /* inSizes */, UInt32 numInStreams,
353 STDMETHODIMP CDecoder::Code(ISequentialInStream **inStreams, const UInt64 **inSizes, UInt32 numInStreams,
  /external/lzma/CPP/7zip/Crypto/
7zAes.h 103 class CDecoder:
  /external/lzma/CPP/7zip/Archive/
LzmaHandler.cpp 76 class CDecoder
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 241 milliseconds