Searched refs:lpbc (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/dshowsrcwrapper/ |
D | gstdshow.cpp | 381 IBindCtx *lpbc = NULL; in gst_dshow_enumerate_devices() local 382 hres = CreateBindCtx (0, &lpbc); in gst_dshow_enumerate_devices() 385 hres = moniker->BindToObject (lpbc, NULL, IID_IBaseFilter, in gst_dshow_enumerate_devices() 391 lpbc->Release (); in gst_dshow_enumerate_devices() 472 IBindCtx *lpbc = NULL; in gst_dshow_create_capture_filter() local 477 hres = CreateBindCtx (0, &lpbc); in gst_dshow_create_capture_filter() 479 hres = moniker->BindToObject (lpbc, NULL, IID_IBaseFilter, in gst_dshow_create_capture_filter() 481 lpbc->Release (); in gst_dshow_create_capture_filter()
|
D | gstdshowaudiosrc.cpp | 278 IBindCtx *lpbc = NULL; in gst_dshowaudiosrc_get_caps() local 300 hres = CreateBindCtx (0, &lpbc); in gst_dshowaudiosrc_get_caps() 303 MkParseDisplayName (lpbc, (LPCOLESTR) unidevice, &dwEaten, &audiom); in gst_dshowaudiosrc_get_caps() 305 hres = audiom->BindToObject (lpbc, NULL, IID_IBaseFilter, in gst_dshowaudiosrc_get_caps() 309 lpbc->Release (); in gst_dshowaudiosrc_get_caps()
|