Lines Matching refs:fb
1937 struct v4l2_framebuffer *fb) in zoran_g_fbuf() argument
1942 memset(fb, 0, sizeof(*fb)); in zoran_g_fbuf()
1944 fb->base = zr->vbuf_base; in zoran_g_fbuf()
1945 fb->fmt.width = zr->vbuf_width; in zoran_g_fbuf()
1946 fb->fmt.height = zr->vbuf_height; in zoran_g_fbuf()
1948 fb->fmt.pixelformat = fh->overlay_settings.format->fourcc; in zoran_g_fbuf()
1949 fb->fmt.bytesperline = zr->vbuf_bytesperline; in zoran_g_fbuf()
1951 fb->fmt.colorspace = V4L2_COLORSPACE_SRGB; in zoran_g_fbuf()
1952 fb->fmt.field = V4L2_FIELD_INTERLACED; in zoran_g_fbuf()
1953 fb->capability = V4L2_FBUF_CAP_LIST_CLIPPING; in zoran_g_fbuf()
1959 const struct v4l2_framebuffer *fb) in zoran_s_fbuf() argument
1964 __le32 printformat = __cpu_to_le32(fb->fmt.pixelformat); in zoran_s_fbuf()
1967 if (zoran_formats[i].fourcc == fb->fmt.pixelformat) in zoran_s_fbuf()
1971 ZR_DEVNAME(zr), fb->fmt.pixelformat, in zoran_s_fbuf()
1977 res = setup_fbuffer(fh, fb->base, &zoran_formats[i], fb->fmt.width, in zoran_s_fbuf()
1978 fb->fmt.height, fb->fmt.bytesperline); in zoran_s_fbuf()