lightnvm: NVM should depend on HAS_DMA
[deliverable/linux.git] / Documentation / media / uapi / v4l / pixfmt-indexed.rst
CommitLineData
5377d91f
MH
1.. -*- coding: utf-8; mode: rst -*-
2
3.. _pixfmt-indexed:
4
5**************
6Indexed Format
7**************
8
9In this format each pixel is represented by an 8 bit index into a 256
10entry ARGB palette. It is intended for
11:ref:`Video Output Overlays <osd>` only. There are no ioctls to access
12the palette, this must be done with ioctls of the Linux framebuffer API.
13
14
15
16.. flat-table:: Indexed Image Format
17 :header-rows: 2
18 :stub-columns: 0
19
20
21 - .. row 1
22
23 - Identifier
24
25 - Code
26
0579e6e3 27 -
5377d91f
MH
28 - :cspan:`7` Byte 0
29
30 - .. row 2
31
0579e6e3
MCC
32 -
33 -
5377d91f
MH
34 - Bit
35
36 - 7
37
38 - 6
39
40 - 5
41
42 - 4
43
44 - 3
45
46 - 2
47
48 - 1
49
50 - 0
51
6aeb3f67 52 - .. _V4L2-PIX-FMT-PAL8:
5377d91f
MH
53
54 - ``V4L2_PIX_FMT_PAL8``
55
56 - 'PAL8'
57
0579e6e3 58 -
5377d91f
MH
59 - i\ :sub:`7`
60
61 - i\ :sub:`6`
62
63 - i\ :sub:`5`
64
65 - i\ :sub:`4`
66
67 - i\ :sub:`3`
68
69 - i\ :sub:`2`
70
71 - i\ :sub:`1`
72
73 - i\ :sub:`0`
This page took 0.0576 seconds and 5 git commands to generate.