From patchwork Wed Nov 18 11:26:16 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Fricke X-Patchwork-Id: 10445 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 27BD5BE176 for ; Wed, 18 Nov 2020 11:26:25 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 825AC6156B; Wed, 18 Nov 2020 12:26:24 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="EhMMlb+3"; dkim-atps=neutral Received: from mail-ej1-x642.google.com (mail-ej1-x642.google.com [IPv6:2a00:1450:4864:20::642]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 6561861565 for ; Wed, 18 Nov 2020 12:26:21 +0100 (CET) Received: by mail-ej1-x642.google.com with SMTP id i19so2216419ejx.9 for ; Wed, 18 Nov 2020 03:26:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=IijZz7vg3AnaqPV/pEoy1G5OfMotDJOg0KYngTAwaBU=; b=EhMMlb+3y4glGp3+Tg9BKhIgtLCoU5rWVDjx5UghaCfGrEkvJCtLd38vAKeKyw5jGI XcVM6c8mToSJbPQevcyH83qfZ/JF10Yrl2l136bTzvBSz/HNX9heac1WWCrSEMeDmEr9 t4f36G+kGQa7Ys7AsXZS5u3Df7tWctaEUU8YZkWCJW5R5bZ8sn4hADk52pc9V7ehmlDX 4T1aE6bhA5iHgG7EFcaVbMDKSU304afwd07tGPMsFfDQeHxIa4Cv3bFG5NzyMHq0nkTp usMl7F6+c4XqPCNWefo/h4dFT915e3T8lpDqxbUfU3K1Yw9IE8TxoxyOEhhU4y++GKU2 NDUA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=IijZz7vg3AnaqPV/pEoy1G5OfMotDJOg0KYngTAwaBU=; b=bg0TgLtApWBxngDgjJ0rBYoWcv8CMCgfUYGjHDoUshU6r4HJH5caxHsDcgkDQh+K5p XN8OqnWJjOwpzjWRMqBsn4vxxZ0pBHytfJTM0Ju33FLea5NC05BWi4kbHTc/iqv+e7ls lU1jDmXUmO5z0WHjInXaoEWSmu/993Qfjg2xqI7WV+1AIIjunYMTmjYle9L05iVglvq7 BwWglcN66wVl05fL/uhQxMQzJmk+Vq8X4IjLsmJLenyZziYaHwtnAfgA2KJG6xrlN+W+ 1b4YW/jigIVmRWfsONiL3fCZohRMMSl4NLwsgawx8DDMtOxpreOlifJGdHDh0reWxcm+ qskg== X-Gm-Message-State: AOAM5326EmgJvKC7EDpRbuvzFJs5YDLKCxhy5W9vWhH2bM4P7XaYDkR3 yLVT6pDifCUxpIdW9xBF0hzufcNxzeI= X-Google-Smtp-Source: ABdhPJwjaNErJVNdSb02O03Sp01xgGr5RR7k4JtTTUP++WdVrK9/u/DItQfDzSzc9E8i9Xkb7BPZUw== X-Received: by 2002:a17:906:6a57:: with SMTP id n23mr24991892ejs.315.1605698780552; Wed, 18 Nov 2020 03:26:20 -0800 (PST) Received: from basti.fritz.box (p200300d1ff0004004e6f58796d073e25.dip0.t-ipconnect.de. [2003:d1:ff00:400:4e6f:5879:6d07:3e25]) by smtp.gmail.com with ESMTPSA id b15sm13377147edv.85.2020.11.18.03.26.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 18 Nov 2020 03:26:19 -0800 (PST) From: Sebastian Fricke To: libcamera-devel@lists.libcamera.org Date: Wed, 18 Nov 2020 12:26:16 +0100 Message-Id: <20201118112616.11075-1-sebastian.fricke.linux@gmail.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v1] libcamera: v4l2_subdev: update struct description X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" The described documents were moved from 4.15 -> 4.13. s/the fourcc code that identify the format/the fourcc code that identifies the format/ Signed-off-by: Sebastian Fricke Reviewed-by: Kieran Bingham --- src/libcamera/v4l2_subdevice.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/libcamera/v4l2_subdevice.cpp b/src/libcamera/v4l2_subdevice.cpp index 85d00c2..0860c28 100644 --- a/src/libcamera/v4l2_subdevice.cpp +++ b/src/libcamera/v4l2_subdevice.cpp @@ -141,11 +141,11 @@ const std::map formatInfoMap = { * The format of images when transported on physical interconnections is known * as the "media bus format", and it is identified by a resolution and a pixel * format identification code, known as the "media bus code", not to be confused - * with the fourcc code that identify the format of images when stored in memory + * with the fourcc code that identifies the format of images when stored in memory * (see V4L2VideoDevice::V4L2DeviceFormat). * * Media Bus formats supported by the V4L2 APIs are described in Section - * 4.15.3.4.1 of the "Part I - Video for Linux API" chapter of the "Linux Media + * 4.13.3.4.1 of the "Part I - Video for Linux API" chapter of the "Linux Media * Infrastructure userspace API", part of the Linux kernel documentation. * * Image media bus formats are properties of the subdev pads. When images are @@ -154,7 +154,7 @@ const std::map formatInfoMap = { * underlying driver format matching criteria) in order to prepare for a * successful streaming operation. For a more detailed description of the image * format negotiation process when performed between V4L2 subdevices, refer to - * Section 4.15.3.1 of the above mentioned Linux kernel documentation section. + * Section 4.13.3.1 of the above mentioned Linux kernel documentation section. */ /**