Searched refs:SetOutBufSize (Results 1 – 6 of 6) sorted by relevance
75 STDMETHOD(SetOutBufSize)(UInt32 streamIndex, UInt32 size);
62 STDMETHOD(SetOutBufSize)(UInt32 streamIndex, UInt32 size);
49 STDMETHODIMP CDecoder::SetOutBufSize(UInt32 , UInt32 size) { _outBufSize = size; return S_OK; } in SetOutBufSize() function in NCompress::NLzma::CDecoder
256 STDMETHODIMP CDecoder::SetOutBufSize(UInt32 , UInt32 size) { _outBufSize = size; return S_OK; } in SetOutBufSize() function in NCompress::NBcj2::CDecoder
115 STDMETHOD(SetOutBufSize)(UInt32 streamIndex, UInt32 size) PURE;
138 outSetSize->SetOutBufSize(outCoderStreamIndex, kBufSize); in Init()