Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/dshowsrcwrapper/
Dgstdshowvideosrc.cpp184 src->pVSC = NULL; in gst_dshowvideosrc_init()
570 … src->video_cap_filter, IID_IAMStreamConfig, (LPVOID *)&src->pVSC); in gst_dshowvideosrc_start()
575 IID_IAMStreamConfig, (LPVOID *)&src->pVSC); in gst_dshowvideosrc_start()
616 if (src->pVSC) { in gst_dshowvideosrc_start()
617 src->pVSC->Release (); in gst_dshowvideosrc_start()
618 src->pVSC = NULL; in gst_dshowvideosrc_start()
731 hres = src->pVSC->SetFormat(pin_mediatype->mediatype); in gst_dshowvideosrc_set_caps()
824 if (src->pVSC) { in gst_dshowvideosrc_stop()
825 src->pVSC->Release (); in gst_dshowvideosrc_stop()
826 src->pVSC = NULL; in gst_dshowvideosrc_stop()
Dgstdshowvideosrc.h82 IAMStreamConfig *pVSC; // for video cap member