HomeSort by relevance Sort by last modified time
    Searched refs:SetOutBufSize (Results 1 - 10 of 10) sorted by null

  /external/lzma/CPP/7zip/Compress/
Bcj2Coder.h 54 STDMETHOD(SetOutBufSize)(UInt32 streamIndex, UInt32 size);
110 STDMETHOD(SetOutBufSize)(UInt32 streamIndex, UInt32 size);
Lzma2Decoder.h 70 STDMETHOD(SetOutBufSize)(UInt32 streamIndex, UInt32 size);
LzmaDecoder.h 65 STDMETHOD(SetOutBufSize)(UInt32 streamIndex, UInt32 size);
Lzma2Decoder.cpp 39 STDMETHODIMP CDecoder::SetOutBufSize(UInt32 , UInt32 size) { _outStepSize = size; return S_OK; }
LzmaDecoder.cpp 45 STDMETHODIMP CDecoder::SetOutBufSize(UInt32 , UInt32 size) { _outBufSize = size; return S_OK; }
Bcj2Coder.cpp 65 STDMETHODIMP CEncoder::SetOutBufSize(UInt32 streamIndex, UInt32 size) { _bufsNewSizes[streamIndex] = size; return S_OK; }
325 STDMETHODIMP CDecoder::SetOutBufSize(UInt32 , UInt32 size) { _bufsNewSizes[BCJ2_NUM_STREAMS] = size; return S_OK; }
  /external/lzma/CPP/7zip/Common/
FilterCoder.h 203 STDMETHOD(SetOutBufSize)(UInt32 streamIndex, UInt32 size);
FilterCoder.cpp 25 STDMETHODIMP CFilterCoder::SetOutBufSize(UInt32 , UInt32 size) { _outBufSize = size; return S_OK; }
  /external/lzma/CPP/7zip/
ICoder.h 226 STDMETHOD(SetOutBufSize)(UInt32 streamIndex, UInt32 size) PURE;
  /external/lzma/CPP/7zip/Archive/Common/
CoderMixer2.cpp 954 outSetSize->SetOutBufSize(outCoderStreamIndex, kBufSize);

Completed in 229 milliseconds