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);
110 STDMETHOD(SetOutBufSize)(UInt32 streamIndex, UInt32 size);
DLzma2Decoder.h70 STDMETHOD(SetOutBufSize)(UInt32 streamIndex, UInt32 size);
DLzmaDecoder.h65 STDMETHOD(SetOutBufSize)(UInt32 streamIndex, UInt32 size);
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
DLzma2Decoder.cpp39 STDMETHODIMP CDecoder::SetOutBufSize(UInt32 , UInt32 size) { _outStepSize = size; return S_OK; } in SetOutBufSize() function in NCompress::NLzma2::CDecoder
DLzmaDecoder.cpp45 STDMETHODIMP CDecoder::SetOutBufSize(UInt32 , UInt32 size) { _outBufSize = size; return S_OK; } in SetOutBufSize() function in NCompress::NLzma::CDecoder
/external/lzma/CPP/7zip/Common/
DFilterCoder.h203 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.h226 STDMETHOD(SetOutBufSize)(UInt32 streamIndex, UInt32 size) PURE;
/external/lzma/CPP/7zip/Archive/Common/
DCoderMixer2.cpp954 outSetSize->SetOutBufSize(outCoderStreamIndex, kBufSize); in Init()