HomeSort by relevance Sort by last modified time
    Searched defs:SetInBufSize (Results 1 - 4 of 4) sorted by null

  /external/lzma/CPP/7zip/Compress/
Lzma2Decoder.cpp 38 STDMETHODIMP CDecoder::SetInBufSize(UInt32 , UInt32 size) { _inBufSizeNew = size; return S_OK; }
LzmaDecoder.cpp 44 STDMETHODIMP CDecoder::SetInBufSize(UInt32 , UInt32 size) { _inBufSize = size; return S_OK; }
Bcj2Coder.cpp 64 STDMETHODIMP CEncoder::SetInBufSize(UInt32, UInt32 size) { _bufsNewSizes[BCJ2_NUM_STREAMS] = size; return S_OK; }
324 STDMETHODIMP CDecoder::SetInBufSize(UInt32 streamIndex, UInt32 size) { _bufsNewSizes[streamIndex] = size; return S_OK; }
  /external/lzma/CPP/7zip/Common/
FilterCoder.cpp 24 STDMETHODIMP CFilterCoder::SetInBufSize(UInt32 , UInt32 size) { _inBufSize = size; return S_OK; }

Completed in 99 milliseconds