From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtp-vbr4.xs4all.nl ([194.109.24.24]:3334 "EHLO smtp-vbr4.xs4all.nl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751392AbaAaIFX (ORCPT ); Fri, 31 Jan 2014 03:05:23 -0500 Message-ID: <52EB5934.60103@xs4all.nl> Date: Fri, 31 Jan 2014 09:05:08 +0100 From: Hans Verkuil MIME-Version: 1.0 To: Antti Palosaari CC: linux-media@vger.kernel.org Subject: Re: [PATCH 1/2] DocBook: V4L: add V4L2_SDR_FMT_CU8 - 'CU08' References: <1391139409-11737-1-git-send-email-crope@iki.fi> In-Reply-To: <1391139409-11737-1-git-send-email-crope@iki.fi> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org List-ID: Acked-by: Hans Verkuil Regards, Hans On 01/31/2014 04:36 AM, Antti Palosaari wrote: > Document V4L2_SDR_FMT_CU8 SDR format. > It is complex unsigned 8-bit IQ sample. Used by software defined > radio devices. > > Cc: Hans Verkuil > Signed-off-by: Antti Palosaari > --- > .../DocBook/media/v4l/pixfmt-sdr-cu08.xml | 44 ++++++++++++++++++++++ > Documentation/DocBook/media/v4l/pixfmt.xml | 2 + > 2 files changed, 46 insertions(+) > create mode 100644 Documentation/DocBook/media/v4l/pixfmt-sdr-cu08.xml > > diff --git a/Documentation/DocBook/media/v4l/pixfmt-sdr-cu08.xml b/Documentation/DocBook/media/v4l/pixfmt-sdr-cu08.xml > new file mode 100644 > index 0000000..2d80104 > --- /dev/null > +++ b/Documentation/DocBook/media/v4l/pixfmt-sdr-cu08.xml > @@ -0,0 +1,44 @@ > + > + > + V4L2_SDR_FMT_CU8 ('CU08') > + &manvol; > + > + > + > + V4L2_SDR_FMT_CU8 > + > + Complex unsigned 8-bit IQ sample > + > + > + Description > + > +This format contains sequence of complex number samples. Each complex number > +consist two parts, called In-phase and Quadrature (IQ). Both I and Q are > +represented as a 8 bit unsigned number. I value comes first and Q value after > +that. > + > + > + <constant>V4L2_SDR_FMT_CU8</constant> 1 sample > + > + Byte Order. > + Each cell is one byte. > + > + > + > + > + > + start + 0: > + I'0 > + > + > + start + 1: > + Q'0 > + > + > + > + > + > + > + > + > + > diff --git a/Documentation/DocBook/media/v4l/pixfmt.xml b/Documentation/DocBook/media/v4l/pixfmt.xml > index f586d34..40adcb8 100644 > --- a/Documentation/DocBook/media/v4l/pixfmt.xml > +++ b/Documentation/DocBook/media/v4l/pixfmt.xml > @@ -817,6 +817,8 @@ extended control V4L2_CID_MPEG_STREAM_TYPE, see > These formats are used for SDR Capture > interface only. > > + &sub-sdr-cu08; > + > > >
>