[media] DocBook: Better document DTMB time interleaving

The DTMB time interleaving was not properly documented. Add
a documentation for it.

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
Mauro Carvalho Chehab 2015-06-07 06:35:20 -03:00
parent 00c91dfd7b
commit 3d6d213776

View file

@ -1068,15 +1068,37 @@ typedef enum atscmh_sccc_code_mode {
</section> </section>
<section id="DTV-INTERLEAVING"> <section id="DTV-INTERLEAVING">
<title><constant>DTV_INTERLEAVING</constant></title> <title><constant>DTV_INTERLEAVING</constant></title>
<para id="fe-interleaving">Interleaving mode</para>
<programlisting> <para>Time interleaving to be used. Currently, used only on DTMB.</para>
enum fe_interleaving {
INTERLEAVING_NONE, <table pgwide="1" frame="none" id="fe-interleaving">
INTERLEAVING_AUTO, <title>enum fe_interleaving</title>
INTERLEAVING_240, <tgroup cols="2">
INTERLEAVING_720, &cs-def;
}; <thead>
</programlisting> <row>
<entry>ID</entry>
<entry>Description</entry>
</row>
</thead>
<tbody valign="top">
<row>
<entry id="INTERLEAVING-NONE"><constant>INTERLEAVING_NONE</constant></entry>
<entry>No interleaving.</entry>
</row><row>
<entry id="INTERLEAVING-AUTO"><constant>INTERLEAVING_AUTO</constant></entry>
<entry>Auto-detect interleaving.</entry>
</row><row>
<entry id="INTERLEAVING-240"><constant>INTERLEAVING_240</constant></entry>
<entry>Interleaving of 240 symbols.</entry>
</row><row>
<entry id="INTERLEAVING-720"><constant>INTERLEAVING_720</constant></entry>
<entry>Interleaving of 720 symbols.</entry>
</row>
</tbody>
</tgroup>
</table>
</section> </section>
<section id="DTV-LNA"> <section id="DTV-LNA">
<title><constant>DTV_LNA</constant></title> <title><constant>DTV_LNA</constant></title>