Searched refs:vdev_fmt (Results 1 – 6 of 6) sorted by relevance
32 imgu_pipe->nodes[IMGU_NODE_IN].vdev_fmt.fmt.pix_mp.width; in imgu_subdev_open()34 imgu_pipe->nodes[IMGU_NODE_IN].vdev_fmt.fmt.pix_mp.height; in imgu_subdev_open()91 &imgu_pipe->nodes[node].vdev_fmt.fmt.pix_mp : NULL; in imgu_subdev_s_stream()358 need_bytes = node->vdev_fmt.fmt.meta.buffersize; in imgu_vb2_buf_queue()360 need_bytes = node->vdev_fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in imgu_vb2_buf_queue()395 const struct v4l2_format *fmt = &node->vdev_fmt; in imgu_vb2_queue_setup()683 f->fmt = node->vdev_fmt.fmt; in imgu_vidioc_g_fmt()742 fmts[i] = kmemdup(&imgu_pipe->nodes[inode].vdev_fmt.fmt.pix_mp, in imgu_fmt()750 fmts[i] = &imgu_pipe->nodes[inode].vdev_fmt.fmt.pix_mp; in imgu_fmt()788 imgu_pipe->nodes[node].vdev_fmt.fmt.pix_mp = f->fmt.pix_mp; in imgu_fmt()[all …]
70 struct v4l2_format vdev_fmt; /* Currently set format */ member
129 meta = &imgu_pipe->nodes[node].vdev_fmt.fmt.meta; in imgu_dummybufs_init()130 mpix = &imgu_pipe->nodes[node].vdev_fmt.fmt.pix_mp; in imgu_dummybufs_init()474 &imgu_pipe->nodes[i].vdev_fmt.fmt.pix_mp; in imgu_video_nodes_init()
30 f->pixelformat = stats->vdev_fmt.fmt.meta.dataformat; in rkisp1_stats_enum_fmt_meta_cap()45 meta->dataformat = stats->vdev_fmt.fmt.meta.dataformat; in rkisp1_stats_g_fmt_meta_cap()46 meta->buffersize = stats->vdev_fmt.fmt.meta.buffersize; in rkisp1_stats_g_fmt_meta_cap()402 stats->vdev_fmt.fmt.meta.dataformat = in rkisp1_init_stats()404 stats->vdev_fmt.fmt.meta.buffersize = in rkisp1_init_stats()
370 struct v4l2_format vdev_fmt; member
250 struct v4l2_pix_format vdev_fmt; /* The user format */ member481 csi->vdev_fmt.sizeimage); in imx7_csi_dma_setup()529 struct v4l2_pix_format *out_pix = &csi->vdev_fmt; in imx7_csi_configure()742 done->vbuf.field = csi->vdev_fmt.field; in imx7_csi_vb2_buf_done()1125 f->fmt.pix = csi->vdev_fmt; in imx7_csi_video_g_fmt_vid_cap()1191 csi->vdev_fmt = f->fmt.pix; in imx7_csi_video_s_fmt_vid_cap()1219 s->r.width = csi->vdev_fmt.width; in imx7_csi_video_g_selection()1220 s->r.height = csi->vdev_fmt.height; in imx7_csi_video_g_selection()1264 struct v4l2_pix_format *pix = &csi->vdev_fmt; in imx7_csi_video_queue_setup()1302 struct v4l2_pix_format *pix = &csi->vdev_fmt; in imx7_csi_video_buf_prepare()[all …]