mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 01:10:54 +07:00
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>
This commit is contained in:
parent
66f92c4e17
commit
ba99522b2b
@ -10,6 +10,12 @@
|
||||
#define CIF_WIDTH 352
|
||||
#define CIF_HEIGHT 288
|
||||
|
||||
#define HD_720_WIDTH 1280
|
||||
#define HD_720_HEIGHT 720
|
||||
|
||||
#define HD_1080_WIDTH 1920
|
||||
#define HD_1080_HEIGHT 1080
|
||||
|
||||
#define QCIF_WIDTH 176
|
||||
#define QCIF_HEIGHT 144
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user