Searched refs:SetInBufSize (Results 1 – 6 of 6) sorted by relevance
74 STDMETHOD(SetInBufSize)(UInt32 streamIndex, UInt32 size);
61 STDMETHOD(SetInBufSize)(UInt32 streamIndex, UInt32 size);
48 STDMETHODIMP CDecoder::SetInBufSize(UInt32 , UInt32 size) { _inBufSize = size; return S_OK; } in SetInBufSize() function in NCompress::NLzma::CDecoder
255 STDMETHODIMP CDecoder::SetInBufSize(UInt32 streamIndex, UInt32 size) { _inBufSizes[streamIndex] = s… in SetInBufSize() function in NCompress::NBcj2::CDecoder
114 STDMETHOD(SetInBufSize)(UInt32 streamIndex, UInt32 size) PURE;
137 inSetSize->SetInBufSize(inCoderStreamIndex, kBufSize); in Init()