Home
last modified time | relevance | path

Searched refs:pindir (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/dshowdecwrapper/
Dgstdshowutil.cpp31 gst_dshow_get_pin_from_filter (IBaseFilter *filter, PIN_DIRECTION pindir) in gst_dshow_get_pin_from_filter() argument
46 if (hres == S_OK && pindir == pindirtmp) { in gst_dshow_get_pin_from_filter()
Dgstdshowutil.h54 IPin *gst_dshow_get_pin_from_filter (IBaseFilter *filter, PIN_DIRECTION pindir);
/third_party/gstreamer/gstplugins_bad/sys/dshowsrcwrapper/
Dgstdshow.h88 PIN_DIRECTION pindir, IPin ** pin);
Dgstdshow.cpp159 gst_dshow_get_pin_from_filter (IBaseFilter * filter, PIN_DIRECTION pindir, in gst_dshow_get_pin_from_filter() argument
176 if (hres == S_OK && pindir == pindirtmp) { in gst_dshow_get_pin_from_filter()
/third_party/gstreamer/gstplugins_bad/sys/dshowvideosink/
Ddshowvideosink.cpp451 PIN_DIRECTION pindir; in dump_all_pin_media_types() local
452 hres = pin->QueryDirection (&pindir); in dump_all_pin_media_types()
454 GST_INFO ("Found a pin with direction: %s", (pindir == PINDIR_INPUT)? "input": "output"); in dump_all_pin_media_types()
472 gst_dshow_get_pin_from_filter (IBaseFilter *filter, PIN_DIRECTION pindir, IPin **pin) in gst_dshow_get_pin_from_filter() argument
489 if (hres == S_OK && pindir == pindirtmp) { in gst_dshow_get_pin_from_filter()