Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: v4l2-image-sizes: add HD and Full-HD definitions

Add common (Full-)HD definitions also known as 720p and 1080p.

Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>

authored by

Marco Felsch and committed by
Mauro Carvalho Chehab
ba99522b 66f92c4e

+6
+6
include/media/v4l2-image-sizes.h
··· 10 10 #define CIF_WIDTH 352 11 11 #define CIF_HEIGHT 288 12 12 13 + #define HD_720_WIDTH 1280 14 + #define HD_720_HEIGHT 720 15 + 16 + #define HD_1080_WIDTH 1920 17 + #define HD_1080_HEIGHT 1080 18 + 13 19 #define QCIF_WIDTH 176 14 20 #define QCIF_HEIGHT 144 15 21