Searched refs:_outBufSize (Results 1 – 4 of 4) sorted by relevance
29 _outBufSize(1 << 22), in CDecoder()45 STDMETHODIMP CDecoder::SetOutBufSize(UInt32 , UInt32 size) { _outBufSize = size; return S_OK; } in SetOutBufSize()99 … next = (_state.dicBufSize - _state.dicPos < _outBufSize) ? _state.dicBufSize : (_state.dicPos + _… in CodeSpec()145 …next = (_state.dicBufSize - _state.dicPos < _outBufSize) ? _state.dicBufSize : (_state.dicPos + _o… in CodeSpec()
39 UInt32 _outBufSize; variable
25 STDMETHODIMP CFilterCoder::SetOutBufSize(UInt32 , UInt32 size) { _outBufSize = size; return S_OK; } in SetOutBufSize()29 UInt32 size = MyMin(_inBufSize, _outBufSize); in Alloc()56 _outBufSize(kBufSize), in CFilterCoder()
92 UInt32 _outBufSize; variable