/* SPDX-License-Identifier: GPL-2.0-only */
/*
* MIPI CSI-2 Data Types
*
* Copyright (C) 2022 Laurent Pinchart <laurent.pinchart@ideasonboard.com>
*/
#ifndef _MEDIA_MIPI_CSI2_H
#define _MEDIA_MIPI_CSI2_H
/* Short packet data types */
#define MIPI_CSI2_DT_FS 0 x00
#define MIPI_CSI2_DT_FE 0 x01
#define MIPI_CSI2_DT_LS 0 x02
#define MIPI_CSI2_DT_LE 0 x03
#define MIPI_CSI2_DT_GENERIC_SHORT(n) (0 x08 + (n)) /* 0..7 */
/* Long packet data types */
#define MIPI_CSI2_DT_NULL 0 x10
#define MIPI_CSI2_DT_BLANKING 0 x11
#define MIPI_CSI2_DT_EMBEDDED_8B 0 x12
#define MIPI_CSI2_DT_GENERIC_LONG(n) (0 x13 + (n) - 1 ) /* 1..4 */
#define MIPI_CSI2_DT_YUV420_8B 0 x18
#define MIPI_CSI2_DT_YUV420_10B 0 x19
#define MIPI_CSI2_DT_YUV420_8B_LEGACY 0 x1a
#define MIPI_CSI2_DT_YUV420_8B_CS 0 x1c
#define MIPI_CSI2_DT_YUV420_10B_CS 0 x1d
#define MIPI_CSI2_DT_YUV422_8B 0 x1e
#define MIPI_CSI2_DT_YUV422_10B 0 x1f
#define MIPI_CSI2_DT_RGB444 0 x20
#define MIPI_CSI2_DT_RGB555 0 x21
#define MIPI_CSI2_DT_RGB565 0 x22
#define MIPI_CSI2_DT_RGB666 0 x23
#define MIPI_CSI2_DT_RGB888 0 x24
#define MIPI_CSI2_DT_RAW28 0 x26
#define MIPI_CSI2_DT_RAW24 0 x27
#define MIPI_CSI2_DT_RAW6 0 x28
#define MIPI_CSI2_DT_RAW7 0 x29
#define MIPI_CSI2_DT_RAW8 0 x2a
#define MIPI_CSI2_DT_RAW10 0 x2b
#define MIPI_CSI2_DT_RAW12 0 x2c
#define MIPI_CSI2_DT_RAW14 0 x2d
#define MIPI_CSI2_DT_RAW16 0 x2e
#define MIPI_CSI2_DT_RAW20 0 x2f
#define MIPI_CSI2_DT_USER_DEFINED(n) (0 x30 + (n)) /* 0..7 */
#endif /* _MEDIA_MIPI_CSI2_H */
Messung V0.5 in Prozent C=93 H=97 G=94
¤ Dauer der Verarbeitung: 0.9 Sekunden
(vorverarbeitet am 2026-06-07)
¤
*© Formatika GbR, Deutschland