Lines Matching refs:device_pin
278 if (ctx->device_pin[VideoDevice])
279 IPin_Release(ctx->device_pin[VideoDevice]);
280 if (ctx->device_pin[AudioDevice])
281 IPin_Release(ctx->device_pin[AudioDevice]);
1177 IPin *device_pin = NULL;
1202 while (!device_pin && IEnumPins_Next(pins, 1, &pin, NULL) == S_OK) {
1261 device_pin = pin;
1267 if (device_pin != pin)
1282 if (!device_pin) {
1287 *ppin = device_pin;
1324 IPin *device_pin = NULL;
1394 if ((r = dshow_cycle_pins(avctx, devtype, sourcetype, device_filter, &device_pin)) < 0) {
1399 ctx->device_pin[devtype] = device_pin;
1473 r = ICaptureGraphBuilder2_RenderStream(graph_builder2, NULL, NULL, (IUnknown *) device_pin, NULL /* no intermediate filter */,