Home
last modified time | relevance | path

Searched refs:vid_info (Results 1 – 4 of 4) sorted by relevance

/drivers/media/platform/omap/
Domap_vout.c208 ovid = &vout->vid_info; in omap_vout_calculate_offset()
245 ovid = &vout->vid_info; in video_mode_to_dss_mode()
362 struct omapvideo_info *ovid = &vout->vid_info; in omapvid_init()
424 struct omapvideo_info *ovid = &vout->vid_info; in omapvid_apply_changes()
489 ovid = &vout->vid_info; in omap_vout_isr()
615 ovid = &vout->vid_info; in vidioc_try_fmt_vid_out()
645 ovid = &vout->vid_info; in vidioc_s_fmt_vid_out()
707 ovid = &vout->vid_info; in vidioc_try_fmt_vid_overlay()
727 ovid = &vout->vid_info; in vidioc_s_fmt_vid_overlay()
773 ovid = &vout->vid_info; in vidioc_g_fmt_vid_overlay()
[all …]
Domap_voutdef.h134 struct omapvideo_info vid_info; member
/drivers/media/usb/hdpvr/
Dhdpvr-video.c624 struct hdpvr_video_info vid_info; in vidioc_querystd() local
631 ret = get_video_info(dev, &vid_info); in vidioc_querystd()
632 if (vid_info.valid && vid_info.width == 720 && in vidioc_querystd()
633 (vid_info.height == 480 || vid_info.height == 576)) { in vidioc_querystd()
634 *a = (vid_info.height == 480) ? in vidioc_querystd()
681 struct hdpvr_video_info vid_info; in vidioc_query_dv_timings() local
689 ret = get_video_info(dev, &vid_info); in vidioc_query_dv_timings()
692 if (!vid_info.valid) in vidioc_query_dv_timings()
694 interlaced = vid_info.fps <= 30; in vidioc_query_dv_timings()
704 if (bt->width != vid_info.width || in vidioc_query_dv_timings()
[all …]
Dhdpvr.h301 int get_video_info(struct hdpvr_device *dev, struct hdpvr_video_info *vid_info);