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

  /external/lzma/CPP/7zip/Compress/
LzmaDecoder.h 62 STDMETHOD(SetOutBufSize)(UInt32 streamIndex, UInt32 size);
Bcj2Coder.h 109 STDMETHOD(SetOutBufSize)(UInt32 streamIndex, UInt32 size);
LzmaDecoder.cpp 48 STDMETHODIMP CDecoder::SetOutBufSize(UInt32 , UInt32 size) { _outBufSize = size; return S_OK; }
Bcj2Coder.cpp 269 STDMETHODIMP CDecoder::SetOutBufSize(UInt32 , UInt32 size) { _outBufSize = size; return S_OK; }
  /external/lzma/CPP/7zip/
ICoder.h 113 STDMETHOD(SetOutBufSize)(UInt32 streamIndex, UInt32 size) PURE;
  /external/lzma/CPP/7zip/Archive/Common/
CoderMixer2MT.cpp 160 outSetSize->SetOutBufSize(outCoderStreamIndex, kBufSize);

Completed in 774 milliseconds