Connect          1313 3rdparty/include/dshow/control.h     virtual HRESULT WINAPI Connect(IUnknown *pPin) = 0;
Connect          1337 3rdparty/include/dshow/control.h       HRESULT (WINAPI *Connect)(IPinInfo *This,IUnknown *pPin);
Connect          1363 3rdparty/include/dshow/control.h #define IPinInfo_Connect(This,pPin) (This)->lpVtbl->Connect(This,pPin)
Connect           812 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI Connect(IPin *pReceivePin,const AM_MEDIA_TYPE *pmt) = 0;
Connect           834 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Connect)(IPin *This,IPin *pReceivePin,const AM_MEDIA_TYPE *pmt);
Connect           858 3rdparty/include/dshow/strmif.h #define IPin_Connect(This,pReceivePin,pmt) (This)->lpVtbl->Connect(This,pReceivePin,pmt)
Connect          2623 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI Connect(IPin *ppinOut,IPin *ppinIn) = 0;
Connect          2645 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Connect)(IGraphBuilder *This,IPin *ppinOut,IPin *ppinIn);
Connect          2669 3rdparty/include/dshow/strmif.h #define IGraphBuilder_Connect(This,ppinOut,ppinIn) (This)->lpVtbl->Connect(This,ppinOut,ppinIn)
Connect          2892 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Connect)(IFilterGraph2 *This,IPin *ppinOut,IPin *ppinIn);
Connect          2919 3rdparty/include/dshow/strmif.h #define IFilterGraph2_Connect(This,ppinOut,ppinIn) (This)->lpVtbl->Connect(This,ppinOut,ppinIn)
Connect           400 modules/videoio/src/cap_giganetix.cpp         b_ret = m_device->Connect ();
Connect            31 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DContentProvider.cpp     return m_controller->Connect(host);
Connect            21 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DContentProvider.h     HRESULT STDMETHODCALLTYPE Connect(_In_ IDrawingSurfaceRuntimeHostNative* host);
Connect            68 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DInterop.h     HRESULT STDMETHODCALLTYPE Connect(_In_ IDrawingSurfaceRuntimeHostNative* host);
Connect            31 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DContentProvider.cpp     return m_controller->Connect(host);
Connect            21 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DContentProvider.h     HRESULT STDMETHODCALLTYPE Connect(_In_ IDrawingSurfaceRuntimeHostNative* host);
Connect            59 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DInterop.h     HRESULT STDMETHODCALLTYPE Connect(_In_ IDrawingSurfaceRuntimeHostNative* host);