Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_capture/windows/
Ddevice_info_ds.cc438 IAMVideoControl* videoControlConfig = NULL; in CreateCapabilityMap()
/external/opencv3/3rdparty/include/dshow/
Dstrmif.h302 typedef struct IAMVideoControl IAMVideoControl; typedef
4090 struct IAMVideoControl : public IUnknown { struct
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 *This,IPin *pPin,LONGLONG *ActualFrame…
4109 …HRESULT (WINAPI *GetMaxAvailableFrameRate)(IAMVideoControl *This,IPin *pPin,long iIndex,SIZE Dimen…
[all …]