Home
last modified time | relevance | path

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

/external/webrtc/modules/video_capture/windows/
Dhelp_functions_ds.cc45 PIN_DIRECTION pPinDir; in GetInputPin() local
46 pin->QueryDirection(&pPinDir); in GetInputPin()
47 if (PINDIR_INPUT == pPinDir) // This is an input pin in GetInputPin()
73 PIN_DIRECTION pPinDir; in GetOutputPin() local
74 pin->QueryDirection(&pPinDir); in GetOutputPin()
75 if (PINDIR_OUTPUT == pPinDir) // This is an output pin in GetOutputPin()