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

  /external/lzma/CPP/7zip/Archive/7z/
7zDecode.h 24 class CDecoder
44 CDecoder(bool useMixerMT);
7zDecode.cpp 112 CDecoder::CDecoder(bool useMixerMT):
220 HRESULT CDecoder::Decode(
  /external/lzma/CPP/7zip/Compress/
DeltaFilter.cpp 90 class CDecoder:
102 STDMETHODIMP CDecoder::Init()
108 STDMETHODIMP_(UInt32) CDecoder::Filter(Byte *data, UInt32 size)
114 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *props, UInt32 size)
124 CDecoder(),
PpmdDecoder.h 18 class CDecoder :
66 CDecoder(): _outBuf(NULL), _outSizeDefined(false)
73 ~CDecoder();
Lzma2Decoder.cpp 27 CDecoder::CDecoder():
38 STDMETHODIMP CDecoder::SetInBufSize(UInt32 , UInt32 size) { _inBufSizeNew = size; return S_OK; }
39 STDMETHODIMP CDecoder::SetOutBufSize(UInt32 , UInt32 size) { _outStepSize = size; return S_OK; }
41 CDecoder::~CDecoder()
47 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *prop, UInt32 size)
66 STDMETHODIMP CDecoder::GetInStreamProcessedSize(UInt64 *value) { *value = _inSizeProcessed; return S_OK; }
67 STDMETHODIMP CDecoder::SetInStream(ISequentialInStream *inStream) { _inStream = inStream; return S_OK; }
68 STDMETHODIMP CDecoder::ReleaseInStream() { _inStream.Release(); return S_OK; }
    [all...]
LzmaDecoder.cpp 27 CDecoder::CDecoder(): _inBuf(0), _propsWereSet(false), _outSizeDefined(false),
38 CDecoder::~CDecoder()
44 STDMETHODIMP CDecoder::SetInBufSize(UInt32 , UInt32 size) { _inBufSize = size; return S_OK; }
45 STDMETHODIMP CDecoder::SetOutBufSize(UInt32 , UInt32 size) { _outBufSize = size; return S_OK; }
47 HRESULT CDecoder::CreateInputBuffer()
60 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *prop, UInt32 size)
67 void CDecoder::SetOutStreamSizeResume(const UInt64 *outSize)
77 STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize)
    [all...]
Bcj2Coder.h 62 class CDecoder:
112 CDecoder();
Lzma2Decoder.h 15 class CDecoder:
81 CDecoder();
82 virtual ~CDecoder();
LzmaDecoder.h 14 class CDecoder:
83 CDecoder();
84 virtual ~CDecoder();
PpmdDecoder.cpp 26 CDecoder::~CDecoder()
32 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *props, UInt32 size)
50 HRESULT CDecoder::CodeSpec(Byte *memStream, UInt32 size)
95 STDMETHODIMP CDecoder::Code(ISequentialInStream *inStream, ISequentialOutStream *outStream,
127 STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize)
139 STDMETHODIMP CDecoder::SetInStream(ISequentialInStream *inStream)
146 STDMETHODIMP CDecoder::ReleaseInStream()
152 STDMETHODIMP CDecoder::Read(void *data, UInt32 size, UInt32 *processedSize)
Bcj2Coder.cpp 324 STDMETHODIMP CDecoder::SetInBufSize(UInt32 streamIndex, UInt32 size) { _bufsNewSizes[streamIndex] = size; return S_OK; }
325 STDMETHODIMP CDecoder::SetOutBufSize(UInt32 , UInt32 size) { _bufsNewSizes[BCJ2_NUM_STREAMS] = size; return S_OK; }
327 CDecoder::CDecoder(): _finishMode(false), _outSizeDefined(false), _outSize(0)
330 STDMETHODIMP CDecoder::SetFinishMode(UInt32 finishMode)
336 void CDecoder::InitCommon()
355 HRESULT CDecoder::Code(ISequentialInStream * const *inStreams, const UInt64 * const *inSizes, UInt32 numInStreams,
515 STDMETHODIMP CDecoder::SetInStream2(UInt32 streamIndex, ISequentialInStream *inStream)
521 STDMETHODIMP CDecoder::ReleaseInStream2(UInt32 streamIndex)
527 STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize)
    [all...]
  /external/lzma/CPP/7zip/Archive/
XzHandler.h 50 struct CDecoder: public CStatInfo
55 CDecoder(): DecodeRes(SZ_OK) {}
LzmaHandler.cpp 77 class CDecoder
83 NCompress::NLzma::CDecoder *_lzmaDecoderSpec;
85 ~CDecoder();
98 HRESULT CDecoder::Create(bool filteredMode, ISequentialInStream *inStream)
102 _lzmaDecoderSpec = new NCompress::NLzma::CDecoder;
121 CDecoder::~CDecoder()
126 HRESULT CDecoder::Code(const CHeader &header, ISequentialOutStream *outStream,
449 CDecoder decoder;
  /external/lzma/CPP/7zip/Crypto/
7zAes.h 103 class CDecoder:
113 CDecoder();
7zAes.cpp 205 CDecoder::CDecoder()
210 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *data, UInt32 size)

Completed in 116 milliseconds