Commit 5f1e1586 authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab

[media] Media DocBook: fix validation errors

Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent c6ae804a
...@@ -141,13 +141,15 @@ struct dtv_properties { ...@@ -141,13 +141,15 @@ struct dtv_properties {
</row></tbody></tgroup></informaltable> </row></tbody></tgroup></informaltable>
</section> </section>
<section>
<title>Property types</title>
<para> <para>
On <link linkend="FE_GET_PROPERTY">FE_GET_PROPERTY</link>/<link linkend="FE_SET_PROPERTY">FE_SET_PROPERTY</link>, On <link linkend="FE_GET_PROPERTY">FE_GET_PROPERTY</link>/<link linkend="FE_SET_PROPERTY">FE_SET_PROPERTY</link>,
the actual action is determined by the dtv_property cmd/data pairs. With one single ioctl, is possible to the actual action is determined by the dtv_property cmd/data pairs. With one single ioctl, is possible to
get/set up to 64 properties. The actual meaning of each property is described on the next sections. get/set up to 64 properties. The actual meaning of each property is described on the next sections.
</para> </para>
<para>The Available frontend property types are:</para> <para>The available frontend property types are:</para>
<programlisting> <programlisting>
#define DTV_UNDEFINED 0 #define DTV_UNDEFINED 0
#define DTV_TUNE 1 #define DTV_TUNE 1
...@@ -193,6 +195,7 @@ get/set up to 64 properties. The actual meaning of each property is described on ...@@ -193,6 +195,7 @@ get/set up to 64 properties. The actual meaning of each property is described on
#define DTV_ISDBT_LAYER_ENABLED 41 #define DTV_ISDBT_LAYER_ENABLED 41
#define DTV_ISDBS_TS_ID 42 #define DTV_ISDBS_TS_ID 42
</programlisting> </programlisting>
</section>
<section id="fe_property_common"> <section id="fe_property_common">
<title>Parameters that are common to all Digital TV standards</title> <title>Parameters that are common to all Digital TV standards</title>
......
...@@ -2531,13 +2531,13 @@ ...@@ -2531,13 +2531,13 @@
<constant>_JPEG</constant> prefix the format code is made of <constant>_JPEG</constant> prefix the format code is made of
the following information. the following information.
<itemizedlist> <itemizedlist>
<listitem>The number of bus samples per entropy encoded byte.</listitem> <listitem><para>The number of bus samples per entropy encoded byte.</para></listitem>
<listitem>The bus width.</listitem> <listitem><para>The bus width.</para></listitem>
</itemizedlist> </itemizedlist>
</para>
<para>For instance, for a JPEG baseline process and an 8-bit bus width <para>For instance, for a JPEG baseline process and an 8-bit bus width
the format will be named <constant>V4L2_MBUS_FMT_JPEG_1X8</constant>. the format will be named <constant>V4L2_MBUS_FMT_JPEG_1X8</constant>.
</para>
</para> </para>
<para>The following table lists existing JPEG compressed formats.</para> <para>The following table lists existing JPEG compressed formats.</para>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment