HomeSort by relevance Sort by last modified time
    Searched defs:fmtid (Results 1 - 5 of 5) sorted by null

  /external/opencv3/3rdparty/libjasper/
jas_init.c 78 int fmtid; local
80 fmtid = 0;
86 jas_image_addfmt(fmtid, "mif", "mif", "My Image Format (MIF)", &fmtops);
87 ++fmtid;
94 jas_image_addfmt(fmtid, "pnm", "pnm", "Portable Graymap/Pixmap (PNM)",
96 jas_image_addfmt(fmtid, "pnm", "pgm", "Portable Graymap/Pixmap (PNM)",
98 jas_image_addfmt(fmtid, "pnm", "ppm", "Portable Graymap/Pixmap (PNM)",
100 ++fmtid;
107 jas_image_addfmt(fmtid, "bmp", "bmp", "Microsoft Bitmap (BMP)", &fmtops);
108 ++fmtid;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
devpropdef.h 80 DEVPROPGUID fmtid; member in struct:_DEVPROPKEY
102 #define IsEqualDevPropKey(a, b) (((a).pid == (b).pid) && IsEqualIID((a).fmtid, (b).fmtid))
104 #define IsEqualDevPropKey(a, b) (((a).pid == (b).pid) && IsEqualIID(&(a).fmtid, &(b).fmtid))
propidl.h 359 FMTID fmtid; member in struct:tagSTATPROPSETSTG
615 WINOLEAPI StgCreatePropStg(IUnknown *pUnk,REFFMTID fmtid,const CLSID *pclsid,DWORD grfFlags,DWORD dwReserved,IPropertyStorage **ppPropStg);
616 WINOLEAPI StgOpenPropStg(IUnknown *pUnk,REFFMTID fmtid,DWORD grfFlags,DWORD dwReserved,IPropertyStorage **ppPropStg);
620 WINOLEAPI FmtIdToPropStgName(const FMTID *pfmtid,LPOLESTR oszName);
621 WINOLEAPI PropStgNameToFmtId(const LPOLESTR oszName,FMTID *pfmtid);
wtypes.h 316 typedef FMTID *REFFMTID;
763 GUID fmtid; member in struct:_tagpropertykey
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 109 milliseconds