Lines Matching refs:prop
29 HRESULT PROPVARIANT_to_bool(const PROPVARIANT &prop, bool &dest);
33 if (name.IsEmpty() && prop.vt == VT_EMPTY), it doesn't change (resValue) and returns S_OK.
35 HRESULT ParsePropToUInt32(const UString &name, const PROPVARIANT &prop, UInt32 &resValue);
38 HRESULT ParseMtProp2(const UString &name, const PROPVARIANT &prop, UInt32 &numThreads, bool &force);
40 inline HRESULT ParseMtProp(const UString &name, const PROPVARIANT &prop, UInt32 numCPUs, UInt32 &numThreads)
44 return ParseMtProp2(name, prop, numThreads, forced);
76 CProp &prop = Props.AddNew();
77 prop.IsOptional = true;
78 prop.Id = propid;
79 prop.Value = s;
317 CProp &prop = Props.AddNew();
318 prop.IsOptional = true;
319 prop.Id = NCoderPropID::kBlockSize2;
320 prop.Value = blockSize2;