Searched refs:SetCoderProps (Results 1 – 5 of 5) sorted by relevance
51 HRESULT SetCoderProps(ICompressSetCoderProperties *scp, const UInt64 *dataSizeReduce) const;
195 HRESULT CProps::SetCoderProps(ICompressSetCoderProperties *scp, const UInt64 *dataSizeReduce) const in SetCoderProps() function in CProps
95 RINOK(m.SetCoderProps(scp, NULL)); in SetMethods()
895 RINOK(method.SetCoderProps(scp, &reduceSize)); in Init()1076 RINOK(_method.SetCoderProps(scp, &reduceSize)); in Decode()2193 RINOK(method.SetCoderProps(scp, &reduceSize)); in CrcBench()2243 RINOK(method.SetCoderProps(scp, &reduceSize)); in CrcBench()
94 return props.SetCoderProps(setCoderProperties, dataSizeReduce); in SetCoderProps2()