Searched defs:SetInBufSize (Results 1 - 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/Compress/
H A DBcj2Coder.cpp268 STDMETHODIMP CDecoder::SetInBufSize(UInt32 streamIndex, UInt32 size) { _inBufSizes[streamIndex] = size; return S_OK; } function in class:NCompress::NBcj2::CDecoder
H A DLzmaDecoder.cpp47 STDMETHODIMP CDecoder::SetInBufSize(UInt32 , UInt32 size) { _inBufSize = size; return S_OK; } function in class:NCompress::NLzma::CDecoder

Completed in 71 milliseconds