Searched refs:pVSC (Results 1 – 2 of 2) sorted by relevance
184 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()
82 IAMStreamConfig *pVSC; // for video cap member