Searched refs:SetInBufSize (Results 1 – 10 of 10) sorted by relevance
/external/lzma/CPP/7zip/Compress/ |
D | Bcj2Coder.h | 53 STDMETHOD(SetInBufSize)(UInt32 streamIndex, UInt32 size); 112 STDMETHOD(SetInBufSize)(UInt32 streamIndex, UInt32 size);
|
D | Lzma2Decoder.h | 66 STDMETHOD(SetInBufSize)(UInt32 streamIndex, UInt32 size);
|
D | LzmaDecoder.h | 76 STDMETHOD(SetInBufSize)(UInt32 streamIndex, UInt32 size);
|
D | Lzma2Decoder.cpp | 37 STDMETHODIMP CDecoder::SetInBufSize(UInt32 , UInt32 size) { _inBufSize = size; return S_OK; } in SetInBufSize() function in NCompress::NLzma2::CDecoder
|
D | Bcj2Coder.cpp | 64 STDMETHODIMP CEncoder::SetInBufSize(UInt32, UInt32 size) { _bufsNewSizes[BCJ2_NUM_STREAMS] = size; … in SetInBufSize() function in NCompress::NBcj2::CEncoder 324 STDMETHODIMP CDecoder::SetInBufSize(UInt32 streamIndex, UInt32 size) { _bufsNewSizes[streamIndex] =… in SetInBufSize() function in NCompress::NBcj2::CDecoder
|
D | LzmaDecoder.cpp | 54 STDMETHODIMP CDecoder::SetInBufSize(UInt32 , UInt32 size) { _inBufSizeNew = size; return S_OK; } in SetInBufSize() function in NCompress::NLzma::CDecoder
|
/external/lzma/CPP/7zip/Common/ |
D | FilterCoder.h | 211 STDMETHOD(SetInBufSize)(UInt32 streamIndex, UInt32 size);
|
D | FilterCoder.cpp | 24 STDMETHODIMP CFilterCoder::SetInBufSize(UInt32 , UInt32 size) { _inBufSize = size; return S_OK; } in SetInBufSize() function in CFilterCoder
|
/external/lzma/CPP/7zip/ |
D | ICoder.h | 253 STDMETHOD(SetInBufSize)(UInt32 streamIndex, UInt32 size) PURE;
|
/external/lzma/CPP/7zip/Archive/Common/ |
D | CoderMixer2.cpp | 1025 inSetSize->SetInBufSize(inCoderStreamIndex, kBufSize); in Init()
|