Lines Matching refs:enum_moniker
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()
353 while (enum_moniker->Next (1, &moniker, &fetched) == S_OK) { in gst_dshow_enumerate_devices()
415 if (enum_moniker) { in gst_dshow_enumerate_devices()
416 enum_moniker->Release (); in gst_dshow_enumerate_devices()
493 IEnumMoniker *enum_moniker = NULL; in gst_dshow_getdevice_from_devicename() local
508 &enum_moniker, 0); in gst_dshow_getdevice_from_devicename()
509 if (hres != S_OK || !enum_moniker) { in gst_dshow_getdevice_from_devicename()
514 enum_moniker->Reset (); in gst_dshow_getdevice_from_devicename()
516 while (hres = enum_moniker->Next (1, &moniker, &fetched), hres == S_OK in gst_dshow_getdevice_from_devicename()
558 if (enum_moniker) { in gst_dshow_getdevice_from_devicename()
559 enum_moniker->Release (); in gst_dshow_getdevice_from_devicename()