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

/external/opencv3/3rdparty/include/dshow/
H A Dstrmif.h8576 virtual HRESULT WINAPI RepaintVideo(HWND hwnd,HDC hdc) = 0;
8598 HRESULT (WINAPI *RepaintVideo)(IVMRWindowlessControl *This,HWND hwnd,HDC hdc); member in struct:IVMRWindowlessControlVtbl
8622 #define IVMRWindowlessControl_RepaintVideo(This,hwnd,hdc) (This)->lpVtbl->RepaintVideo(This,hwnd,hdc)

Completed in 97 milliseconds