HomeSort by relevance Sort by last modified time
    Searched refs:PROPID (Results 1 - 25 of 58) sorted by null

1 2 3

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusimaging.h 140 PROPID id;
146 #define PropertyTagGpsVer ((PROPID) 0x0000)
147 #define PropertyTagGpsLatitudeRef ((PROPID) 0x0001)
148 #define PropertyTagGpsLatitude ((PROPID) 0x0002)
149 #define PropertyTagGpsLongitudeRef ((PROPID) 0x0003)
150 #define PropertyTagGpsLongitude ((PROPID) 0x0004)
151 #define PropertyTagGpsAltitudeRef ((PROPID) 0x0005)
152 #define PropertyTagGpsAltitude ((PROPID) 0x0006)
153 #define PropertyTagGpsGpsTime ((PROPID) 0x0007)
154 #define PropertyTagGpsGpsSatellites ((PROPID) 0x0008
    [all...]
  /external/lzma/CPP/7zip/UI/FileManager/
PropertyName.h 8 UString GetNameOfProperty(PROPID propID, const wchar_t *name);
PropertyName.cpp 10 UString GetNameOfProperty(PROPID propID, const wchar_t *name)
12 if (propID < 1000)
14 UString s = LangString(1000 + propID);
21 ConvertUInt32ToString(propID, temp);
  /external/lzma/CPP/7zip/UI/Common/
PropIDUtils.h 9 void ConvertPropertyToShortString(char *dest, const PROPVARIANT &propVariant, PROPID propID, bool full = true) throw();
10 void ConvertPropertyToString(UString &dest, const PROPVARIANT &propVariant, PROPID propID, bool full = true);
LoadCodecs.cpp 231 PROPID propId, CLSID &clsId, bool &isAssigned)
235 RINOK(getMethodProperty(index, propId, &prop));
298 UInt32 index, PROPID propID, NCOM::CPropVariant &prop)
301 return getProp2(index, propID, &prop);;
302 return getProp(propID, &prop);
308 UInt32 index, PROPID propID, bool &res)
312 RINOK(GetProp(getProp, getProp2, index, propID, prop));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntquery.h 35 #define PID_STG_DIRECTORY ((PROPID) 0x00000002)
36 #define PID_STG_CLASSID ((PROPID) 0x00000003)
37 #define PID_STG_STORAGETYPE ((PROPID) 0x00000004)
38 #define PID_STG_VOLUME_ID ((PROPID) 0x00000005)
39 #define PID_STG_PARENT_WORKID ((PROPID) 0x00000006)
40 #define PID_STG_SECONDARYSTORE ((PROPID) 0x00000007)
41 #define PID_STG_FILEINDEX ((PROPID) 0x00000008)
42 #define PID_STG_LASTCHANGEUSN ((PROPID) 0x00000009)
43 #define PID_STG_NAME ((PROPID) 0x0000000a)
44 #define PID_STG_PATH ((PROPID) 0x0000000b
    [all...]
propidl.h 407 PROPID propid; member in union:tagPROPSPEC::__anon65527
414 PROPID propid; member in struct:tagSTATPROPSTG
453 PROPID propidNameFirst) = 0;
461 const PROPID rgpropid[],
466 const PROPID rgpropid[],
471 const PROPID rgpropid[]) = 0;
525 PROPID propidNameFirst);
535 const PROPID rgpropid[]
    [all...]
  /external/lzma/CPP/7zip/Compress/
Lzma2Encoder.h 27 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
LzmaEncoder.h 28 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
DeltaFilter.cpp 38 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
54 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps)
60 PROPID propID = propIDs[i];
61 if (propID >= NCoderPropID::kReduceSize)
65 switch (propID)
Lzma2Encoder.cpp 16 HRESULT SetLzmaProp(PROPID propID, const PROPVARIANT &prop, CLzmaEncProps &ep);
36 HRESULT SetLzma2Prop(PROPID propID, const PROPVARIANT &prop, CLzma2EncProps &lzma2Props)
38 switch (propID)
58 RINOK(NLzma::SetLzmaProp(propID, prop, lzma2Props.lzmaProps));
63 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs,
PpmdEncoder.h 50 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
LzmaEncoder.cpp 69 HRESULT SetLzmaProp(PROPID propID, const PROPVARIANT &prop, CLzmaEncProps &ep)
71 if (propID == NCoderPropID::kMatchFinder)
77 if (propID > NCoderPropID::kReduceSize)
79 if (propID == NCoderPropID::kReduceSize)
88 switch (propID)
105 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs,
114 PROPID propID = propIDs[i];
115 switch (propID)
    [all...]
PpmdEncoder.cpp 56 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UInt32 numProps)
63 PROPID propID = propIDs[i];
64 if (propID > NCoderPropID::kReduceSize)
66 if (propID == NCoderPropID::kReduceSize)
75 switch (propID)
CodecExports.cpp 178 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value)
182 switch (propID)
284 STDAPI GetHasherProp(UInt32 codecIndex, PROPID propID, PROPVARIANT *value)
288 switch (propID)
317 STDMETHOD(GetHasherProp)(UInt32 index, PROPID propID, PROPVARIANT *value);
336 STDMETHODIMP CHashers::GetHasherProp(UInt32 index, PROPID propID, PROPVARIANT *value)
    [all...]
Bcj2Coder.h 51 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
  /external/lzma/CPP/7zip/Archive/
IArchive.h 8 #include "../PropID.h"
205 STDMETHOD(GetProperty)(PROPID propID, PROPVARIANT *value) x; \
269 STDMETHOD(GetProperty)(UInt32 index, PROPID propID, PROPVARIANT *value) MY_NO_THROW_DECL_ONLY x; \
271 STDMETHOD(GetArchiveProperty)(PROPID propID, PROPVARIANT *value) MY_NO_THROW_DECL_ONLY x; \
273 STDMETHOD(GetPropertyInfo)(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) MY_NO_THROW_DECL_ONLY x; \
275 STDMETHOD(GetArchivePropertyInfo)(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) MY_NO_THROW_DECL_ONLY x; \
    [all...]
ArchiveExports.cpp 92 STDAPI GetHandlerProperty2(UInt32 formatIndex, PROPID propID, PROPVARIANT *value)
100 switch (propID)
133 STDAPI GetHandlerProperty(PROPID propID, PROPVARIANT *value)
135 return GetHandlerProperty2(g_DefaultArcIndex, propID, value);
  /external/lzma/CPP/7zip/Common/
MethodProps.h 21 PROPID Id;
41 void AddProp32(PROPID propid, UInt32 level);
43 void AddProp_Ascii(PROPID propid, const char *s)
47 prop.Id = propid;
81 int FindProp(PROPID id) const;
MethodProps.cpp 152 void CProps::AddProp32(PROPID propid, UInt32 level)
156 prop.Id = propid;
162 PROPID *_propIDs;
171 _propIDs = new PROPID[numPropsMax];
211 int CMethodProps::FindProp(PROPID id) const
329 static bool IsLogSizeProp(PROPID propid)
331 switch (propid)
  /external/lzma/CPP/7zip/Crypto/
MyAes.h 40 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
  /external/lzma/CPP/Common/
CrcReg.cpp 39 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
66 STDMETHODIMP CCrcHasher::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UInt32 numProps)
MyWindows.h 71 typedef ULONG PROPID;
190 PROPID propid; member in struct:tagSTATPROPSTG
  /external/lzma/CPP/7zip/
ICoder.h 128 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps) PURE;
280 STDMETHOD(GetProperty)(UInt32 index, PROPID propID, PROPVARIANT *value) PURE;
355 STDMETHOD(GetHasherProp)(UInt32 index, PROPID propID, PROPVARIANT *value) PURE;
362 typedef HRESULT (WINAPI *Func_GetMethodProperty)(UInt32 index, PROPID propID, PROPVARIANT *value);
  /external/lzma/CPP/7zip/UI/Console/
List.cpp 166 PROPID PropID;
178 PROPID PropID;
362 void AddProp(const wchar_t *name, PROPID propID, bool isRawProp);
393 f.PropID = fii.PropID;
409 static void GetPropName(PROPID propID, const wchar_t *name, AString &nameA, UString &nameU)
    [all...]

Completed in 298 milliseconds

1 2 3