Searched refs:SetOutBufSize (Results 1 - 6 of 6) sorted by relevance

/external/lzma/CPP/7zip/Compress/
H A DLzmaDecoder.h62 STDMETHOD(SetOutBufSize)(UInt32 streamIndex, UInt32 size);
H A DBcj2Coder.h109 STDMETHOD(SetOutBufSize)(UInt32 streamIndex, UInt32 size);
H A DLzmaDecoder.cpp48 STDMETHODIMP CDecoder::SetOutBufSize(UInt32 , UInt32 size) { _outBufSize = size; return S_OK; } function in class:NCompress::NLzma::CDecoder
H A DBcj2Coder.cpp269 STDMETHODIMP CDecoder::SetOutBufSize(UInt32 , UInt32 size) { _outBufSize = size; return S_OK; } function in class:NCompress::NBcj2::CDecoder
/external/lzma/CPP/7zip/
H A DICoder.h113 STDMETHOD(SetOutBufSize)(UInt32 streamIndex, UInt32 size) PURE;
/external/lzma/CPP/7zip/Archive/Common/
H A DCoderMixer2MT.cpp160 outSetSize->SetOutBufSize(outCoderStreamIndex, kBufSize);

Completed in 114 milliseconds