Home
last modified time | relevance | path

Searched refs:pintmp (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/dshowsrcwrapper/
Dgstdshow.cpp164 IPin *pintmp = NULL; in gst_dshow_get_pin_from_filter() local
173 while (enumpins->Next (1, &pintmp, NULL) == S_OK) { in gst_dshow_get_pin_from_filter()
175 hres = pintmp->QueryDirection (&pindirtmp); in gst_dshow_get_pin_from_filter()
177 *pin = pintmp; in gst_dshow_get_pin_from_filter()
181 pintmp->Release (); in gst_dshow_get_pin_from_filter()
/third_party/gstreamer/gstplugins_bad/sys/dshowvideosink/
Ddshowvideosink.cpp476 IPin *pintmp = NULL; in gst_dshow_get_pin_from_filter() local
485 while (enumpins->Next (1, &pintmp, NULL) == S_OK) in gst_dshow_get_pin_from_filter()
488 hres = pintmp->QueryDirection (&pindirtmp); in gst_dshow_get_pin_from_filter()
490 *pin = pintmp; in gst_dshow_get_pin_from_filter()
494 pintmp->Release (); in gst_dshow_get_pin_from_filter()