Searched refs:SetCoderProps (Results 1 – 5 of 5) sorted by relevance
52 HRESULT SetCoderProps(ICompressSetCoderProperties *scp, const UInt64 *dataSizeReduce) const;
182 HRESULT CProps::SetCoderProps(ICompressSetCoderProperties *scp, const UInt64 *dataSizeReduce) const in SetCoderProps() function in CProps
102 RINOK(m.SetCoderProps(scp, NULL)); in SetMethods()
784 RINOK(method.SetCoderProps(scp, &reduceSize)); in Init()940 RINOK(_method.SetCoderProps(scp, &reduceSize)); in Decode()1948 RINOK(method.SetCoderProps(scp, &reduceSize)); in CrcBench()1992 RINOK(method.SetCoderProps(scp, &reduceSize)); in CrcBench()
57 return props.SetCoderProps(setCoderProperties, dataSizeReduce); in SetCoderProps2()