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

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

Completed in 47 milliseconds