Searched defs:SetOutBufSize (Results 1 – 4 of 4) sorted by relevance
/external/lzma/CPP/7zip/Compress/ | ||
D | Bcj2Coder.cpp | 65 STDMETHODIMP CEncoder::SetOutBufSize(UInt32 streamIndex, UInt32 size) { _bufsNewSizes[streamIndex] … in SetOutBufSize() function in NCompress::NBcj2::CEncoder |
D | Lzma2Decoder.cpp | 38 STDMETHODIMP CDecoder::SetOutBufSize(UInt32 , UInt32 size) { _outStep = size; return S_OK; } in SetOutBufSize() function in NCompress::NLzma2::CDecoder |
D | LzmaDecoder.cpp | 55 STDMETHODIMP CDecoder::SetOutBufSize(UInt32 , UInt32 size) { _outStep = size; return S_OK; } in SetOutBufSize() function in NCompress::NLzma::CDecoder |
/external/lzma/CPP/7zip/Common/ | ||
D | FilterCoder.cpp | 25 STDMETHODIMP CFilterCoder::SetOutBufSize(UInt32 , UInt32 size) { _outBufSize = size; return S_OK; } in SetOutBufSize() function in CFilterCoder |