Searched refs:pintmp (Results 1 – 2 of 2) sorted by relevance
164 IPin *pintmp = NULL; in gst_dshow_get_pin_from_filter() local173 while (enumpins->Next (1, &pintmp, NULL) == S_OK) { in gst_dshow_get_pin_from_filter()175 hres = pintmp->QueryDirection (&pindirtmp); in gst_dshow_get_pin_from_filter()177 *pin = pintmp; in gst_dshow_get_pin_from_filter()181 pintmp->Release (); in gst_dshow_get_pin_from_filter()
476 IPin *pintmp = NULL; in gst_dshow_get_pin_from_filter() local485 while (enumpins->Next (1, &pintmp, NULL) == S_OK) in gst_dshow_get_pin_from_filter()488 hres = pintmp->QueryDirection (&pindirtmp); in gst_dshow_get_pin_from_filter()490 *pin = pintmp; in gst_dshow_get_pin_from_filter()494 pintmp->Release (); in gst_dshow_get_pin_from_filter()