Home
last modified time | relevance | path

Searched refs:vfmt (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/media/test-drivers/vivid/
H A Dvivid-vid-out.c28 const struct vivid_fmt *vfmt = dev->fmt_out; in vid_out_queue_setup() local
29 unsigned planes = vfmt->buffers; in vid_out_queue_setup()
34 for (p = vfmt->buffers; p < vfmt->planes; p++) in vid_out_queue_setup()
36 vfmt->data_offset[p]; in vid_out_queue_setup()
67 vfmt->vdownsampling[p] + in vid_out_queue_setup()
68 vfmt->data_offset[p]) in vid_out_queue_setup()
74 vfmt->vdownsampling[p] + in vid_out_queue_setup()
75 vfmt->data_offset[p] : size; in vid_out_queue_setup()
107 const struct vivid_fmt *vfmt = dev->fmt_out; in vid_out_buf_prepare() local
108 unsigned int planes = vfmt->buffers; in vid_out_buf_prepare()
[all …]
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch9582 + const struct v4l2_format *vfmt = mediabufs_dst_fmt(ctx->mbufs);
9585 + hwfc->sw_format = pixel_format_from_format(vfmt);
9586 + if (V4L2_TYPE_IS_MULTIPLANAR(vfmt->type)) {
9587 + hwfc->width = vfmt->fmt.pix_mp.width;
9588 + hwfc->height = vfmt->fmt.pix_mp.height;
9590 + hwfc->width = vfmt->fmt.pix.width;
9591 + hwfc->height = vfmt->fmt.pix.height;