Home
last modified time | relevance | path

Searched refs:ov_fb (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/media/common/saa7146/
Dsaa7146_fops.c535 vv->ov_fb.fmt.width = vv->standard->h_max_out; in saa7146_vv_init()
536 vv->ov_fb.fmt.height = vv->standard->v_max_out; in saa7146_vv_init()
537 vv->ov_fb.fmt.pixelformat = V4L2_PIX_FMT_RGB565; in saa7146_vv_init()
538 vv->ov_fb.fmt.bytesperline = 2 * vv->ov_fb.fmt.width; in saa7146_vv_init()
539 vv->ov_fb.fmt.sizeimage = vv->ov_fb.fmt.bytesperline * vv->ov_fb.fmt.height; in saa7146_vv_init()
540 vv->ov_fb.fmt.colorspace = V4L2_COLORSPACE_SRGB; in saa7146_vv_init()
565 vv->ov_fb.capability = V4L2_FBUF_CAP_LIST_CLIPPING; in saa7146_vv_init()
566 vv->ov_fb.flags = V4L2_FBUF_FLAG_PRIMARY; in saa7146_vv_init()
Dsaa7146_video.c458 *fb = vv->ov_fb; in vidioc_g_fbuf()
494 vv->ov_fb = *fb; in vidioc_s_fbuf()
497 if (vv->ov_fb.fmt.bytesperline < vv->ov_fb.fmt.width) { in vidioc_s_fbuf()
498 vv->ov_fb.fmt.bytesperline = vv->ov_fb.fmt.width * fmt->depth / 8; in vidioc_s_fbuf()
499 DEB_D("setting bytesperline to %d\n", vv->ov_fb.fmt.bytesperline); in vidioc_s_fbuf()
687 if (NULL == vv->ov_fb.base) { in vidioc_try_fmt_vid_overlay()
1101 err = videobuf_iolock(q,&buf->vb, &vv->ov_fb); in buffer_prepare()
Dsaa7146_hlp.c566 int b_bpl = vv->ov_fb.fmt.bytesperline; in saa7146_set_position()
574 u32 base = (u32)(unsigned long)vv->ov_fb.base; in saa7146_set_position()
/Linux-v5.4/include/media/drv-intf/
Dsaa7146_vv.h121 struct v4l2_framebuffer ov_fb; member