Searched refs:VIDEO_MAX_PLANES (Results 1 – 13 of 13) sorted by relevance
79 int h_sample[VIDEO_MAX_PLANES];80 int v_sample[VIDEO_MAX_PLANES];100 u32 bytesperline[VIDEO_MAX_PLANES];101 u32 sizeimage[VIDEO_MAX_PLANES];
65 u8 depth[VIDEO_MAX_PLANES];66 u8 row_depth[VIDEO_MAX_PLANES];107 unsigned long payload[VIDEO_MAX_PLANES];108 unsigned int pitch[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];
218 unsigned int fb_sz[VIDEO_MAX_PLANES];
255 unsigned int payload[VIDEO_MAX_PLANES];256 unsigned int bytesperline[VIDEO_MAX_PLANES];
92 - ``plane_fmt[VIDEO_MAX_PLANES]``
105 struct v4l2_plane planes[VIDEO_MAX_PLANES];
694 unsigned requested_sizes[VIDEO_MAX_PLANES]; in vb2_create_bufs()709 requested_planes > VIDEO_MAX_PLANES) in vb2_create_bufs()
570 if (length > VIDEO_MAX_PLANES) in bufsize_v4l2_buffer()629 if (num_planes > VIDEO_MAX_PLANES) in get_v4l2_buffer32()
317 planes = min_t(u32, mp->num_planes, VIDEO_MAX_PLANES); in v4l_print_format()1020 VIDEO_MAX_PLANES); in v4l_sanitize_format()2959 if (buf->length > VIDEO_MAX_PLANES) { in check_array_args()
74 #define VIDEO_MAX_PLANES 8 macro2187 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES];
508 ignore define VIDEO_MAX_PLANES