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

/external/lzma/CPP/7zip/Compress/
H A DBcj2Coder.h74 STDMETHOD(SetInBufSize)(UInt32 streamIndex, UInt32 size);
H A DLzmaDecoder.h61 STDMETHOD(SetInBufSize)(UInt32 streamIndex, UInt32 size);
H A DLzmaDecoder.cpp48 STDMETHODIMP CDecoder::SetInBufSize(UInt32 , UInt32 size) { _inBufSize = size; return S_OK; } function in class:NCompress::NLzma::CDecoder
H A DBcj2Coder.cpp255 STDMETHODIMP CDecoder::SetInBufSize(UInt32 streamIndex, UInt32 size) { _inBufSizes[streamIndex] = size; return S_OK; } function in class:NCompress::NBcj2::CDecoder
/external/lzma/CPP/7zip/Archive/Common/
H A DCoderMixer2MT.cpp137 inSetSize->SetInBufSize(inCoderStreamIndex, kBufSize);
/external/lzma/CPP/7zip/
H A DICoder.h114 STDMETHOD(SetInBufSize)(UInt32 streamIndex, UInt32 size) PURE;

Completed in 69 milliseconds