Searched refs:SetOutBufSize (Results 1 – 10 of 10) sorted by relevance
/external/lzma/CPP/7zip/Compress/ |
D | Bcj2Coder.h | 54 STDMETHOD(SetOutBufSize)(UInt32 streamIndex, UInt32 size); 113 STDMETHOD(SetOutBufSize)(UInt32 streamIndex, UInt32 size);
|
D | Lzma2Decoder.h | 67 STDMETHOD(SetOutBufSize)(UInt32 streamIndex, UInt32 size);
|
D | LzmaDecoder.h | 77 STDMETHOD(SetOutBufSize)(UInt32 streamIndex, UInt32 size);
|
D | Lzma2Decoder.cpp | 38 STDMETHODIMP CDecoder::SetOutBufSize(UInt32 , UInt32 size) { _outStep = size; return S_OK; } in SetOutBufSize() function in NCompress::NLzma2::CDecoder
|
D | Bcj2Coder.cpp | 65 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
|
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.h | 212 STDMETHOD(SetOutBufSize)(UInt32 streamIndex, UInt32 size);
|
D | FilterCoder.cpp | 25 STDMETHODIMP CFilterCoder::SetOutBufSize(UInt32 , UInt32 size) { _outBufSize = size; return S_OK; } in SetOutBufSize() function in CFilterCoder
|
/external/lzma/CPP/7zip/ |
D | ICoder.h | 254 STDMETHOD(SetOutBufSize)(UInt32 streamIndex, UInt32 size) PURE;
|
/external/lzma/CPP/7zip/Archive/Common/ |
D | CoderMixer2.cpp | 1026 outSetSize->SetOutBufSize(outCoderStreamIndex, kBufSize); in Init()
|