hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/include/media/v4l2-image-sizes.h
....@@ -1,11 +1,8 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Standard image size definitions
34 *
45 * Copyright (C) 2013, Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
5
- *
6
- * This program is free software; you can redistribute it and/or modify
7
- * it under the terms of the GNU General Public License version 2 as
8
- * published by the Free Software Foundation.
96 */
107 #ifndef _IMAGE_SIZES_H
118 #define _IMAGE_SIZES_H
....@@ -13,6 +10,12 @@
1310 #define CIF_WIDTH 352
1411 #define CIF_HEIGHT 288
1512
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
+
1619 #define QCIF_WIDTH 176
1720 #define QCIF_HEIGHT 144
1821