Home
last modified time | relevance | path

Searched refs:DShowPin (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavdevice/
H A Ddshow_capture.h152 typedef struct DShowPin DShowPin; typedef
159 * DShowPin
161 struct DShowPin { struct
170 long WINAPI ff_dshow_pin_QueryInterface (DShowPin *, const GUID *, void **);
171 unsigned long WINAPI ff_dshow_pin_AddRef (DShowPin *);
172 unsigned long WINAPI ff_dshow_pin_Release (DShowPin *);
173 long WINAPI ff_dshow_pin_Connect (DShowPin *, IPin *, const AM_MEDIA_TYPE *);
174 long WINAPI ff_dshow_pin_ReceiveConnection (DShowPin *, IPin *, const AM_MEDIA_TYPE *);
175 long WINAPI ff_dshow_pin_Disconnect (DShowPin *);
[all...]
H A Ddshow_pin.c25 #define imemoffset offsetof(DShowPin, imemvtbl)
27 DECLARE_QUERYINTERFACE(pin, DShowPin,
29 DECLARE_ADDREF(pin, DShowPin) in DECLARE_ADDREF()
30 DECLARE_RELEASE(pin, DShowPin) in DECLARE_ADDREF()
32 long WINAPI ff_dshow_pin_Connect(DShowPin *this, IPin *pin, const AM_MEDIA_TYPE *type) in DECLARE_ADDREF()
38 long WINAPI ff_dshow_pin_ReceiveConnection(DShowPin *this, IPin *pin, in ff_dshow_pin_ReceiveConnection()
65 long WINAPI ff_dshow_pin_Disconnect(DShowPin *this) in ff_dshow_pin_Disconnect()
78 long WINAPI ff_dshow_pin_ConnectedTo(DShowPin *this, IPin **pin) in ff_dshow_pin_ConnectedTo()
91 long WINAPI ff_dshow_pin_ConnectionMediaType(DShowPin *this, AM_MEDIA_TYPE *type) in ff_dshow_pin_ConnectionMediaType()
102 long WINAPI ff_dshow_pin_QueryPinInfo(DShowPin *thi in ff_dshow_pin_ConnectionMediaType()
[all...]
H A Ddshow_enumpins.c75 static int ff_dshow_enumpins_Setup(DShowEnumPins *this, DShowPin *pin, DShowFilter *filter) in ff_dshow_enumpins_Setup()
98 DShowPin *pin, DShowFilter *filter)
H A Ddshow_filter.c104 DShowPin *found = NULL; in ff_dshow_filter_FindPin()
H A Ddshow.c1325 DShowPin *capture_pin = NULL; in dshow_open_device()

Completed in 5 milliseconds