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

/external/opencv3/3rdparty/include/dshow/
H A Dcontrol.h772 virtual HRESULT WINAPI put_DestinationLeft(long DestinationLeft) = 0;
815 HRESULT (WINAPI *put_DestinationLeft)(IBasicVideo *This,long DestinationLeft); member in struct:IBasicVideoVtbl
860 #define IBasicVideo_put_DestinationLeft(This,DestinationLeft) (This)->lpVtbl->put_DestinationLeft(This,DestinationLeft)
978 HRESULT (WINAPI *put_DestinationLeft)(IBasicVideo2 *This,long DestinationLeft); member in struct:IBasicVideo2Vtbl
1024 #define IBasicVideo2_put_DestinationLeft(This,DestinationLeft) (This)->lpVtbl->put_DestinationLeft(This,DestinationLeft)

Completed in 77 milliseconds