Symbol: video_fmt
drivers/gpu/drm/omapdrm/dss/hdmi.h
306
const struct hdmi_video_format *video_fmt);
drivers/gpu/drm/omapdrm/dss/hdmi.h
311
void hdmi_wp_init_vid_fmt_timings(struct hdmi_video_format *video_fmt,
drivers/gpu/drm/omapdrm/dss/hdmi_wp.c
131
const struct hdmi_video_format *video_fmt)
drivers/gpu/drm/omapdrm/dss/hdmi_wp.c
135
REG_FLD_MOD(wp->base, HDMI_WP_VIDEO_CFG, video_fmt->packing_mode,
drivers/gpu/drm/omapdrm/dss/hdmi_wp.c
138
l |= FLD_VAL(video_fmt->y_res, 31, 16);
drivers/gpu/drm/omapdrm/dss/hdmi_wp.c
139
l |= FLD_VAL(video_fmt->x_res, 15, 0);
drivers/gpu/drm/omapdrm/dss/hdmi_wp.c
192
void hdmi_wp_init_vid_fmt_timings(struct hdmi_video_format *video_fmt,
drivers/gpu/drm/omapdrm/dss/hdmi_wp.c
197
video_fmt->packing_mode = HDMI_PACK_10b_RGB_YUV444;
drivers/gpu/drm/omapdrm/dss/hdmi_wp.c
198
video_fmt->y_res = param->vm.vactive;
drivers/gpu/drm/omapdrm/dss/hdmi_wp.c
199
video_fmt->x_res = param->vm.hactive;
drivers/gpu/drm/omapdrm/dss/hdmi_wp.c
211
video_fmt->y_res /= 2;
drivers/gpu/drm/omapdrm/dss/hdmi_wp.c
218
video_fmt->x_res *= 2;
drivers/media/common/saa7146/saa7146_fops.c
297
fmt = &vv->video_fmt;
drivers/media/common/saa7146/saa7146_fops.c
89
if (vv->video_fmt.field == V4L2_FIELD_ALTERNATE)
drivers/media/common/saa7146/saa7146_fops.c
91
else if (vv->video_fmt.field == V4L2_FIELD_ANY)
drivers/media/common/saa7146/saa7146_fops.c
92
buf->vb.field = (vv->video_fmt.height > vv->standard->v_max_out / 2)
drivers/media/common/saa7146/saa7146_fops.c
96
buf->vb.field = vv->video_fmt.field;
drivers/media/common/saa7146/saa7146_hlp.c
410
struct v4l2_pix_format *pix = &vv->video_fmt;
drivers/media/common/saa7146/saa7146_hlp.c
472
struct v4l2_pix_format *pix = &vv->video_fmt;
drivers/media/common/saa7146/saa7146_hlp.c
504
struct v4l2_pix_format *pix = &vv->video_fmt;
drivers/media/common/saa7146/saa7146_hlp.c
535
struct v4l2_pix_format *pix = &vv->video_fmt;
drivers/media/common/saa7146/saa7146_hlp.c
724
struct v4l2_pix_format *pix = &vv->video_fmt;
drivers/media/common/saa7146/saa7146_video.c
191
fmt = saa7146_format_by_fourcc(dev, vv->video_fmt.pixelformat);
drivers/media/common/saa7146/saa7146_video.c
226
fmt = saa7146_format_by_fourcc(dev, vv->video_fmt.pixelformat);
drivers/media/common/saa7146/saa7146_video.c
345
f->fmt.pix = vv->video_fmt;
drivers/media/common/saa7146/saa7146_video.c
442
vv->video_fmt = f->fmt.pix;
drivers/media/common/saa7146/saa7146_video.c
444
(char *)&vv->video_fmt.pixelformat);
drivers/media/common/saa7146/saa7146_video.c
561
unsigned int size = dev->vv_data->video_fmt.sizeimage;
drivers/media/common/saa7146/saa7146_video.c
596
sfmt = saa7146_format_by_fourcc(dev, vv->video_fmt.pixelformat);
drivers/media/common/saa7146/saa7146_video.c
617
unsigned int size = vv->video_fmt.sizeimage;
drivers/media/common/saa7146/saa7146_video.c
93
struct v4l2_pix_format *pix = &vv->video_fmt;
drivers/media/platform/renesas/rzg2l-cru/rzg2l-video.c
1117
const struct rzg2l_cru_ip_format *video_fmt;
drivers/media/platform/renesas/rzg2l-cru/rzg2l-video.c
1130
video_fmt = rzg2l_cru_ip_format_to_fmt(cru->format.pixelformat);
drivers/media/platform/renesas/rzg2l-cru/rzg2l-video.c
1135
!rzg2l_cru_ip_fmt_supports_mbus_code(video_fmt, fmt.format.code))
drivers/ps3/ps3av_cmd.c
366
u32 ps3av_cmd_set_video_mode(void *p, u32 head, int video_vid, int video_fmt,
drivers/ps3/ps3av_cmd.c
375
if (video_fmt == -1)
drivers/ps3/ps3av_cmd.c
376
video_fmt = PS3AV_CMD_VIDEO_FMT_X8R8G8B8;
drivers/ps3/ps3av_cmd.c
395
video_mode->video_format = ps3av_video_fmt_table[video_fmt].format;
drivers/ps3/ps3av_cmd.c
400
video_mode->video_order = ps3av_video_fmt_table[video_fmt].order;
drivers/ps3/ps3av_cmd.c
409
int ps3av_cmd_video_format_black(u32 head, u32 video_fmt, u32 mute)
drivers/ps3/ps3av_cmd.c
420
ps3av_video_fmt_table[video_fmt].format;
drivers/ps3/ps3av_cmd.c
421
video_format.video_order = ps3av_video_fmt_table[video_fmt].order;
drivers/video/fbdev/omap2/omapfb/dss/hdmi.h
287
struct hdmi_video_format *video_fmt);
drivers/video/fbdev/omap2/omapfb/dss/hdmi.h
292
void hdmi_wp_init_vid_fmt_timings(struct hdmi_video_format *video_fmt,
drivers/video/fbdev/omap2/omapfb/dss/hdmi_wp.c
132
struct hdmi_video_format *video_fmt)
drivers/video/fbdev/omap2/omapfb/dss/hdmi_wp.c
136
REG_FLD_MOD(wp->base, HDMI_WP_VIDEO_CFG, video_fmt->packing_mode,
drivers/video/fbdev/omap2/omapfb/dss/hdmi_wp.c
139
l |= FLD_VAL(video_fmt->y_res, 31, 16);
drivers/video/fbdev/omap2/omapfb/dss/hdmi_wp.c
140
l |= FLD_VAL(video_fmt->x_res, 15, 0);
drivers/video/fbdev/omap2/omapfb/dss/hdmi_wp.c
181
void hdmi_wp_init_vid_fmt_timings(struct hdmi_video_format *video_fmt,
drivers/video/fbdev/omap2/omapfb/dss/hdmi_wp.c
186
video_fmt->packing_mode = HDMI_PACK_10b_RGB_YUV444;
drivers/video/fbdev/omap2/omapfb/dss/hdmi_wp.c
187
video_fmt->y_res = param->timings.y_res;
drivers/video/fbdev/omap2/omapfb/dss/hdmi_wp.c
188
video_fmt->x_res = param->timings.x_res;
drivers/video/fbdev/omap2/omapfb/dss/hdmi_wp.c
190
video_fmt->y_res /= 2;
include/media/drv-intf/saa7146_vv.h
91
struct v4l2_pix_format video_fmt;