Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d6d2137 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[media] DocBook: Better document DTMB time interleaving



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

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent 00c91dfd
Loading
Loading
Loading
Loading
+31 −9
Original line number Diff line number Diff line
@@ -1068,15 +1068,37 @@ typedef enum atscmh_sccc_code_mode {
	</section>
	<section id="DTV-INTERLEAVING">
	<title><constant>DTV_INTERLEAVING</constant></title>
	<para id="fe-interleaving">Interleaving mode</para>
	<programlisting>
enum fe_interleaving {
	INTERLEAVING_NONE,
	INTERLEAVING_AUTO,
	INTERLEAVING_240,
	INTERLEAVING_720,
};
	</programlisting>

<para>Time interleaving to be used. Currently, used only on DTMB.</para>

<table pgwide="1" frame="none" id="fe-interleaving">
    <title>enum fe_interleaving</title>
    <tgroup cols="2">
	&cs-def;
	<thead>
	<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 id="DTV-LNA">
	<title><constant>DTV_LNA</constant></title>