Home
last modified time | relevance | path

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

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