diff options
| author | Jacopo Mondi <[email protected]> | 2024-06-26 20:14:31 +0200 |
|---|---|---|
| committer | Hans Verkuil <[email protected]> | 2024-06-27 13:06:46 +0200 |
| commit | dd6aa1e1de44e9bb4b0f5d96dbf3f84d1e3f35b1 (patch) | |
| tree | 6e8ee04badf80999fdd120b8e8aa35cf390ba0d2 | |
| parent | 23558d802a8e950783b956c457c002a612c09c2c (diff) | |
media: uapi: pixfmt-luma: Document MIPI CSI-2 packing
The Y10P, Y12P and Y14P format variants are packed according to
the RAW10, RAW12 and RAW14 formats as defined by the MIPI CSI-2
specification. Document it.
Signed-off-by: Jacopo Mondi <[email protected]>
Reviewed-by: Laurent Pinchart <[email protected]>
Reviewed-by: Naushir Patuck <[email protected]>
Signed-off-by: Sakari Ailus <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
| -rw-r--r-- | Documentation/userspace-api/media/v4l/pixfmt-yuv-luma.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/userspace-api/media/v4l/pixfmt-yuv-luma.rst b/Documentation/userspace-api/media/v4l/pixfmt-yuv-luma.rst index b3c5779521d8..f02e6cf3516a 100644 --- a/Documentation/userspace-api/media/v4l/pixfmt-yuv-luma.rst +++ b/Documentation/userspace-api/media/v4l/pixfmt-yuv-luma.rst @@ -209,3 +209,7 @@ are often referred to as greyscale formats. For Y012 and Y12 formats, Y012 places its data in the 12 high bits, with padding zeros in the 4 low bits, in contrast to the Y12 format, which has its padding located in the most significant bits of the 16 bit word. + + The 'P' variations of the Y10, Y12 and Y14 formats are packed according to + the RAW10, RAW12 and RAW14 packing scheme as defined by the MIPI CSI-2 + specification. |