Home
last modified time | relevance | path

Searched refs:pPinDir (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/video_capture/windows/
Dhelp_functions_ds.cc51 PIN_DIRECTION pPinDir; in GetInputPin() local
52 pin->QueryDirection(&pPinDir); in GetInputPin()
53 if (PINDIR_INPUT == pPinDir) // This is an input pin in GetInputPin()
82 PIN_DIRECTION pPinDir; in GetOutputPin() local
83 pin->QueryDirection(&pPinDir); in GetOutputPin()
84 if (PINDIR_OUTPUT == pPinDir) // This is an output pin in GetOutputPin()
/external/opencv3/3rdparty/include/dshow/
Dstrmif.h818 virtual HRESULT WINAPI QueryDirection(PIN_DIRECTION *pPinDir) = 0;
840 HRESULT (WINAPI *QueryDirection)(IPin *This,PIN_DIRECTION *pPinDir);
864 #define IPin_QueryDirection(This,pPinDir) (This)->lpVtbl->QueryDirection(This,pPinDir) argument
887 HRESULT WINAPI IPin_QueryDirection_Proxy(IPin *This,PIN_DIRECTION *pPinDir);