Searched refs:pin_matches (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/directx/wine/qcap/ |
H A D | capturegraph.c | 583 static HRESULT pin_matches(IPin *pin, PIN_DIRECTION direction, const GUID *cat, const GUID *type, B… in pin_matches() function 715 hr = pin_matches(pin, pindir, pCategory, pType, fUnconnected); in fnCaptureGraphBuilder2_FindPin() 732 else if (pin_matches(pin, pindir, pCategory, pType, fUnconnected) != S_OK) in fnCaptureGraphBuilder2_FindPin()
|