Home
last modified time | relevance | path

Searched refs:fourcc_code (Results 1 – 25 of 29) sorted by relevance

12

/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/libdrm/
H A Ddrm_fourcc.h69 #define fourcc_code(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | \ macro
78 #define DRM_FORMAT_C8 fourcc_code('C', '8', ' ', ' ') /* [7:0] C */
81 #define DRM_FORMAT_R8 fourcc_code('R', '8', ' ', ' ') /* [7:0] R */
84 #define DRM_FORMAT_R16 fourcc_code('R', '1', '6', ' ') /* [15:0] R little endian */
87 #define DRM_FORMAT_RG88 fourcc_code('R', 'G', '8', '8') /* [15:0] R:G 8:8 little endian */
88 #define DRM_FORMAT_GR88 fourcc_code('G', 'R', '8', '8') /* [15:0] G:R 8:8 little endian */
91 #define DRM_FORMAT_RG1616 fourcc_code('R', 'G', '3', '2') /* [31:0] R:G 16:16 little endian */
92 #define DRM_FORMAT_GR1616 fourcc_code('G', 'R', '3', '2') /* [31:0] G:R 16:16 little endian */
95 #define DRM_FORMAT_RGB332 fourcc_code('R', 'G', 'B', '8') /* [7:0] R:G:B 3:3:2 */
96 #define DRM_FORMAT_BGR233 fourcc_code('B', 'G', 'R', '8') /* [7:0] B:G:R 2:3:3 */
[all …]
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/libdrm/
H A Ddrm_fourcc.h69 #define fourcc_code(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | \ macro
78 #define DRM_FORMAT_C8 fourcc_code('C', '8', ' ', ' ') /* [7:0] C */
81 #define DRM_FORMAT_R8 fourcc_code('R', '8', ' ', ' ') /* [7:0] R */
84 #define DRM_FORMAT_R16 fourcc_code('R', '1', '6', ' ') /* [15:0] R little endian */
87 #define DRM_FORMAT_RG88 fourcc_code('R', 'G', '8', '8') /* [15:0] R:G 8:8 little endian */
88 #define DRM_FORMAT_GR88 fourcc_code('G', 'R', '8', '8') /* [15:0] G:R 8:8 little endian */
91 #define DRM_FORMAT_RG1616 fourcc_code('R', 'G', '3', '2') /* [31:0] R:G 16:16 little endian */
92 #define DRM_FORMAT_GR1616 fourcc_code('G', 'R', '3', '2') /* [31:0] G:R 16:16 little endian */
95 #define DRM_FORMAT_RGB332 fourcc_code('R', 'G', 'B', '8') /* [7:0] R:G:B 3:3:2 */
96 #define DRM_FORMAT_BGR233 fourcc_code('B', 'G', 'R', '8') /* [7:0] B:G:R 2:3:3 */
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/libdrm/
H A Ddrm_fourcc.h69 #define fourcc_code(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | \ macro
78 #define DRM_FORMAT_C8 fourcc_code('C', '8', ' ', ' ') /* [7:0] C */
81 #define DRM_FORMAT_R8 fourcc_code('R', '8', ' ', ' ') /* [7:0] R */
84 #define DRM_FORMAT_R16 fourcc_code('R', '1', '6', ' ') /* [15:0] R little endian */
87 #define DRM_FORMAT_RG88 fourcc_code('R', 'G', '8', '8') /* [15:0] R:G 8:8 little endian */
88 #define DRM_FORMAT_GR88 fourcc_code('G', 'R', '8', '8') /* [15:0] G:R 8:8 little endian */
91 #define DRM_FORMAT_RG1616 fourcc_code('R', 'G', '3', '2') /* [31:0] R:G 16:16 little endian */
92 #define DRM_FORMAT_GR1616 fourcc_code('G', 'R', '3', '2') /* [31:0] G:R 16:16 little endian */
95 #define DRM_FORMAT_RGB332 fourcc_code('R', 'G', 'B', '8') /* [7:0] R:G:B 3:3:2 */
96 #define DRM_FORMAT_BGR233 fourcc_code('B', 'G', 'R', '8') /* [7:0] B:G:R 2:3:3 */
[all …]
/OK3568_Linux_fs/kernel/include/uapi/drm/
H A Ddrm_fourcc.h69 #define fourcc_code(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | \ macro
78 #define DRM_FORMAT_C8 fourcc_code('C', '8', ' ', ' ') /* [7:0] C */
81 #define DRM_FORMAT_R8 fourcc_code('R', '8', ' ', ' ') /* [7:0] R */
84 #define DRM_FORMAT_R16 fourcc_code('R', '1', '6', ' ') /* [15:0] R little endian */
87 #define DRM_FORMAT_RG88 fourcc_code('R', 'G', '8', '8') /* [15:0] R:G 8:8 little endian */
88 #define DRM_FORMAT_GR88 fourcc_code('G', 'R', '8', '8') /* [15:0] G:R 8:8 little endian */
91 #define DRM_FORMAT_RG1616 fourcc_code('R', 'G', '3', '2') /* [31:0] R:G 16:16 little endian */
92 #define DRM_FORMAT_GR1616 fourcc_code('G', 'R', '3', '2') /* [31:0] G:R 16:16 little endian */
95 #define DRM_FORMAT_RGB332 fourcc_code('R', 'G', 'B', '8') /* [7:0] R:G:B 3:3:2 */
96 #define DRM_FORMAT_BGR233 fourcc_code('B', 'G', 'R', '8') /* [7:0] B:G:R 2:3:3 */
[all …]
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/drm/
H A Ddrm_fourcc.h93 #define fourcc_code(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | \ macro
102 #define DRM_FORMAT_C8 fourcc_code('C', '8', ' ', ' ') /* [7:0] C */
105 #define DRM_FORMAT_R8 fourcc_code('R', '8', ' ', ' ') /* [7:0] R */
108 #define DRM_FORMAT_R16 fourcc_code('R', '1', '6', ' ') /* [15:0] R little endian */
111 #define DRM_FORMAT_RG88 fourcc_code('R', 'G', '8', '8') /* [15:0] R:G 8:8 little endian */
112 #define DRM_FORMAT_GR88 fourcc_code('G', 'R', '8', '8') /* [15:0] G:R 8:8 little endian */
115 #define DRM_FORMAT_RG1616 fourcc_code('R', 'G', '3', '2') /* [31:0] R:G 16:16 little endian */
116 #define DRM_FORMAT_GR1616 fourcc_code('G', 'R', '3', '2') /* [31:0] G:R 16:16 little endian */
119 #define DRM_FORMAT_RGB332 fourcc_code('R', 'G', 'B', '8') /* [7:0] R:G:B 3:3:2 */
120 #define DRM_FORMAT_BGR233 fourcc_code('B', 'G', 'R', '8') /* [7:0] B:G:R 2:3:3 */
[all …]
/OK3568_Linux_fs/external/linux-rga/core/3rdparty/libdrm/include/drm/
H A Ddrm_fourcc.h93 #define fourcc_code(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | \ macro
102 #define DRM_FORMAT_C8 fourcc_code('C', '8', ' ', ' ') /* [7:0] C */
105 #define DRM_FORMAT_R8 fourcc_code('R', '8', ' ', ' ') /* [7:0] R */
108 #define DRM_FORMAT_R16 fourcc_code('R', '1', '6', ' ') /* [15:0] R little endian */
111 #define DRM_FORMAT_RG88 fourcc_code('R', 'G', '8', '8') /* [15:0] R:G 8:8 little endian */
112 #define DRM_FORMAT_GR88 fourcc_code('G', 'R', '8', '8') /* [15:0] G:R 8:8 little endian */
115 #define DRM_FORMAT_RG1616 fourcc_code('R', 'G', '3', '2') /* [31:0] R:G 16:16 little endian */
116 #define DRM_FORMAT_GR1616 fourcc_code('G', 'R', '3', '2') /* [31:0] G:R 16:16 little endian */
119 #define DRM_FORMAT_RGB332 fourcc_code('R', 'G', 'B', '8') /* [7:0] R:G:B 3:3:2 */
120 #define DRM_FORMAT_BGR233 fourcc_code('B', 'G', 'R', '8') /* [7:0] B:G:R 2:3:3 */
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/drm/
H A Ddrm_fourcc.h69 #define fourcc_code(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | \ macro
78 #define DRM_FORMAT_C8 fourcc_code('C', '8', ' ', ' ') /* [7:0] C */
81 #define DRM_FORMAT_R8 fourcc_code('R', '8', ' ', ' ') /* [7:0] R */
84 #define DRM_FORMAT_R16 fourcc_code('R', '1', '6', ' ') /* [15:0] R little endian */
87 #define DRM_FORMAT_RG88 fourcc_code('R', 'G', '8', '8') /* [15:0] R:G 8:8 little endian */
88 #define DRM_FORMAT_GR88 fourcc_code('G', 'R', '8', '8') /* [15:0] G:R 8:8 little endian */
91 #define DRM_FORMAT_RG1616 fourcc_code('R', 'G', '3', '2') /* [31:0] R:G 16:16 little endian */
92 #define DRM_FORMAT_GR1616 fourcc_code('G', 'R', '3', '2') /* [31:0] G:R 16:16 little endian */
95 #define DRM_FORMAT_RGB332 fourcc_code('R', 'G', 'B', '8') /* [7:0] R:G:B 3:3:2 */
96 #define DRM_FORMAT_BGR233 fourcc_code('B', 'G', 'R', '8') /* [7:0] B:G:R 2:3:3 */
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/drm/
H A Ddrm_fourcc.h69 #define fourcc_code(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | \ macro
78 #define DRM_FORMAT_C8 fourcc_code('C', '8', ' ', ' ') /* [7:0] C */
81 #define DRM_FORMAT_R8 fourcc_code('R', '8', ' ', ' ') /* [7:0] R */
84 #define DRM_FORMAT_R16 fourcc_code('R', '1', '6', ' ') /* [15:0] R little endian */
87 #define DRM_FORMAT_RG88 fourcc_code('R', 'G', '8', '8') /* [15:0] R:G 8:8 little endian */
88 #define DRM_FORMAT_GR88 fourcc_code('G', 'R', '8', '8') /* [15:0] G:R 8:8 little endian */
91 #define DRM_FORMAT_RG1616 fourcc_code('R', 'G', '3', '2') /* [31:0] R:G 16:16 little endian */
92 #define DRM_FORMAT_GR1616 fourcc_code('G', 'R', '3', '2') /* [31:0] G:R 16:16 little endian */
95 #define DRM_FORMAT_RGB332 fourcc_code('R', 'G', 'B', '8') /* [7:0] R:G:B 3:3:2 */
96 #define DRM_FORMAT_BGR233 fourcc_code('B', 'G', 'R', '8') /* [7:0] B:G:R 2:3:3 */
[all …]
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/
H A Dgstkmsutils.h34 #define DRM_FORMAT_NV12_10 fourcc_code('N', 'A', '1', '2')
38 #define DRM_FORMAT_NV15 fourcc_code('N', 'V', '1', '5')
42 #define DRM_FORMAT_YUV420_8BIT fourcc_code('Y', 'U', '0', '8')
46 #define DRM_FORMAT_YUV420_10BIT fourcc_code('Y', 'U', '1', '0')
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0059-pixel-formats-Support-NV15-YU08-YU10.patch46 +#define DRM_FORMAT_NV15 fourcc_code('N', 'V', '1', '5')
50 +#define DRM_FORMAT_YUV420_8BIT fourcc_code('Y', 'U', '0', '8')
54 +#define DRM_FORMAT_YUV420_10BIT fourcc_code('Y', 'U', '1', '0')
H A D0053-gl-renderer-dmabuf-Support-NV12-AFBC-and-NV12_10-AFB.patch26 +#define DRM_FORMAT_YUV420_8BIT fourcc_code('Y', 'U', '0', '8')
30 +#define DRM_FORMAT_YUV420_10BIT fourcc_code('Y', 'U', '1', '0')
/OK3568_Linux_fs/buildroot/package/weston/
H A D0056-pixel-formats-Support-NV15-YU08-YU10.patch46 +#define DRM_FORMAT_NV15 fourcc_code('N', 'V', '1', '5')
50 +#define DRM_FORMAT_YUV420_8BIT fourcc_code('Y', 'U', '0', '8')
54 +#define DRM_FORMAT_YUV420_10BIT fourcc_code('Y', 'U', '1', '0')
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0056-pixel-formats-Support-NV15-YU08-YU10.patch46 +#define DRM_FORMAT_NV15 fourcc_code('N', 'V', '1', '5')
50 +#define DRM_FORMAT_YUV420_8BIT fourcc_code('Y', 'U', '0', '8')
54 +#define DRM_FORMAT_YUV420_10BIT fourcc_code('Y', 'U', '1', '0')
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/
H A D0024-kmssink-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV1.patch359 +#define DRM_FORMAT_NV12_10 fourcc_code('N', 'A', '1', '2')
363 +#define DRM_FORMAT_NV15 fourcc_code('N', 'V', '1', '5')
367 +#define DRM_FORMAT_YUV420_8BIT fourcc_code('Y', 'U', '0', '8')
371 +#define DRM_FORMAT_YUV420_10BIT fourcc_code('Y', 'U', '1', '0')
H A D0025-waylandsink-Support-NV12_10LE40-and-NV12-NV12_10LE40.patch337 +#define DRM_FORMAT_NV15 fourcc_code('N', 'V', '1', '5')
341 +#define DRM_FORMAT_YUV420_8BIT fourcc_code('Y', 'U', '0', '8')
345 +#define DRM_FORMAT_YUV420_10BIT fourcc_code('Y', 'U', '1', '0')
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/
H A D0025-kmssink-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV1.patch351 +#define DRM_FORMAT_NV12_10 fourcc_code('N', 'A', '1', '2')
355 +#define DRM_FORMAT_NV15 fourcc_code('N', 'V', '1', '5')
359 +#define DRM_FORMAT_YUV420_8BIT fourcc_code('Y', 'U', '0', '8')
363 +#define DRM_FORMAT_YUV420_10BIT fourcc_code('Y', 'U', '1', '0')
H A D0026-waylandsink-Support-NV12_10LE40-and-NV12-NV12_10LE40.patch365 +#define DRM_FORMAT_NV15 fourcc_code('N', 'V', '1', '5')
369 +#define DRM_FORMAT_YUV420_8BIT fourcc_code('Y', 'U', '0', '8')
373 +#define DRM_FORMAT_YUV420_10BIT fourcc_code('Y', 'U', '1', '0')
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/
H A D0025-kmssink-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV1.patch351 +#define DRM_FORMAT_NV12_10 fourcc_code('N', 'A', '1', '2')
355 +#define DRM_FORMAT_NV15 fourcc_code('N', 'V', '1', '5')
359 +#define DRM_FORMAT_YUV420_8BIT fourcc_code('Y', 'U', '0', '8')
363 +#define DRM_FORMAT_YUV420_10BIT fourcc_code('Y', 'U', '1', '0')
H A D0026-waylandsink-Support-NV12_10LE40-and-NV12-NV12_10LE40.patch365 +#define DRM_FORMAT_NV15 fourcc_code('N', 'V', '1', '5')
369 +#define DRM_FORMAT_YUV420_8BIT fourcc_code('Y', 'U', '0', '8')
373 +#define DRM_FORMAT_YUV420_10BIT fourcc_code('Y', 'U', '1', '0')
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22/
H A D0012-glupload-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV.patch151 +#define DRM_FORMAT_NV15 fourcc_code('N', 'V', '1', '5')
155 +#define DRM_FORMAT_YUV420_8BIT fourcc_code('Y', 'U', '0', '8')
159 +#define DRM_FORMAT_YUV420_10BIT fourcc_code('Y', 'U', '1', '0')
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-base/
H A D0012-glupload-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV.patch151 +#define DRM_FORMAT_NV15 fourcc_code('N', 'V', '1', '5')
155 +#define DRM_FORMAT_YUV420_8BIT fourcc_code('Y', 'U', '0', '8')
159 +#define DRM_FORMAT_YUV420_10BIT fourcc_code('Y', 'U', '1', '0')
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20/
H A D0012-glupload-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV.patch151 +#define DRM_FORMAT_NV15 fourcc_code('N', 'V', '1', '5')
155 +#define DRM_FORMAT_YUV420_8BIT fourcc_code('Y', 'U', '0', '8')
159 +#define DRM_FORMAT_YUV420_10BIT fourcc_code('Y', 'U', '1', '0')
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_drv.h55 #define DRM_FORMAT_NV20 fourcc_code('N', 'V', '2', '0') /* 2x1 subsampled Cr:Cb plane */
59 #define DRM_FORMAT_NV30 fourcc_code('N', 'V', '3', '0') /* non-subsampled Cr:Cb plane */
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_xv.c70 #define DRM_FORMAT_NV12_10 fourcc_code('N', 'A', '1', '2')
74 #define DRM_FORMAT_NV15 fourcc_code('N', 'V', '1', '5')
78 #define DRM_FORMAT_YUV420_8BIT fourcc_code('Y', 'U', '0', '8')
82 #define DRM_FORMAT_YUV420_10BIT fourcc_code('Y', 'U', '1', '0')
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/kmssrc/
H A Dgstkmssrc.c38 #define DRM_FORMAT_NV12_10 fourcc_code('N', 'A', '1', '2')
42 #define DRM_FORMAT_NV15 fourcc_code('N', 'V', '1', '5')

12