Lines Matching refs:prop
61 const PROPVARIANT &prop = coderProps[i];
67 if (prop.vt == VT_UI8 && prop.uhVal.QuadPart < (UInt32)(Int32)-1)
68 props.ReduceSize = (UInt32)prop.uhVal.QuadPart;
77 if (prop.vt == VT_UI8)
80 const UInt64 v64 = prop.uhVal.QuadPart;
88 else if (prop.vt == VT_UI4)
89 v = (UInt32)prop.ulVal;
110 if (prop.vt != VT_UI4)
112 const UInt32 v = (UInt32)prop.ulVal;