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: 961662 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter2.kernel.org (8.14.4/8.14.4) with ESMTP id p6AIEhYR021117 for ; Sun, 10 Jul 2011 18:14:43 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756236Ab1GJSOm (ORCPT ); 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 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter2.kernel.org [140.211.167.43]); Sun, 10 Jul 2011 18:14:44 +0000 (UTC) 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 + + + +