OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReceiveConnection
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
strmif.h
480
virtual HRESULT STDMETHODCALLTYPE
ReceiveConnection
(
552
HRESULT (STDMETHODCALLTYPE *
ReceiveConnection
)(
622
#define IPin_ReceiveConnection(This,pConnector,pmt) (This)->lpVtbl->
ReceiveConnection
(This,pConnector,pmt)
652
return This->lpVtbl->
ReceiveConnection
(This,pConnector,pmt);
[
all
...]
/external/opencv3/3rdparty/include/dshow/
strmif.h
813
virtual HRESULT WINAPI
ReceiveConnection
(IPin *pConnector,const AM_MEDIA_TYPE *pmt) = 0;
835
HRESULT (WINAPI *
ReceiveConnection
)(IPin *This,IPin *pConnector,const AM_MEDIA_TYPE *pmt);
859
#define IPin_ReceiveConnection(This,pConnector,pmt) (This)->lpVtbl->
ReceiveConnection
(This,pConnector,pmt)
[
all
...]
Completed in 138 milliseconds