Home | History | Annotate | Download | only in Compress

Lines Matching defs:CDecoder

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,
146 STDMETHODIMP CDecoder::Read(void *data, UInt32 size, UInt32 *processedSize)