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

/external/opencv3/3rdparty/include/dshow/
H A Dcontrol.h768 virtual HRESULT WINAPI put_SourceTop(long SourceTop) = 0;
811 HRESULT (WINAPI *put_SourceTop)(IBasicVideo *This,long SourceTop); member in struct:IBasicVideoVtbl
856 #define IBasicVideo_put_SourceTop(This,SourceTop) (This)->lpVtbl->put_SourceTop(This,SourceTop)
974 HRESULT (WINAPI *put_SourceTop)(IBasicVideo2 *This,long SourceTop); member in struct:IBasicVideo2Vtbl
1020 #define IBasicVideo2_put_SourceTop(This,SourceTop) (This)->lpVtbl->put_SourceTop(This,SourceTop)

Completed in 69 milliseconds