Home
last modified time | relevance | path

Searched refs:pPinDir (Results 1 – 1 of 1) 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()