Lines Matching defs:CDecoder
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; }
70 STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize)
84 STDMETHODIMP CDecoder::SetFinishMode(UInt32 finishMode)
90 STDMETHODIMP CDecoder::Code(ISequentialInStream *inStream,
200 STDMETHODIMP CDecoder::Read(void *data, UInt32 size, UInt32 *processedSize)