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

/external/opencv3/3rdparty/include/dshow/
H A Damvideo.h569 virtual HRESULT STDMETHODCALLTYPE SetMonitor(
652 HRESULT (STDMETHODCALLTYPE *SetMonitor)( member in struct:IFullScreenVideoVtbl
700 #define IFullScreenVideo_SetMonitor(This,Monitor) (This)->lpVtbl->SetMonitor(This,Monitor)
937 HRESULT (STDMETHODCALLTYPE *SetMonitor)( member in struct:IFullScreenVideoExVtbl
1004 #define IFullScreenVideoEx_SetMonitor(This,Monitor) (This)->lpVtbl->SetMonitor(This,Monitor)
H A Dstrmif.h8794 virtual HRESULT WINAPI SetMonitor(const VMRGUID *pGUID) = 0;
8806 HRESULT (WINAPI *SetMonitor)(IVMRMonitorConfig *This,const VMRGUID *pGUID); member in struct:IVMRMonitorConfigVtbl
8820 #define IVMRMonitorConfig_SetMonitor(This,pGUID) (This)->lpVtbl->SetMonitor(This,pGUID)

Completed in 102 milliseconds