Searched refs:VIDEO_MAX_PLANES (Results 1 – 18 of 18) sorted by relevance
63 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];
145 u32 sizeimage[VIDEO_MAX_PLANES];146 u32 bytesperline[VIDEO_MAX_PLANES];
94 u32 sizeimage[VIDEO_MAX_PLANES];95 u32 bytesperline[VIDEO_MAX_PLANES];
249 int h_sample[VIDEO_MAX_PLANES];250 int v_sample[VIDEO_MAX_PLANES];
22 #if VB2_MAX_PLANES != VIDEO_MAX_PLANES23 #error VB2_MAX_PLANES != VIDEO_MAX_PLANES
257 u8 depth[VIDEO_MAX_PLANES];258 u8 row_depth[VIDEO_MAX_PLANES];
119 u8 depth[VIDEO_MAX_PLANES];195 unsigned long payload[VIDEO_MAX_PLANES];
256 unsigned int payload[VIDEO_MAX_PLANES];257 unsigned int bytesperline[VIDEO_MAX_PLANES];
82 unsigned int fb_sz[VIDEO_MAX_PLANES];
117 unsigned int offsets[VIDEO_MAX_PLANES]; in rga_buf_prepare()
85 - ``plane_fmt[VIDEO_MAX_PLANES]``
98 struct v4l2_plane planes[VIDEO_MAX_PLANES];
253 dma_addr_t buff_addr[VIDEO_MAX_PLANES];
749 unsigned requested_sizes[VIDEO_MAX_PLANES]; in vb2_create_bufs()765 requested_planes > VIDEO_MAX_PLANES) in vb2_create_bufs()
40 #if BIT(PLANE_INDEX_BITS) != VIDEO_MAX_PLANES41 #error PLANE_INDEX_BITS order must be equal to VIDEO_MAX_PLANES
74 #define VIDEO_MAX_PLANES 8 macro2427 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES];
304 planes = min_t(u32, mp->num_planes, VIDEO_MAX_PLANES); in v4l_print_format()1043 VIDEO_MAX_PLANES); in v4l_sanitize_format()3168 if (buf->length > VIDEO_MAX_PLANES) { in check_array_args()
546 ignore define VIDEO_MAX_PLANES