[media] media: v4l2-image-sizes.h: add SVGA, XGA and UXGA size definitions
Add SVGA, UXGA and XGA size definitions to v4l2-image-sizes.h. The definitions are sorted by alphabet order. Signed-off-by: Josh Wu <josh.wu@atmel.com> Acked-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
parent
6b213e81dd
commit
1cc6adfef4
|
@ -25,10 +25,19 @@
|
|||
#define QVGA_WIDTH 320
|
||||
#define QVGA_HEIGHT 240
|
||||
|
||||
#define SVGA_WIDTH 800
|
||||
#define SVGA_HEIGHT 680
|
||||
|
||||
#define SXGA_WIDTH 1280
|
||||
#define SXGA_HEIGHT 1024
|
||||
|
||||
#define VGA_WIDTH 640
|
||||
#define VGA_HEIGHT 480
|
||||
|
||||
#define UXGA_WIDTH 1600
|
||||
#define UXGA_HEIGHT 1200
|
||||
|
||||
#define XGA_WIDTH 1024
|
||||
#define XGA_HEIGHT 768
|
||||
|
||||
#endif /* _IMAGE_SIZES_H */
|
||||
|
|
Loading…
Reference in New Issue