Lines Matching refs:fbuf
1098 vout->fbuf.fmt.height = timing->y_res; in vidioc_try_fmt_vid_out()
1099 vout->fbuf.fmt.width = timing->x_res; in vidioc_try_fmt_vid_out()
1142 vout->fbuf.fmt.height = timing->x_res; in vidioc_s_fmt_vid_out()
1143 vout->fbuf.fmt.width = timing->y_res; in vidioc_s_fmt_vid_out()
1145 vout->fbuf.fmt.height = timing->y_res; in vidioc_s_fmt_vid_out()
1146 vout->fbuf.fmt.width = timing->x_res; in vidioc_s_fmt_vid_out()
1165 omap_vout_new_format(&vout->pix, &vout->fbuf, &vout->crop, &vout->win); in vidioc_s_fmt_vid_out()
1186 ret = omap_vout_try_window(&vout->fbuf, win); in vidioc_try_fmt_vid_overlay()
1211 ret = omap_vout_new_window(&vout->crop, &vout->win, &vout->fbuf, win); in vidioc_s_fmt_vid_overlay()
1263 omap_vout_default_crop(&vout->pix, &vout->fbuf, &cropcap->defrect); in vidioc_cropcap()
1305 vout->fbuf.fmt.height = timing->x_res; in vidioc_s_crop()
1306 vout->fbuf.fmt.width = timing->y_res; in vidioc_s_crop()
1308 vout->fbuf.fmt.height = timing->y_res; in vidioc_s_crop()
1309 vout->fbuf.fmt.width = timing->x_res; in vidioc_s_crop()
1314 &vout->fbuf, &crop->c); in vidioc_s_crop()
1748 vout->fbuf.flags |= V4L2_FBUF_FLAG_SRC_CHROMAKEY; in vidioc_s_fbuf()
1751 vout->fbuf.flags &= ~V4L2_FBUF_FLAG_SRC_CHROMAKEY; in vidioc_s_fbuf()
1754 vout->fbuf.flags |= V4L2_FBUF_FLAG_CHROMAKEY; in vidioc_s_fbuf()
1757 vout->fbuf.flags &= ~V4L2_FBUF_FLAG_CHROMAKEY; in vidioc_s_fbuf()
1776 vout->fbuf.flags |= V4L2_FBUF_FLAG_LOCAL_ALPHA; in vidioc_s_fbuf()
1779 vout->fbuf.flags &= ~V4L2_FBUF_FLAG_LOCAL_ALPHA; in vidioc_s_fbuf()
1887 vout->fbuf.fmt.width = display->panel.timings.x_res; in omap_vout_setup_video_data()
1888 vout->fbuf.fmt.height = display->panel.timings.y_res; in omap_vout_setup_video_data()
1892 vout->fbuf.flags = 0; in omap_vout_setup_video_data()
1893 vout->fbuf.capability = V4L2_FBUF_CAP_LOCAL_ALPHA | in omap_vout_setup_video_data()
1897 omap_vout_new_format(pix, &vout->fbuf, &vout->crop, &vout->win); in omap_vout_setup_video_data()