Lines Matching refs:vid_info
624 struct hdpvr_video_info vid_info;
631 ret = get_video_info(dev, &vid_info);
632 if (vid_info.valid && vid_info.width == 720 &&
633 (vid_info.height == 480 || vid_info.height == 576)) {
634 *a = (vid_info.height == 480) ?
681 struct hdpvr_video_info vid_info;
689 ret = get_video_info(dev, &vid_info);
692 if (!vid_info.valid)
694 interlaced = vid_info.fps <= 30;
704 if (bt->width != vid_info.width ||
705 bt->height != vid_info.height ||
707 (fps != vid_info.fps && fps + 1 != vid_info.fps))
1012 struct hdpvr_video_info vid_info;
1014 ret = get_video_info(dev, &vid_info);
1017 if (!vid_info.valid)
1019 f->fmt.pix.width = vid_info.width;
1020 f->fmt.pix.height = vid_info.height;