Searched refs:enum_moniker (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/dshowsrcwrapper/ |
D | gstdshow.cpp | 198 IEnumMoniker *enum_moniker = NULL; in gst_dshow_find_filter() local 225 mapper->EnumMatchingFilters (&enum_moniker, 0, FALSE, in gst_dshow_find_filter() 231 enum_moniker->Reset (); in gst_dshow_find_filter() 233 while (hres = enum_moniker->Next (1, &moniker, &fetched), hres == S_OK in gst_dshow_find_filter() 288 if (enum_moniker) in gst_dshow_find_filter() 289 enum_moniker->Release (); in gst_dshow_find_filter() 331 IEnumMoniker *enum_moniker = NULL; in gst_dshow_enumerate_devices() local 345 &enum_moniker, 0); in gst_dshow_enumerate_devices() 346 if (hres != S_OK || !enum_moniker) { in gst_dshow_enumerate_devices() 351 enum_moniker->Reset (); in gst_dshow_enumerate_devices() [all …]
|
/third_party/gstreamer/gstplugins_bad/sys/dshowdecwrapper/ |
D | gstdshowutil.cpp | 64 IEnumMonikerPtr enum_moniker; in gst_dshow_find_filter() local 117 hres = mapper->EnumMatchingFilters (&enum_moniker, 0, in gst_dshow_find_filter() 124 enum_moniker->Reset (); in gst_dshow_find_filter() 126 while(enum_moniker->Next (1, &moniker, &fetched) == S_OK) in gst_dshow_find_filter()
|