Home
last modified time | relevance | path

Searched refs:_outStep (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/Compress/
DLzma2Decoder.cpp23 , _outStep(1 << 20) in CDecoder()
38 STDMETHODIMP CDecoder::SetOutBufSize(UInt32 , UInt32 size) { _outStep = size; return S_OK; } in SetOutBufSize()
103 props.outStep_ST = _outStep; in Code()
220 props.outStep_ST = _outStep; in SetOutStreamSize()
DLzmaDecoder.cpp33 _outStep(1 << 20), in CDecoder()
55 STDMETHODIMP CDecoder::SetOutBufSize(UInt32 , UInt32 size) { _outStep = size; return S_OK; } in SetOutBufSize()
137 if (next - wrPos > _outStep) in CodeSpec()
138 next = wrPos + _outStep; in CodeSpec()
DLzma2Decoder.h38 UInt32 _outStep; variable
DLzmaDecoder.h44 UInt32 _outStep; variable