Searched refs:video_fmt (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/drivers/video/fbdev/omap2/dss/
H A Dhdmi_wp.c117 struct hdmi_video_format *video_fmt) hdmi_wp_video_config_format()
121 REG_FLD_MOD(wp->base, HDMI_WP_VIDEO_CFG, video_fmt->packing_mode, hdmi_wp_video_config_format()
124 l |= FLD_VAL(video_fmt->y_res, 31, 16); hdmi_wp_video_config_format()
125 l |= FLD_VAL(video_fmt->x_res, 15, 0); hdmi_wp_video_config_format()
166 void hdmi_wp_init_vid_fmt_timings(struct hdmi_video_format *video_fmt, hdmi_wp_init_vid_fmt_timings() argument
171 video_fmt->packing_mode = HDMI_PACK_10b_RGB_YUV444; hdmi_wp_init_vid_fmt_timings()
172 video_fmt->y_res = param->timings.y_res; hdmi_wp_init_vid_fmt_timings()
173 video_fmt->x_res = param->timings.x_res; hdmi_wp_init_vid_fmt_timings()
175 video_fmt->y_res /= 2; hdmi_wp_init_vid_fmt_timings()
116 hdmi_wp_video_config_format(struct hdmi_wp_data *wp, struct hdmi_video_format *video_fmt) hdmi_wp_video_config_format() argument
H A Dhdmi.h297 struct hdmi_video_format *video_fmt);
302 void hdmi_wp_init_vid_fmt_timings(struct hdmi_video_format *video_fmt,
/linux-4.1.27/drivers/media/common/saa7146/
H A Dsaa7146_video.c357 fmt = saa7146_format_by_fourcc(dev, vv->video_fmt.pixelformat); video_begin()
409 fmt = saa7146_format_by_fourcc(dev, vv->video_fmt.pixelformat); video_end()
608 f->fmt.pix = vv->video_fmt; vidioc_g_fmt_vid_cap()
770 vv->video_fmt = f->fmt.pix; vidioc_s_fmt_vid_cap()
772 (char *)&vv->video_fmt.pixelformat); vidioc_s_fmt_vid_cap()
1070 if (vv->video_fmt.width < 48 || buffer_prepare()
1071 vv->video_fmt.height < 32 || buffer_prepare()
1072 vv->video_fmt.width > vv->standard->h_max_out || buffer_prepare()
1073 vv->video_fmt.height > vv->standard->v_max_out) { buffer_prepare()
1075 vv->video_fmt.width, vv->video_fmt.height); buffer_prepare()
1079 size = vv->video_fmt.sizeimage; buffer_prepare()
1086 vv->video_fmt.width, vv->video_fmt.height, buffer_prepare()
1087 size, v4l2_field_names[vv->video_fmt.field]); buffer_prepare()
1088 if (buf->vb.width != vv->video_fmt.width || buffer_prepare()
1089 buf->vb.bytesperline != vv->video_fmt.bytesperline || buffer_prepare()
1090 buf->vb.height != vv->video_fmt.height || buffer_prepare()
1093 buf->vb.field != vv->video_fmt.field || buffer_prepare()
1094 buf->fmt != &vv->video_fmt) { buffer_prepare()
1101 buf->vb.bytesperline = vv->video_fmt.bytesperline; buffer_prepare()
1102 buf->vb.width = vv->video_fmt.width; buffer_prepare()
1103 buf->vb.height = vv->video_fmt.height; buffer_prepare()
1106 buf->fmt = &vv->video_fmt; buffer_prepare()
1107 buf->vb.field = vv->video_fmt.field; buffer_prepare()
1148 *size = vv->video_fmt.sizeimage; buffer_setup()
H A Dsaa7146_fops.c541 fmt = &vv->video_fmt; saa7146_vv_init()
/linux-4.1.27/drivers/ps3/
H A Dps3av_cmd.c31 static const struct video_fmt { struct
378 u32 ps3av_cmd_set_video_mode(void *p, u32 head, int video_vid, int video_fmt, ps3av_cmd_set_video_mode() argument
387 if (video_fmt == -1) ps3av_cmd_set_video_mode()
388 video_fmt = PS3AV_CMD_VIDEO_FMT_X8R8G8B8; ps3av_cmd_set_video_mode()
407 video_mode->video_format = ps3av_video_fmt_table[video_fmt].format; ps3av_cmd_set_video_mode()
412 video_mode->video_order = ps3av_video_fmt_table[video_fmt].order; ps3av_cmd_set_video_mode()
421 int ps3av_cmd_video_format_black(u32 head, u32 video_fmt, u32 mute) ps3av_cmd_video_format_black() argument
432 ps3av_video_fmt_table[video_fmt].format; ps3av_cmd_video_format_black()
433 video_format.video_order = ps3av_video_fmt_table[video_fmt].order; ps3av_cmd_video_format_black()
/linux-4.1.27/include/media/
H A Dsaa7146_vv.h126 struct v4l2_pix_format video_fmt; member in struct:saa7146_vv
/linux-4.1.27/arch/powerpc/include/asm/
H A Dps3av.h161 /* video_fmt */

Completed in 257 milliseconds