Searched refs:vdev_fmt (Results 1 – 4 of 4) 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()351 need_bytes = node->vdev_fmt.fmt.meta.buffersize; in imgu_vb2_buf_queue()353 need_bytes = node->vdev_fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in imgu_vb2_buf_queue()386 const struct v4l2_format *fmt = &node->vdev_fmt; in imgu_vb2_queue_setup()640 f->fmt = node->vdev_fmt.fmt; in imgu_vidioc_g_fmt()686 fmts[i] = kmemdup(&imgu_pipe->nodes[inode].vdev_fmt.fmt.pix_mp, in imgu_fmt()694 fmts[i] = &imgu_pipe->nodes[inode].vdev_fmt.fmt.pix_mp; in imgu_fmt()740 f->fmt = imgu_pipe->nodes[node].vdev_fmt.fmt; in imgu_fmt()[all …]
75 struct v4l2_format vdev_fmt; /* Currently set format */ member
128 meta = &imgu_pipe->nodes[node].vdev_fmt.fmt.meta; in imgu_dummybufs_init()129 mpix = &imgu_pipe->nodes[node].vdev_fmt.fmt.pix_mp; in imgu_dummybufs_init()452 &imgu_pipe->nodes[i].vdev_fmt.fmt.pix_mp; in imgu_video_nodes_init()
271 struct v4l2_pix_format vdev_fmt; in vimc_get_mbus_format() local276 ved->vdev_get_format(ved, &vdev_fmt); in vimc_get_mbus_format()277 vpix = vimc_pix_map_by_pixelformat(vdev_fmt.pixelformat); in vimc_get_mbus_format()278 v4l2_fill_mbus_format(&fmt->format, &vdev_fmt, vpix->code); in vimc_get_mbus_format()