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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Ddshow.c130 if (ctx->capture_pin[VideoDevice])
131 libAVPin_Release(ctx->capture_pin[VideoDevice]);
134 if (ctx->capture_filter[VideoDevice])
135 libAVFilter_Release(ctx->capture_filter[VideoDevice]);
139 if (ctx->device_pin[VideoDevice])
140 IPin_Release(ctx->device_pin[VideoDevice]);
143 if (ctx->device_filter[VideoDevice])
144 IBaseFilter_Release(ctx->device_filter[VideoDevice]);
254 int skip = (devtype == VideoDevice) ? ctx->video_device_number
260 const char *devtypename = (devtype == VideoDevice)
[all...]
H A Ddshow_pin.c52 if (devtype == VideoDevice) {
316 if (devtype == VideoDevice) {
H A Ddshow_capture.h63 VideoDevice = 0, enumerator in enum:dshowDeviceType

Completed in 87 milliseconds