OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QueryPinInfo
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/videoio/src/
cap_dshow.cpp
844
hr = pTo->
QueryPinInfo
(&pininfo);
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
strmif.h
493
virtual HRESULT STDMETHODCALLTYPE
QueryPinInfo
(
568
HRESULT (STDMETHODCALLTYPE *
QueryPinInfo
)(
626
#define IPin_QueryPinInfo(This,pInfo) (This)->lpVtbl->
QueryPinInfo
(This,pInfo)
664
return This->lpVtbl->
QueryPinInfo
(This,pInfo);
[
all
...]
/external/opencv3/3rdparty/include/dshow/
strmif.h
817
virtual HRESULT WINAPI
QueryPinInfo
(PIN_INFO *pInfo) = 0;
839
HRESULT (WINAPI *
QueryPinInfo
)(IPin *This,PIN_INFO *pInfo);
863
#define IPin_QueryPinInfo(This,pInfo) (This)->lpVtbl->
QueryPinInfo
(This,pInfo)
[
all
...]
Completed in 135 milliseconds