Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/common/saa7146/
Dsaa7146_fops.c533 vv->ov_fb.fmt.width = vv->standard->h_max_out; in saa7146_vv_init()
534 vv->ov_fb.fmt.height = vv->standard->v_max_out; in saa7146_vv_init()
535 vv->ov_fb.fmt.pixelformat = V4L2_PIX_FMT_RGB565; in saa7146_vv_init()
536 vv->ov_fb.fmt.bytesperline = 2 * vv->ov_fb.fmt.width; in saa7146_vv_init()
537 vv->ov_fb.fmt.sizeimage = vv->ov_fb.fmt.bytesperline * vv->ov_fb.fmt.height; in saa7146_vv_init()
538 vv->ov_fb.fmt.colorspace = V4L2_COLORSPACE_SRGB; in saa7146_vv_init()
563 vv->ov_fb.capability = V4L2_FBUF_CAP_LIST_CLIPPING; in saa7146_vv_init()
564 vv->ov_fb.flags = V4L2_FBUF_FLAG_PRIMARY; in saa7146_vv_init()
Dsaa7146_video.c459 *fb = vv->ov_fb; in vidioc_g_fbuf()
495 vv->ov_fb = *fb; in vidioc_s_fbuf()
498 if (vv->ov_fb.fmt.bytesperline < vv->ov_fb.fmt.width) { in vidioc_s_fbuf()
499 vv->ov_fb.fmt.bytesperline = vv->ov_fb.fmt.width * fmt->depth / 8; in vidioc_s_fbuf()
500 DEB_D("setting bytesperline to %d\n", vv->ov_fb.fmt.bytesperline); in vidioc_s_fbuf()
688 if (NULL == vv->ov_fb.base) { in vidioc_try_fmt_vid_overlay()
1102 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()
/kernel/linux/linux-5.10/include/media/drv-intf/
Dsaa7146_vv.h121 struct v4l2_framebuffer ov_fb; member