VideoDevice 87 libavdevice/dshow.c if (ctx->capture_pin[VideoDevice]) VideoDevice 88 libavdevice/dshow.c libAVPin_Release(ctx->capture_pin[VideoDevice]); VideoDevice 91 libavdevice/dshow.c if (ctx->capture_filter[VideoDevice]) VideoDevice 92 libavdevice/dshow.c libAVFilter_Release(ctx->capture_filter[VideoDevice]); VideoDevice 96 libavdevice/dshow.c if (ctx->device_pin[VideoDevice]) VideoDevice 97 libavdevice/dshow.c IPin_Release(ctx->device_pin[VideoDevice]); VideoDevice 100 libavdevice/dshow.c if (ctx->device_filter[VideoDevice]) VideoDevice 101 libavdevice/dshow.c IBaseFilter_Release(ctx->device_filter[VideoDevice]); VideoDevice 146 libavdevice/dshow.c const char *devtypename = (devtype == VideoDevice) ? "video" : "audio"; VideoDevice 213 libavdevice/dshow.c int skip = (devtype == VideoDevice) ? ctx->video_device_number VideoDevice 219 libavdevice/dshow.c const char *devtypename = (devtype == VideoDevice) ? "video" : "audio only"; VideoDevice 343 libavdevice/dshow.c if (devtype == VideoDevice) { VideoDevice 567 libavdevice/dshow.c const char *devtypename = (devtype == VideoDevice) ? "video" : "audio only"; VideoDevice 570 libavdevice/dshow.c int set_format = (devtype == VideoDevice && (ctx->framerate || VideoDevice 576 libavdevice/dshow.c int should_show_properties = (devtype == VideoDevice) ? ctx->show_video_device_dialog : ctx->show_audio_device_dialog; VideoDevice 602 libavdevice/dshow.c char *desired_pin_name = devtype == VideoDevice ? ctx->video_pin_name : ctx->audio_pin_name; VideoDevice 850 libavdevice/dshow.c if (devtype == VideoDevice) { VideoDevice 1015 libavdevice/dshow.c dshow_cycle_devices(avctx, devenum, VideoDevice, VideoSourceDevice, NULL); VideoDevice 1022 libavdevice/dshow.c if (ctx->device_name[VideoDevice]) VideoDevice 1023 libavdevice/dshow.c if ((r = dshow_list_device_options(avctx, devenum, VideoDevice, VideoSourceDevice))) { VideoDevice 1037 libavdevice/dshow.c if (ctx->device_name[VideoDevice]) { VideoDevice 1038 libavdevice/dshow.c if ((r = dshow_open_device(avctx, devenum, VideoDevice, VideoSourceDevice)) < 0 || VideoDevice 1039 libavdevice/dshow.c (r = dshow_add_device(avctx, VideoDevice)) < 0) { VideoDevice 161 libavdevice/dshow_crossbar.c if (devtype == VideoDevice && ctx->show_video_crossbar_connection_dialog || VideoDevice 169 libavdevice/dshow_crossbar.c if (devtype == VideoDevice && ctx->show_analog_tv_tuner_dialog) { VideoDevice 52 libavdevice/dshow_pin.c if (devtype == VideoDevice) { VideoDevice 311 libavdevice/dshow_pin.c const char *devtypename = (devtype == VideoDevice) ? "video" : "audio"; VideoDevice 322 libavdevice/dshow_pin.c if (devtype == VideoDevice) {