Home
last modified time | relevance | path

Searched refs:IAMExtDevice (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/video_capture/windows/
Ddevice_info_ds.cc417 IAMExtDevice* extDevice = NULL; in CreateCapabilityMap()
/external/opencv3/3rdparty/include/dshow/
Dstrmif.h367 typedef struct IAMExtDevice IAMExtDevice; typedef
4859 struct IAMExtDevice : public IUnknown { struct
4873 HRESULT (WINAPI *QueryInterface)(IAMExtDevice *This,REFIID riid,void **ppvObject);
4874 ULONG (WINAPI *AddRef)(IAMExtDevice *This);
4875 ULONG (WINAPI *Release)(IAMExtDevice *This);
4876 …HRESULT (WINAPI *GetCapability)(IAMExtDevice *This,long Capability,long *pValue,double *pdblValue);
4877 HRESULT (WINAPI *get_ExternalDeviceID)(IAMExtDevice *This,LPOLESTR *ppszData);
4878 HRESULT (WINAPI *get_ExternalDeviceVersion)(IAMExtDevice *This,LPOLESTR *ppszData);
4879 HRESULT (WINAPI *put_DevicePower)(IAMExtDevice *This,long PowerMode);
4880 HRESULT (WINAPI *get_DevicePower)(IAMExtDevice *This,long *pPowerMode);
[all …]