Home
last modified time | relevance | path

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

/linux-6.15/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];
/linux-6.15/drivers/media/platform/mediatek/jpeg/
H A Dmtk_jpeg_core.h249 int h_sample[VIDEO_MAX_PLANES];
250 int v_sample[VIDEO_MAX_PLANES];
/linux-6.15/drivers/media/platform/amphion/
H A Dvpu_defs.h145 u32 sizeimage[VIDEO_MAX_PLANES];
146 u32 bytesperline[VIDEO_MAX_PLANES];
H A Dvpu.h94 u32 sizeimage[VIDEO_MAX_PLANES];
95 u32 bytesperline[VIDEO_MAX_PLANES];
/linux-6.15/include/media/
H A Dvideobuf2-v4l2.h22 #if VB2_MAX_PLANES != VIDEO_MAX_PLANES
23 #error VB2_MAX_PLANES != VIDEO_MAX_PLANES
/linux-6.15/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-regs.h257 u8 depth[VIDEO_MAX_PLANES];
258 u8 row_depth[VIDEO_MAX_PLANES];
/linux-6.15/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-core.h119 u8 depth[VIDEO_MAX_PLANES];
195 unsigned long payload[VIDEO_MAX_PLANES];
/linux-6.15/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-core.h256 unsigned int payload[VIDEO_MAX_PLANES];
257 unsigned int bytesperline[VIDEO_MAX_PLANES];
/linux-6.15/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec_drv.h82 unsigned int fb_sz[VIDEO_MAX_PLANES];
/linux-6.15/drivers/media/platform/rockchip/rga/
H A Drga-buf.c117 unsigned int offsets[VIDEO_MAX_PLANES]; in rga_buf_prepare()
/linux-6.15/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];
/linux-6.15/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-common.h253 dma_addr_t buff_addr[VIDEO_MAX_PLANES];
/linux-6.15/drivers/media/common/videobuf2/
H A Dvideobuf2-v4l2.c749 unsigned requested_sizes[VIDEO_MAX_PLANES]; in vb2_create_bufs()
765 requested_planes > VIDEO_MAX_PLANES) in vb2_create_bufs()
H A Dvideobuf2-core.c40 #if BIT(PLANE_INDEX_BITS) != VIDEO_MAX_PLANES
41 #error PLANE_INDEX_BITS order must be equal to VIDEO_MAX_PLANES
/linux-6.15/include/uapi/linux/
H A Dvideodev2.h74 #define VIDEO_MAX_PLANES 8 macro
2438 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES];
/linux-6.15/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c304 planes = min_t(u32, mp->num_planes, VIDEO_MAX_PLANES); in v4l_print_format()
1045 VIDEO_MAX_PLANES); in v4l_sanitize_format()
3178 if (buf->length > VIDEO_MAX_PLANES) { in check_array_args()
/linux-6.15/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions549 ignore define VIDEO_MAX_PLANES
/linux-6.15/drivers/media/platform/synopsys/hdmirx/
H A Dsnps_hdmirx.c101 u32 buff_addr[VIDEO_MAX_PLANES];