Home
last modified time | relevance | path

Searched refs:DShowEnumPins (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavdevice/
H A Ddshow_enumpins.c24 DECLARE_QUERYINTERFACE(enumpins, DShowEnumPins,
26 DECLARE_ADDREF(enumpins, DShowEnumPins) in DECLARE_ADDREF()
27 DECLARE_RELEASE(enumpins, DShowEnumPins) in DECLARE_ADDREF()
29 long WINAPI ff_dshow_enumpins_Next(DShowEnumPins *this, unsigned long n, IPin **pins, in DECLARE_ADDREF()
48 long WINAPI ff_dshow_enumpins_Skip(DShowEnumPins *this, unsigned long n) in ff_dshow_enumpins_Skip()
55 long WINAPI ff_dshow_enumpins_Reset(DShowEnumPins *this) in ff_dshow_enumpins_Reset()
61 long WINAPI ff_dshow_enumpins_Clone(DShowEnumPins *this, DShowEnumPins **pins) in ff_dshow_enumpins_Clone()
63 DShowEnumPins *new; in ff_dshow_enumpins_Clone()
75 static int ff_dshow_enumpins_Setup(DShowEnumPins *thi
[all...]
H A Ddshow_capture.h154 typedef struct DShowEnumPins DShowEnumPins; typedef
205 * DShowEnumPins
207 struct DShowEnumPins { struct
215 long WINAPI ff_dshow_enumpins_QueryInterface(DShowEnumPins *, const GUID *, void **);
216 unsigned long WINAPI ff_dshow_enumpins_AddRef (DShowEnumPins *);
217 unsigned long WINAPI ff_dshow_enumpins_Release (DShowEnumPins *);
218 long WINAPI ff_dshow_enumpins_Next (DShowEnumPins *, unsigned long, IPin **, unsigned long *);
219 long WINAPI ff_dshow_enumpins_Skip (DShowEnumPins *, unsigned long);
220 long WINAPI ff_dshow_enumpins_Reset (DShowEnumPins *);
[all...]
H A Ddshow_filter.c90 DShowEnumPins *new; in ff_dshow_filter_EnumPins()

Completed in 3 milliseconds