Home
last modified time | relevance | path

Searched refs:VIDEO_MAX_PLANES (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_core.h63 u8 depth[VIDEO_MAX_PLANES];
64 u8 row_depth[VIDEO_MAX_PLANES];
105 unsigned long payload[VIDEO_MAX_PLANES];
106 unsigned int pitch[VIDEO_MAX_PLANES];
/openbmc/linux/drivers/media/platform/mediatek/jpeg/
H A Dmtk_jpeg_core.h250 int h_sample[VIDEO_MAX_PLANES];
251 int v_sample[VIDEO_MAX_PLANES];
/openbmc/linux/drivers/media/platform/amphion/
H A Dvpu_defs.h144 u32 sizeimage[VIDEO_MAX_PLANES];
145 u32 bytesperline[VIDEO_MAX_PLANES];
H A Dvpu.h94 u32 sizeimage[VIDEO_MAX_PLANES];
95 u32 bytesperline[VIDEO_MAX_PLANES];
/openbmc/linux/include/media/
H A Dvideobuf2-v4l2.h22 #if VB2_MAX_PLANES != VIDEO_MAX_PLANES
23 #error VB2_MAX_PLANES != VIDEO_MAX_PLANES
/openbmc/linux/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-regs.h257 u8 depth[VIDEO_MAX_PLANES];
258 u8 row_depth[VIDEO_MAX_PLANES];
/openbmc/linux/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-core.h120 u8 depth[VIDEO_MAX_PLANES];
196 unsigned long payload[VIDEO_MAX_PLANES];
/openbmc/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-core.h256 unsigned int payload[VIDEO_MAX_PLANES];
257 unsigned int bytesperline[VIDEO_MAX_PLANES];
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec_drv.h72 unsigned int fb_sz[VIDEO_MAX_PLANES];
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-v4l2-mplane.rst85 - ``plane_fmt[VIDEO_MAX_PLANES]``
H A Ddmabuf.rst98 struct v4l2_plane planes[VIDEO_MAX_PLANES];
/openbmc/linux/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-common.h244 u32 buff_addr[VIDEO_MAX_PLANES];
/openbmc/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-v4l2.c745 unsigned requested_sizes[VIDEO_MAX_PLANES]; in vb2_create_bufs()
761 requested_planes > VIDEO_MAX_PLANES) in vb2_create_bufs()
/openbmc/linux/include/uapi/linux/
H A Dvideodev2.h74 #define VIDEO_MAX_PLANES 8 macro
2387 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES];
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c304 planes = min_t(u32, mp->num_planes, VIDEO_MAX_PLANES); in v4l_print_format()
1034 VIDEO_MAX_PLANES); in v4l_sanitize_format()
3098 if (buf->length > VIDEO_MAX_PLANES) { in check_array_args()
/openbmc/linux/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions544 ignore define VIDEO_MAX_PLANES
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch3168 avbuf->buf.length = VIDEO_MAX_PLANES;
3346 } plane_info[VIDEO_MAX_PLANES];
3349 struct v4l2_plane planes[VIDEO_MAX_PLANES];
3354 + struct dmabuf_h * dmabuf[VIDEO_MAX_PLANES]; // If externally alloced dmabufs - stash other inf…
3790 - struct v4l2_plane planes[VIDEO_MAX_PLANES];
3816 + struct v4l2_plane planes[VIDEO_MAX_PLANES] = {{0}};
3840 + buf.length = VIDEO_MAX_PLANES;
4087 - buf.length = VIDEO_MAX_PLANES;
10016 + struct dmabuf_h *dh[VIDEO_MAX_PLANES];
10068 + for (i = 0; i != VIDEO_MAX_PLANES; ++i) {
[all …]