Searched refs:SetCoderProps (Results 1 – 5 of 5) sorted by relevance
56 HRESULT SetCoderProps(ICompressSetCoderProperties *scp, const UInt64 *dataSizeReduce) const;
215 HRESULT CProps::SetCoderProps(ICompressSetCoderProperties *scp, const UInt64 *dataSizeReduce) const in SetCoderProps() function in CProps
91 RINOK(m.SetCoderProps(scp, NULL)); in SetMethods()
892 RINOK(method.SetCoderProps(scp, &reduceSize)); in Init()1073 RINOK(_method.SetCoderProps(scp, &reduceSize)); in Decode()2276 RINOK(method.SetCoderProps(scp, &reduceSize)); in CrcBench()2326 RINOK(method.SetCoderProps(scp, &reduceSize)); in CrcBench()
94 return props.SetCoderProps(setCoderProperties, dataSizeReduce); in SetCoderProps2()