VideoDevice        89 libavdevice/dshow.c     if (ctx->capture_pin[VideoDevice])
VideoDevice        90 libavdevice/dshow.c         libAVPin_Release(ctx->capture_pin[VideoDevice]);
VideoDevice        93 libavdevice/dshow.c     if (ctx->capture_filter[VideoDevice])
VideoDevice        94 libavdevice/dshow.c         libAVFilter_Release(ctx->capture_filter[VideoDevice]);
VideoDevice        98 libavdevice/dshow.c     if (ctx->device_pin[VideoDevice])
VideoDevice        99 libavdevice/dshow.c         IPin_Release(ctx->device_pin[VideoDevice]);
VideoDevice       102 libavdevice/dshow.c     if (ctx->device_filter[VideoDevice])
VideoDevice       103 libavdevice/dshow.c         IBaseFilter_Release(ctx->device_filter[VideoDevice]);
VideoDevice       148 libavdevice/dshow.c     const char *devtypename = (devtype == VideoDevice) ? "video" : "audio";
VideoDevice       216 libavdevice/dshow.c     int skip = (devtype == VideoDevice) ? ctx->video_device_number
VideoDevice       222 libavdevice/dshow.c     const char *devtypename = (devtype == VideoDevice) ? "video" : "audio only";
VideoDevice       349 libavdevice/dshow.c         if (devtype == VideoDevice) {
VideoDevice       573 libavdevice/dshow.c     const char *devtypename = (devtype == VideoDevice) ? "video" : "audio only";
VideoDevice       576 libavdevice/dshow.c     int set_format = (devtype == VideoDevice && (ctx->framerate ||
VideoDevice       582 libavdevice/dshow.c     int should_show_properties = (devtype == VideoDevice) ? ctx->show_video_device_dialog : ctx->show_audio_device_dialog;
VideoDevice       608 libavdevice/dshow.c         char *desired_pin_name = devtype == VideoDevice ? ctx->video_pin_name : ctx->audio_pin_name;
VideoDevice       742 libavdevice/dshow.c     enum dshowDeviceType otherDevType = (devtype == VideoDevice) ? AudioDevice : VideoDevice;
VideoDevice       959 libavdevice/dshow.c     if (devtype == VideoDevice) {
VideoDevice      1133 libavdevice/dshow.c         dshow_cycle_devices(avctx, devenum, VideoDevice, VideoSourceDevice, NULL, NULL);
VideoDevice      1140 libavdevice/dshow.c         if (ctx->device_name[VideoDevice])
VideoDevice      1141 libavdevice/dshow.c             if ((r = dshow_list_device_options(avctx, devenum, VideoDevice, VideoSourceDevice))) {
VideoDevice      1155 libavdevice/dshow.c     if (ctx->device_name[VideoDevice]) {
VideoDevice      1156 libavdevice/dshow.c         if ((r = dshow_open_device(avctx, devenum, VideoDevice, VideoSourceDevice)) < 0 ||
VideoDevice      1157 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       325 libavdevice/dshow_pin.c     const char *devtypename = (devtype == VideoDevice) ? "video" : "audio";
VideoDevice       339 libavdevice/dshow_pin.c     if (devtype == VideoDevice) {