From patchwork Sun Jul 10 18:14:21 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christian Gmeiner X-Patchwork-Id: 7424 Return-path: Envelope-to: mchehab@infradead.org Delivery-date: Sun, 10 Jul 2011 15:15:27 -0300 Received: from mchehab by infradead.org with local (Exim 4.72) (envelope-from ) id 1QfyXP-0006tv-Al for mchehab@infradead.org; Sun, 10 Jul 2011 15:15:27 -0300 Received: from casper.infradead.org [85.118.1.10] by pedra with IMAP (fetchmail-6.3.17) for (single-drop); Sun, 10 Jul 2011 15:15:27 -0300 (BRT) Received: from vger.kernel.org ([209.132.180.67]) by casper.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1QfyWh-0006wN-GY; Sun, 10 Jul 2011 18:14:43 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756236Ab1GJSOm (ORCPT + 1 other); Sun, 10 Jul 2011 14:14:42 -0400 Received: from mail-iw0-f174.google.com ([209.85.214.174]:45435 "EHLO mail-iw0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756218Ab1GJSOl (ORCPT ); Sun, 10 Jul 2011 14:14:41 -0400 Received: by iwn6 with SMTP id 6so3056403iwn.19 for ; Sun, 10 Jul 2011 11:14:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; bh=r8wfPG06OdsDdA4mKWT2SdSZCLB9tTtpDaY4OTCZj5s=; b=iSDWHGSx1Pu5hj3qJVN0twwkZVVBFZhSOgTUrOoMd04YoPejKQgnogWIqyNw4d7MWX xaA4spawj2absbpEJsCJ1Xw/WDxpN8FA1wBwZV5TwD/RN4dbrTMwqKJna+9hJZKKVjLc 0CJMUPMR2gpJg/RcR+4DoQnEpDcgj53MltqBg= Received: by 10.231.121.38 with SMTP id f38mr3803376ibr.26.1310321681055; Sun, 10 Jul 2011 11:14:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.17.70 with HTTP; Sun, 10 Jul 2011 11:14:21 -0700 (PDT) From: Christian Gmeiner Date: Sun, 10 Jul 2011 18:14:21 +0000 Message-ID: Subject: [PATCH 2/3] Document 8-bit and 16-bit YCrCb media bus pixel codes To: linux-media@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Sender: Signed-off-by: Christian Gmeiner --- + -- 1.7.6 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/Documentation/DocBook/media/v4l/subdev-formats.xml b/Documentation/DocBook/media/v4l/subdev-formats.xml index 49c532e..18e30b0 100644 --- a/Documentation/DocBook/media/v4l/subdev-formats.xml +++ b/Documentation/DocBook/media/v4l/subdev-formats.xml @@ -2565,5 +2565,43 @@ + +
+ YCrCb Formats + + YCbCr represents colors as a combination of three values: + + Y - the luminosity (roughly the brightness) + Cb - the chrominance of the blue primary + Cr - the chrominance of the red primary + + + + The following table lists existing YCrCb compressed formats. + + + YCrCb Formats + + + + + + Identifier + Code + + + + + V4L2_MBUS_FMT_YCRCB_1X8 + 0x5001 + + + V4L2_MBUS_FMT_YCRCB_1X16 + 0x5002 + + + +