Searched refs:VIDEO_MAX_PLANES (Results 1 – 14 of 14) 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];
121 int h_sample[VIDEO_MAX_PLANES];122 int v_sample[VIDEO_MAX_PLANES];
22 #if VB2_MAX_PLANES != VIDEO_MAX_PLANES23 #error VB2_MAX_PLANES != VIDEO_MAX_PLANES
122 u8 depth[VIDEO_MAX_PLANES];198 unsigned long payload[VIDEO_MAX_PLANES];
255 unsigned int payload[VIDEO_MAX_PLANES];256 unsigned int bytesperline[VIDEO_MAX_PLANES];
218 unsigned int fb_sz[VIDEO_MAX_PLANES];
165 u32 buff_addr[VIDEO_MAX_PLANES];
85 - ``plane_fmt[VIDEO_MAX_PLANES]``
98 struct v4l2_plane planes[VIDEO_MAX_PLANES];
600 if (length > VIDEO_MAX_PLANES) in bufsize_v4l2_buffer()625 if (length > VIDEO_MAX_PLANES) in bufsize_v4l2_buffer_time32()684 if (num_planes > VIDEO_MAX_PLANES) in get_v4l2_buffer32()784 if (num_planes > VIDEO_MAX_PLANES) in get_v4l2_buffer32_time32()
318 planes = min_t(u32, mp->num_planes, VIDEO_MAX_PLANES); in v4l_print_format()1035 VIDEO_MAX_PLANES); in v4l_sanitize_format()3039 if (buf->length > VIDEO_MAX_PLANES) { in check_array_args()
757 unsigned requested_sizes[VIDEO_MAX_PLANES]; in vb2_create_bufs()772 requested_planes > VIDEO_MAX_PLANES) in vb2_create_bufs()
74 #define VIDEO_MAX_PLANES 8 macro2245 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES];
520 ignore define VIDEO_MAX_PLANES