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

  /external/lzma/CPP/7zip/Compress/
Lzma2Register.cpp 17 CDecoder(),
LzmaRegister.cpp 17 CDecoder(),
PpmdRegister.cpp 17 CDecoder(),
Bcj2Register.cpp 12 REGISTER_CODEC_CREATE_2(CreateCodec, CDecoder(), ICompressCoder2)
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...]
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)
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...]
Lzma2Decoder.h 15 class CDecoder:
81 CDecoder();
82 virtual ~CDecoder();
PpmdDecoder.h 18 class CDecoder :
66 CDecoder(): _outBuf(NULL), _outSizeDefined(false)
73 ~CDecoder();
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(),
LzmaDecoder.h 14 class CDecoder:
83 CDecoder();
84 virtual ~CDecoder();
Bcj2Coder.h 62 class CDecoder:
112 CDecoder();
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/Crypto/
7zAesRegister.cpp 13 CDecoder(),
7zAes.h 103 class CDecoder:
113 CDecoder();
7zAes.cpp 205 CDecoder::CDecoder()
210 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *data, UInt32 size)
  /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;
XzHandler.cpp 107 CDecoder &decoder, ICompressProgressInfo *progress)
545 HRESULT CDecoder::Decode(ISequentialInStream *seqInStream, ISequentialOutStream *outStream, ICompressProgressInfo *progress)
673 Int32 CDecoder::Get_Extract_OperationResult() const
736 CDecoder decoder;
  /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(
7zExtract.cpp 256 CDecoder decoder(
7zIn.cpp 1063 CDecoder decoder(_useMixerMT);
    [all...]
7zUpdate.cpp     [all...]
  /external/lzma/CPP/7zip/Bundles/LzmaCon/
LzmaAlone.cpp 713 NCompress::NLzma::CDecoder *decoderSpec = new NCompress::NLzma::CDecoder;

Completed in 174 milliseconds