Searched refs:DShowEnumMediaTypes (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavdevice/ |
D | dshow_enummediatypes.c | 24 DECLARE_QUERYINTERFACE(enummediatypes, DShowEnumMediaTypes, 26 DECLARE_ADDREF(enummediatypes, DShowEnumMediaTypes) in DECLARE_ADDREF() argument 27 DECLARE_RELEASE(enummediatypes, DShowEnumMediaTypes) in DECLARE_ADDREF() 29 long ff_dshow_enummediatypes_Next(DShowEnumMediaTypes *this, unsigned long n, in DECLARE_ADDREF() 53 long ff_dshow_enummediatypes_Skip(DShowEnumMediaTypes *this, unsigned long n) in ff_dshow_enummediatypes_Skip() 60 long ff_dshow_enummediatypes_Reset(DShowEnumMediaTypes *this) in ff_dshow_enummediatypes_Reset() 66 long ff_dshow_enummediatypes_Clone(DShowEnumMediaTypes *this, DShowEnumMediaTypes **enums) in ff_dshow_enummediatypes_Clone() 68 DShowEnumMediaTypes *new; in ff_dshow_enummediatypes_Clone() 80 static int ff_dshow_enummediatypes_Setup(DShowEnumMediaTypes *this, const AM_MEDIA_TYPE *type) in ff_dshow_enummediatypes_Setup() 99 DECLARE_CREATE(enummediatypes, DShowEnumMediaTypes, ff_dshow_enummediatypes_Setup(this, type), cons… [all …]
|
D | dshow_capture.h | 155 typedef struct DShowEnumMediaTypes DShowEnumMediaTypes; typedef 229 struct DShowEnumMediaTypes { struct 236 long ff_dshow_enummediatypes_QueryInterface(DShowEnumMediaTypes *, const GUID *, void **); argument 237 unsigned long ff_dshow_enummediatypes_AddRef (DShowEnumMediaTypes *); 238 unsigned long ff_dshow_enummediatypes_Release (DShowEnumMediaTypes *); 239 long ff_dshow_enummediatypes_Next (DShowEnumMediaTypes *, unsigned long, AM_MEDIA… 240 long ff_dshow_enummediatypes_Skip (DShowEnumMediaTypes *, unsigned long); 241 long ff_dshow_enummediatypes_Reset (DShowEnumMediaTypes *); 242 long ff_dshow_enummediatypes_Clone (DShowEnumMediaTypes *, DShowEnumMediaTypes **); 244 void ff_dshow_enummediatypes_Destroy(DShowEnumMediaTypes *); [all …]
|
D | dshow_pin.c | 145 DShowEnumMediaTypes *new; in ff_dshow_pin_EnumMediaTypes()
|