Searched refs:device_pin (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Ddshow.c45 IPin *device_pin[2]; member in struct:dshow_ctx
139 if (ctx->device_pin[VideoDevice])
140 IPin_Release(ctx->device_pin[VideoDevice]);
141 if (ctx->device_pin[AudioDevice])
142 IPin_Release(ctx->device_pin[AudioDevice]);
523 IPin *device_pin = NULL; local
547 while (!device_pin && IEnumPins_Next(pins, 1, &pin, NULL) == S_OK) {
591 while (!device_pin && IEnumMediaTypes_Next(types, 1, &type, NULL) == S_OK) {
593 device_pin = pin;
604 if (device_pin !
655 IPin *device_pin = NULL; local
[all...]

Completed in 83 milliseconds