Skip to content

Commit

Permalink
media: v4l2-image-sizes: add HD and Full-HD definitions
Browse files Browse the repository at this point in the history
Add common (Full-)HD definitions also known as 720p and 1080p.

Signed-off-by: Marco Felsch <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
Marco Felsch authored and mchehab committed Apr 21, 2020
1 parent 66f92c4 commit ba99522
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions include/media/v4l2-image-sizes.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ba99522

Please sign in to comment.