Searched defs:SetInBufSize (Results 1 – 2 of 2) sorted by relevance
/external/lzma/CPP/7zip/Compress/ | ||
D | LzmaDecoder.cpp | 47 STDMETHODIMP CDecoder::SetInBufSize(UInt32 , UInt32 size) { _inBufSize = size; return S_OK; } in SetInBufSize() function in NCompress::NLzma::CDecoder |
D | Bcj2Coder.cpp | 268 STDMETHODIMP CDecoder::SetInBufSize(UInt32 streamIndex, UInt32 size) { _inBufSizes[streamIndex] = s… in SetInBufSize() function in NCompress::NBcj2::CDecoder |