video_fmt
const struct hdmi_video_format *video_fmt);
void hdmi_wp_init_vid_fmt_timings(struct hdmi_video_format *video_fmt,
const struct hdmi_video_format *video_fmt)
REG_FLD_MOD(wp->base, HDMI_WP_VIDEO_CFG, video_fmt->packing_mode,
l |= FLD_VAL(video_fmt->y_res, 31, 16);
l |= FLD_VAL(video_fmt->x_res, 15, 0);
void hdmi_wp_init_vid_fmt_timings(struct hdmi_video_format *video_fmt,
video_fmt->packing_mode = HDMI_PACK_10b_RGB_YUV444;
video_fmt->y_res = param->vm.vactive;
video_fmt->x_res = param->vm.hactive;
video_fmt->y_res /= 2;
video_fmt->x_res *= 2;
fmt = &vv->video_fmt;
if (vv->video_fmt.field == V4L2_FIELD_ALTERNATE)
else if (vv->video_fmt.field == V4L2_FIELD_ANY)
buf->vb.field = (vv->video_fmt.height > vv->standard->v_max_out / 2)
buf->vb.field = vv->video_fmt.field;
struct v4l2_pix_format *pix = &vv->video_fmt;
struct v4l2_pix_format *pix = &vv->video_fmt;
struct v4l2_pix_format *pix = &vv->video_fmt;
struct v4l2_pix_format *pix = &vv->video_fmt;
struct v4l2_pix_format *pix = &vv->video_fmt;
fmt = saa7146_format_by_fourcc(dev, vv->video_fmt.pixelformat);
fmt = saa7146_format_by_fourcc(dev, vv->video_fmt.pixelformat);
f->fmt.pix = vv->video_fmt;
vv->video_fmt = f->fmt.pix;
(char *)&vv->video_fmt.pixelformat);
unsigned int size = dev->vv_data->video_fmt.sizeimage;
sfmt = saa7146_format_by_fourcc(dev, vv->video_fmt.pixelformat);
unsigned int size = vv->video_fmt.sizeimage;
struct v4l2_pix_format *pix = &vv->video_fmt;
const struct rzg2l_cru_ip_format *video_fmt;
video_fmt = rzg2l_cru_ip_format_to_fmt(cru->format.pixelformat);
!rzg2l_cru_ip_fmt_supports_mbus_code(video_fmt, fmt.format.code))
u32 ps3av_cmd_set_video_mode(void *p, u32 head, int video_vid, int video_fmt,
if (video_fmt == -1)
video_fmt = PS3AV_CMD_VIDEO_FMT_X8R8G8B8;
video_mode->video_format = ps3av_video_fmt_table[video_fmt].format;
video_mode->video_order = ps3av_video_fmt_table[video_fmt].order;
int ps3av_cmd_video_format_black(u32 head, u32 video_fmt, u32 mute)
ps3av_video_fmt_table[video_fmt].format;
video_format.video_order = ps3av_video_fmt_table[video_fmt].order;
struct hdmi_video_format *video_fmt);
void hdmi_wp_init_vid_fmt_timings(struct hdmi_video_format *video_fmt,
struct hdmi_video_format *video_fmt)
REG_FLD_MOD(wp->base, HDMI_WP_VIDEO_CFG, video_fmt->packing_mode,
l |= FLD_VAL(video_fmt->y_res, 31, 16);
l |= FLD_VAL(video_fmt->x_res, 15, 0);
void hdmi_wp_init_vid_fmt_timings(struct hdmi_video_format *video_fmt,
video_fmt->packing_mode = HDMI_PACK_10b_RGB_YUV444;
video_fmt->y_res = param->timings.y_res;
video_fmt->x_res = param->timings.x_res;
video_fmt->y_res /= 2;
struct v4l2_pix_format video_fmt;