Searched refs:IAMVideoControl (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/video_capture/windows/
H A Ddevice_info_ds.cc438 IAMVideoControl* videoControlConfig = NULL;
597 else // use existing method in case IAMVideoControl is not supported
/external/opencv3/3rdparty/include/dshow/
H A Dstrmif.h302 typedef struct IAMVideoControl IAMVideoControl; typedef in typeref:struct:IAMVideoControl
4090 struct IAMVideoControl : public IUnknown { struct in inherits:IUnknown
4102 HRESULT (WINAPI *QueryInterface)(IAMVideoControl *This,REFIID riid,void **ppvObject);
4103 ULONG (WINAPI *AddRef)(IAMVideoControl *This);
4104 ULONG (WINAPI *Release)(IAMVideoControl *This);
4105 HRESULT (WINAPI *GetCaps)(IAMVideoControl *This,IPin *pPin,long *pCapsFlags);
4106 HRESULT (WINAPI *SetMode)(IAMVideoControl *This,IPin *pPin,long Mode);
4107 HRESULT (WINAPI *GetMode)(IAMVideoControl *This,IPin *pPin,long *Mode);
4108 HRESULT (WINAPI *GetCurrentActualFrameRate)(IAMVideoControl *Thi
4113 struct IAMVideoControl { struct
[all...]

Completed in 80 milliseconds