Searched refs:_outBufSize (Results 1 – 2 of 2) sorted by relevance
25 STDMETHODIMP CFilterCoder::SetOutBufSize(UInt32 , UInt32 size) { _outBufSize = size; return S_OK; } in SetOutBufSize()29 UInt32 size = MyMin(_inBufSize, _outBufSize); in Alloc()56 _outBufSize(kBufSize), in CFilterCoder()
92 UInt32 _outBufSize; variable