Searched refs:_outBufSize (Results 1 – 4 of 4) sorted by relevance
29 _outBufSize(1 << 22), in CDecoder()49 STDMETHODIMP CDecoder::SetOutBufSize(UInt32 , UInt32 size) { _outBufSize = size; return S_OK; } in SetOutBufSize()97 … next = (_state.dicBufSize - _state.dicPos < _outBufSize) ? _state.dicBufSize : (_state.dicPos + _… in CodeSpec()143 …next = (_state.dicBufSize - _state.dicPos < _outBufSize) ? _state.dicBufSize : (_state.dicPos + _o… in CodeSpec()
256 STDMETHODIMP CDecoder::SetOutBufSize(UInt32 , UInt32 size) { _outBufSize = size; return S_OK; } in SetOutBufSize()259 _outBufSize(1 << 16) in CDecoder()278 if (!_outStream.Create(_outBufSize)) return E_OUTOFMEMORY; in CodeReal()
62 UInt32 _outBufSize; variable
38 UInt32 _outBufSize; variable