Home
last modified time | relevance | path

Searched refs:SetOutBufSize (Results 1 – 10 of 10) sorted by relevance

/external/lzma/CPP/7zip/Compress/
DBcj2Coder.h54 STDMETHOD(SetOutBufSize)(UInt32 streamIndex, UInt32 size);
113 STDMETHOD(SetOutBufSize)(UInt32 streamIndex, UInt32 size);
DLzma2Decoder.h67 STDMETHOD(SetOutBufSize)(UInt32 streamIndex, UInt32 size);
DLzmaDecoder.h77 STDMETHOD(SetOutBufSize)(UInt32 streamIndex, UInt32 size);
DLzma2Decoder.cpp38 STDMETHODIMP CDecoder::SetOutBufSize(UInt32 , UInt32 size) { _outStep = size; return S_OK; } in SetOutBufSize() function in NCompress::NLzma2::CDecoder
DBcj2Coder.cpp65 STDMETHODIMP CEncoder::SetOutBufSize(UInt32 streamIndex, UInt32 size) { _bufsNewSizes[streamIndex] … in SetOutBufSize() function in NCompress::NBcj2::CEncoder
325 STDMETHODIMP CDecoder::SetOutBufSize(UInt32 , UInt32 size) { _bufsNewSizes[BCJ2_NUM_STREAMS] = size… in SetOutBufSize() function in NCompress::NBcj2::CDecoder
DLzmaDecoder.cpp55 STDMETHODIMP CDecoder::SetOutBufSize(UInt32 , UInt32 size) { _outStep = size; return S_OK; } in SetOutBufSize() function in NCompress::NLzma::CDecoder
/external/lzma/CPP/7zip/Common/
DFilterCoder.h212 STDMETHOD(SetOutBufSize)(UInt32 streamIndex, UInt32 size);
DFilterCoder.cpp25 STDMETHODIMP CFilterCoder::SetOutBufSize(UInt32 , UInt32 size) { _outBufSize = size; return S_OK; } in SetOutBufSize() function in CFilterCoder
/external/lzma/CPP/7zip/
DICoder.h254 STDMETHOD(SetOutBufSize)(UInt32 streamIndex, UInt32 size) PURE;
/external/lzma/CPP/7zip/Archive/Common/
DCoderMixer2.cpp1026 outSetSize->SetOutBufSize(outCoderStreamIndex, kBufSize); in Init()