Add support for the single-planar V4L2 API

Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
This commit is contained in:
Paul Kocialkowski
2018-09-07 16:43:13 +02:00
parent 25a8ac4d7e
commit 7ff2543e64
12 changed files with 267 additions and 92 deletions
+2 -1
View File
@@ -31,9 +31,10 @@ struct video_format {
char *description;
unsigned int v4l2_format;
unsigned int v4l2_buffers_count;
bool v4l2_mplane;
unsigned int drm_format;
uint64_t drm_modifier;
unsigned int drm_planes_count;
unsigned int planes_count;
unsigned int bpp;
};