diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2011-03-11 14:22:21 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-03-22 03:54:31 -0400 |
commit | 665bf368fdc1e7afc9616eda128fe83d6053d5bc (patch) | |
tree | 393975b5ae9dfef149efbf7c19303794756e36f2 /Documentation/DocBook/v4l/subdev-formats.xml | |
parent | 941f896071c5c9120c8473c77246beaf36155247 (diff) |
[media] V4L doc fixes
The xmlto validation produced a number of errors that are now fixed.
Sadly, the DocBook/Makefile still adds --skip-validation to xmlto, so
these errors are missed during a normal compile.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'Documentation/DocBook/v4l/subdev-formats.xml')
-rw-r--r-- | Documentation/DocBook/v4l/subdev-formats.xml | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/Documentation/DocBook/v4l/subdev-formats.xml b/Documentation/DocBook/v4l/subdev-formats.xml index b5376e263d10..7041127d6dfc 100644 --- a/Documentation/DocBook/v4l/subdev-formats.xml +++ b/Documentation/DocBook/v4l/subdev-formats.xml | |||
@@ -63,22 +63,22 @@ | |||
63 | <para>Those formats transfer pixel data as red, green and blue components. | 63 | <para>Those formats transfer pixel data as red, green and blue components. |
64 | The format code is made of the following information. | 64 | The format code is made of the following information. |
65 | <itemizedlist> | 65 | <itemizedlist> |
66 | <listitem>The red, green and blue components order code, as encoded in a | 66 | <listitem><para>The red, green and blue components order code, as encoded in a |
67 | pixel sample. Possible values are RGB and BGR.</listitem> | 67 | pixel sample. Possible values are RGB and BGR.</para></listitem> |
68 | <listitem>The number of bits per component, for each component. The values | 68 | <listitem><para>The number of bits per component, for each component. The values |
69 | can be different for all components. Common values are 555 and 565. | 69 | can be different for all components. Common values are 555 and 565.</para> |
70 | </listitem> | 70 | </listitem> |
71 | <listitem>The number of bus samples per pixel. Pixels that are wider than | 71 | <listitem><para>The number of bus samples per pixel. Pixels that are wider than |
72 | the bus width must be transferred in multiple samples. Common values are | 72 | the bus width must be transferred in multiple samples. Common values are |
73 | 1 and 2.</listitem> | 73 | 1 and 2.</para></listitem> |
74 | <listitem>The bus width.</listitem> | 74 | <listitem><para>The bus width.</para></listitem> |
75 | <listitem>For formats where the total number of bits per pixel is smaller | 75 | <listitem><para>For formats where the total number of bits per pixel is smaller |
76 | than the number of bus samples per pixel times the bus width, a padding | 76 | than the number of bus samples per pixel times the bus width, a padding |
77 | value stating if the bytes are padded in their most high order bits | 77 | value stating if the bytes are padded in their most high order bits |
78 | (PADHI) or low order bits (PADLO).</listitem> | 78 | (PADHI) or low order bits (PADLO).</para></listitem> |
79 | <listitem>For formats where the number of bus samples per pixel is larger | 79 | <listitem><para>For formats where the number of bus samples per pixel is larger |
80 | than 1, an endianness value stating if the pixel is transferred MSB first | 80 | than 1, an endianness value stating if the pixel is transferred MSB first |
81 | (BE) or LSB first (LE).</listitem> | 81 | (BE) or LSB first (LE).</para></listitem> |
82 | </itemizedlist> | 82 | </itemizedlist> |
83 | </para> | 83 | </para> |
84 | 84 | ||
@@ -347,26 +347,26 @@ | |||
347 | <para>Those formats transfer pixel data as red, green and blue components. | 347 | <para>Those formats transfer pixel data as red, green and blue components. |
348 | The format code is made of the following information. | 348 | The format code is made of the following information. |
349 | <itemizedlist> | 349 | <itemizedlist> |
350 | <listitem>The red, green and blue components order code, as encoded in a | 350 | <listitem><para>The red, green and blue components order code, as encoded in a |
351 | pixel sample. The possible values are shown in <xref | 351 | pixel sample. The possible values are shown in <xref |
352 | linkend="bayer-patterns" />.</listitem> | 352 | linkend="bayer-patterns" />.</para></listitem> |
353 | <listitem>The number of bits per pixel component. All components are | 353 | <listitem><para>The number of bits per pixel component. All components are |
354 | transferred on the same number of bits. Common values are 8, 10 and 12. | 354 | transferred on the same number of bits. Common values are 8, 10 and 12.</para> |
355 | </listitem> | 355 | </listitem> |
356 | <listitem>If the pixel components are DPCM-compressed, a mention of the | 356 | <listitem><para>If the pixel components are DPCM-compressed, a mention of the |
357 | DPCM compression and the number of bits per compressed pixel component. | 357 | DPCM compression and the number of bits per compressed pixel component.</para> |
358 | </listitem> | 358 | </listitem> |
359 | <listitem>The number of bus samples per pixel. Pixels that are wider than | 359 | <listitem><para>The number of bus samples per pixel. Pixels that are wider than |
360 | the bus width must be transferred in multiple samples. Common values are | 360 | the bus width must be transferred in multiple samples. Common values are |
361 | 1 and 2.</listitem> | 361 | 1 and 2.</para></listitem> |
362 | <listitem>The bus width.</listitem> | 362 | <listitem><para>The bus width.</para></listitem> |
363 | <listitem>For formats where the total number of bits per pixel is smaller | 363 | <listitem><para>For formats where the total number of bits per pixel is smaller |
364 | than the number of bus samples per pixel times the bus width, a padding | 364 | than the number of bus samples per pixel times the bus width, a padding |
365 | value stating if the bytes are padded in their most high order bits | 365 | value stating if the bytes are padded in their most high order bits |
366 | (PADHI) or low order bits (PADLO).</listitem> | 366 | (PADHI) or low order bits (PADLO).</para></listitem> |
367 | <listitem>For formats where the number of bus samples per pixel is larger | 367 | <listitem><para>For formats where the number of bus samples per pixel is larger |
368 | than 1, an endianness value stating if the pixel is transferred MSB first | 368 | than 1, an endianness value stating if the pixel is transferred MSB first |
369 | (BE) or LSB first (LE).</listitem> | 369 | (BE) or LSB first (LE).</para></listitem> |
370 | </itemizedlist> | 370 | </itemizedlist> |
371 | </para> | 371 | </para> |
372 | 372 | ||
@@ -824,19 +824,19 @@ | |||
824 | <para>Those data formats transfer pixel data as (possibly downsampled) Y, U | 824 | <para>Those data formats transfer pixel data as (possibly downsampled) Y, U |
825 | and V components. The format code is made of the following information. | 825 | and V components. The format code is made of the following information. |
826 | <itemizedlist> | 826 | <itemizedlist> |
827 | <listitem>The Y, U and V components order code, as transferred on the | 827 | <listitem><para>The Y, U and V components order code, as transferred on the |
828 | bus. Possible values are YUYV, UYVY, YVYU and VYUY.</listitem> | 828 | bus. Possible values are YUYV, UYVY, YVYU and VYUY.</para></listitem> |
829 | <listitem>The number of bits per pixel component. All components are | 829 | <listitem><para>The number of bits per pixel component. All components are |
830 | transferred on the same number of bits. Common values are 8, 10 and 12. | 830 | transferred on the same number of bits. Common values are 8, 10 and 12.</para> |
831 | </listitem> | 831 | </listitem> |
832 | <listitem>The number of bus samples per pixel. Pixels that are wider than | 832 | <listitem><para>The number of bus samples per pixel. Pixels that are wider than |
833 | the bus width must be transferred in multiple samples. Common values are | 833 | the bus width must be transferred in multiple samples. Common values are |
834 | 1, 1.5 (encoded as 1_5) and 2.</listitem> | 834 | 1, 1.5 (encoded as 1_5) and 2.</para></listitem> |
835 | <listitem>The bus width. When the bus width is larger than the number of | 835 | <listitem><para>The bus width. When the bus width is larger than the number of |
836 | bits per pixel component, several components are packed in a single bus | 836 | bits per pixel component, several components are packed in a single bus |
837 | sample. The components are ordered as specified by the order code, with | 837 | sample. The components are ordered as specified by the order code, with |
838 | components on the left of the code transferred in the high order bits. | 838 | components on the left of the code transferred in the high order bits. |
839 | Common values are 8 and 16. | 839 | Common values are 8 and 16.</para> |
840 | </listitem> | 840 | </listitem> |
841 | </itemizedlist> | 841 | </itemizedlist> |
842 | </para> | 842 | </para> |