Searched refs:pindir (Results 1 – 5 of 5) sorted by relevance
31 gst_dshow_get_pin_from_filter (IBaseFilter *filter, PIN_DIRECTION pindir) in gst_dshow_get_pin_from_filter() argument46 if (hres == S_OK && pindir == pindirtmp) { in gst_dshow_get_pin_from_filter()
54 IPin *gst_dshow_get_pin_from_filter (IBaseFilter *filter, PIN_DIRECTION pindir);
88 PIN_DIRECTION pindir, IPin ** pin);
159 gst_dshow_get_pin_from_filter (IBaseFilter * filter, PIN_DIRECTION pindir, in gst_dshow_get_pin_from_filter() argument176 if (hres == S_OK && pindir == pindirtmp) { in gst_dshow_get_pin_from_filter()
451 PIN_DIRECTION pindir; in dump_all_pin_media_types() local452 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() argument489 if (hres == S_OK && pindir == pindirtmp) { in gst_dshow_get_pin_from_filter()