From: Antti Palosaari <crope@iki.fi>
To: Mauro Carvalho Chehab <mchehab@redhat.com>
Cc: linux-media <linux-media@vger.kernel.org>,
Patrick Boettcher <pboettcher@kernellabs.com>
Subject: Re: [RFCv1] add DTMB support for DVB API
Date: Fri, 23 Dec 2011 23:54:59 +0200 [thread overview]
Message-ID: <4EF4F8B3.3070709@iki.fi> (raw)
In-Reply-To: <4EF45E0D.1080509@redhat.com>
On 12/23/2011 12:55 PM, Mauro Carvalho Chehab wrote:
> On 22-12-2011 19:30, Antti Palosaari wrote:
>> Rename DMB-TH to DTMB.
>
> Patrick seems to believe that CTTB is a better name. In any case,
> whatever name we pick, I think that the DocBook specs (and
> maybe a comment at the header file) should point all the known
> ways to call this standard. So, I'm fine with any choice.
I am not going to change it for CTTB unless there is no some document
given says it is more correct than DTMB. I have looked very many papers
over there and DTMB is absolutely more common as far as I gave seen.
>> Add few new values for existing parameters.
>>
>> Add two new parameters, interleaving and carrier.
>> DTMB supports interleavers: 240 and 720.
>> DTMB supports carriers: 1 and 3780.
>
> The API change looks sane to my eyes. I have just a couple
> comments below.
I think I will add carrier modes to enum fe_transmit_mode... I will send
new propose soon.
>> @@ -169,8 +170,11 @@ typedef enum fe_modulation {
>> APSK_16,
>> APSK_32,
>> DQPSK,
>> + QAM_4_NR,
>
> While the NR is generally associated with the modulation,
> this is a channel code, and not part of the modulation itself
> (btw, the DVBv3 API calls it as "constellation").
>
> Ok, it is easier to add it here, but maybe it would be safer
> to add a separate field for channel coding that would be used
> to enable or disable the Nordstrom-Robinson code.
>
> This is currently used only with QAM-4, but nothing prevents this
> parity code to be added to other types of modulation.
>
>> } fe_modulation_t;
>>
>> +#define QAM_4 QPSK
>
> IMHO, this is overkill, but I'm ok with that.
Anyone else have comment about that?
regards
Antti
--
http://palosaari.fi/
next prev parent reply other threads:[~2011-12-23 21:55 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-22 21:30 [RFCv1] add DTMB support for DVB API Antti Palosaari
2011-12-23 10:55 ` Mauro Carvalho Chehab
2011-12-23 21:54 ` Antti Palosaari [this message]
2011-12-23 21:59 ` Andreas Oberritter
2011-12-23 13:29 ` [RFC] remove dtv_property_dump et al Andreas Oberritter
2011-12-23 13:38 ` [RFCv1] add DTMB support for DVB API Andreas Oberritter
2011-12-23 17:27 ` Patrick Boettcher
2011-12-24 21:56 ` Antti Palosaari
2011-12-27 16:26 ` Patrick Boettcher
2011-12-27 17:50 ` Mauro Carvalho Chehab
2011-12-23 22:33 ` Antti Palosaari
2011-12-23 17:30 ` Patrick Boettcher
2011-12-24 22:04 ` Antti Palosaari
-- strict thread matches above, loose matches on Subject: below --
2011-12-22 21:29 Antti Palosaari
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4EF4F8B3.3070709@iki.fi \
--to=crope@iki.fi \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@redhat.com \
--cc=pboettcher@kernellabs.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.