Lines Matching refs:fbuf
1109 vout->fbuf.fmt.height = timing->y_res; in vidioc_try_fmt_vid_out()
1110 vout->fbuf.fmt.width = timing->x_res; in vidioc_try_fmt_vid_out()
1153 vout->fbuf.fmt.height = timing->x_res; in vidioc_s_fmt_vid_out()
1154 vout->fbuf.fmt.width = timing->y_res; in vidioc_s_fmt_vid_out()
1156 vout->fbuf.fmt.height = timing->y_res; in vidioc_s_fmt_vid_out()
1157 vout->fbuf.fmt.width = timing->x_res; in vidioc_s_fmt_vid_out()
1176 omap_vout_new_format(&vout->pix, &vout->fbuf, &vout->crop, &vout->win); in vidioc_s_fmt_vid_out()
1197 ret = omap_vout_try_window(&vout->fbuf, win); in vidioc_try_fmt_vid_overlay()
1222 ret = omap_vout_new_window(&vout->crop, &vout->win, &vout->fbuf, win); in vidioc_s_fmt_vid_overlay()
1274 omap_vout_default_crop(&vout->pix, &vout->fbuf, &cropcap->defrect); in vidioc_cropcap()
1316 vout->fbuf.fmt.height = timing->x_res; in vidioc_s_crop()
1317 vout->fbuf.fmt.width = timing->y_res; in vidioc_s_crop()
1319 vout->fbuf.fmt.height = timing->y_res; in vidioc_s_crop()
1320 vout->fbuf.fmt.width = timing->x_res; in vidioc_s_crop()
1325 &vout->fbuf, &crop->c); in vidioc_s_crop()
1759 vout->fbuf.flags |= V4L2_FBUF_FLAG_SRC_CHROMAKEY; in vidioc_s_fbuf()
1762 vout->fbuf.flags &= ~V4L2_FBUF_FLAG_SRC_CHROMAKEY; in vidioc_s_fbuf()
1765 vout->fbuf.flags |= V4L2_FBUF_FLAG_CHROMAKEY; in vidioc_s_fbuf()
1768 vout->fbuf.flags &= ~V4L2_FBUF_FLAG_CHROMAKEY; in vidioc_s_fbuf()
1787 vout->fbuf.flags |= V4L2_FBUF_FLAG_LOCAL_ALPHA; in vidioc_s_fbuf()
1790 vout->fbuf.flags &= ~V4L2_FBUF_FLAG_LOCAL_ALPHA; in vidioc_s_fbuf()
1898 vout->fbuf.fmt.width = display->panel.timings.x_res; in omap_vout_setup_video_data()
1899 vout->fbuf.fmt.height = display->panel.timings.y_res; in omap_vout_setup_video_data()
1903 vout->fbuf.flags = 0; in omap_vout_setup_video_data()
1904 vout->fbuf.capability = V4L2_FBUF_CAP_LOCAL_ALPHA | in omap_vout_setup_video_data()
1908 omap_vout_new_format(pix, &vout->fbuf, &vout->crop, &vout->win); in omap_vout_setup_video_data()