Home
last modified time | relevance | path

Searched refs:capture_pin (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/dshowsrcwrapper/
Dgstdshowaudiosrc.cpp315 IPin *capture_pin = NULL; in gst_dshowaudiosrc_get_caps() local
321 while (enumpins->Next (1, &capture_pin, NULL) == S_OK) { in gst_dshowaudiosrc_get_caps()
325 capture_pin->QueryInterface (IID_IKsPropertySet, (LPVOID *) & pKs); in gst_dshowaudiosrc_get_caps()
341 if (SUCCEEDED (capture_pin->QueryInterface (IID_IAMStreamConfig, in gst_dshowaudiosrc_get_caps()
344 gst_dshowaudiosrc_getcaps_from_streamcaps (src, capture_pin, in gst_dshowaudiosrc_get_caps()
351 capture_pin->Release (); in gst_dshowaudiosrc_get_caps()
547 if (!gst_dshow_configure_latency (pin_mediatype->capture_pin, in gst_dshowaudiosrc_prepare()
556 if (gst_dshow_is_pin_connected (pin_mediatype->capture_pin)) { in gst_dshowaudiosrc_prepare()
559 src->filter_graph->Disconnect (pin_mediatype->capture_pin); in gst_dshowaudiosrc_prepare()
567 hres = src->filter_graph->ConnectDirect (pin_mediatype->capture_pin, in gst_dshowaudiosrc_prepare()
[all …]
Dgstdshowvideosrc.cpp368 IPin *capture_pin = NULL; in gst_dshowvideosrc_getcaps_from_capture_filter() local
380 while (enumpins->Next (1, &capture_pin, NULL) == S_OK) { in gst_dshowvideosrc_getcaps_from_capture_filter()
383 capture_pin->QueryInterface (IID_IKsPropertySet, (LPVOID *) & pKs); in gst_dshowvideosrc_getcaps_from_capture_filter()
398 caps2 = gst_dshowvideosrc_getcaps_from_streamcaps (capture_pin, in gst_dshowvideosrc_getcaps_from_capture_filter()
404 capture_pin, pins_mediatypes); in gst_dshowvideosrc_getcaps_from_capture_filter()
412 capture_pin->Release (); in gst_dshowvideosrc_getcaps_from_capture_filter()
720 if (gst_dshow_is_pin_connected (pin_mediatype->capture_pin)) { in gst_dshowvideosrc_set_caps()
723 src->filter_graph->Disconnect (pin_mediatype->capture_pin); in gst_dshowvideosrc_set_caps()
737 hres = src->filter_graph->ConnectDirect (pin_mediatype->capture_pin, in gst_dshowvideosrc_set_caps()
Dgstdshow.cpp66 if (pin_mediatype->capture_pin) { in gst_dshow_free_pin_mediatype()
67 pin_mediatype->capture_pin->Release (); in gst_dshow_free_pin_mediatype()
68 pin_mediatype->capture_pin = NULL; in gst_dshow_free_pin_mediatype()
83 pin_mediatype->capture_pin = pin; in gst_dshow_new_pin_mediatype()
Dgstdshow.h49 IPin *capture_pin; member
/third_party/ffmpeg/libavdevice/
Ddshow.c89 if (ctx->capture_pin[VideoDevice]) in dshow_read_close()
90 ff_dshow_pin_Release(ctx->capture_pin[VideoDevice]); in dshow_read_close()
91 if (ctx->capture_pin[AudioDevice]) in dshow_read_close()
92 ff_dshow_pin_Release(ctx->capture_pin[AudioDevice]); in dshow_read_close()
734 DShowPin *capture_pin = NULL; in dshow_open_device() local
867 capture_pin = capture_filter->pin; in dshow_open_device()
868 ctx->capture_pin[devtype] = capture_pin; in dshow_open_device()
956 ff_dshow_pin_ConnectionMediaType(ctx->capture_pin[devtype], &type); in dshow_add_device()
Ddshow_capture.h319 DShowPin *capture_pin[2]; member