Searched refs:_outStep (Results 1 – 4 of 4) sorted by relevance
23 , _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()
33 _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()
38 UInt32 _outStep; variable
44 UInt32 _outStep; variable