From patchwork Sun Apr 18 17:27:12 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Fricke X-Patchwork-Id: 11981 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 29F36BD812 for ; Sun, 18 Apr 2021 17:27:43 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id DCF5A6880B; Sun, 18 Apr 2021 19:27:42 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=posteo.net header.i=@posteo.net header.b="ZoCuRURy"; dkim-atps=neutral Received: from mout02.posteo.de (mout02.posteo.de [185.67.36.66]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id B39DD602CA for ; Sun, 18 Apr 2021 19:27:41 +0200 (CEST) Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 48E9B2400FC for ; Sun, 18 Apr 2021 19:27:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1618766861; bh=LOboeNbyDE+Iw6WLkNVKOnJElmmDna+dPcosSZV7fIE=; h=From:To:Cc:Subject:Date:From; b=ZoCuRURy/oWb49mWz2vx4GuEV1+t1GwkFchUb69g5IM3JBRUhPAb9lo9gqeyc3rJ3 LhBeZbDS4JIHY3xl8+tMLlW/+yyZ4AI4fB2lRvaiT1UPhZQRd9rR5dup67zRlwS+hn BbNa48hcWHl1Z5CpNW+p/yFG5pe1ZrbMTkeg5OtebdRaJjv1lxmsBIKZM1UbqHnS0c 4IpGoy3mQpvPSotb3kTwJVkenTvA5d9x/2jgQeK/+q7u95AsLN0gW9OtEscNmHFCTq CLBEhpzK5MFoARLxTS90Ri4/eYRxStKCXLTSZrEeh38S0NG+LTdCUve7efNd4r/gBb Nxkitq+yhk0MQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4FNcMw6QQHz9rxD; Sun, 18 Apr 2021 19:27:40 +0200 (CEST) From: Sebastian Fricke To: libcamera-devel@lists.libcamera.org Date: Sun, 18 Apr 2021 17:27:12 +0000 Message-Id: <20210418172712.61536-3-sebastian.fricke@posteo.net> In-Reply-To: <20210418172712.61536-1-sebastian.fricke@posteo.net> References: <20210418172712.61536-1-sebastian.fricke@posteo.net> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v2] ipa: cam_helper.hpp: Correct a wrong choice of term 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" Sensors provide embedded data buffers and not metadata buffers, replace the incorrect term with the correct one. Signed-off-by: Sebastian Fricke Reviewed-by: David Plowman Reviewed-by: Laurent Pinchart --- src/ipa/raspberrypi/cam_helper.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ipa/raspberrypi/cam_helper.hpp b/src/ipa/raspberrypi/cam_helper.hpp index eaf73019..c3ed5362 100644 --- a/src/ipa/raspberrypi/cam_helper.hpp +++ b/src/ipa/raspberrypi/cam_helper.hpp @@ -35,7 +35,7 @@ namespace RPiController { // // A method to query if the sensor outputs embedded data that can be parsed. // -// A parser to parse the metadata buffers provided by some sensors (for +// A parser to parse the embedded data buffers provided by some sensors (for // example, the imx219 does; the ov5647 doesn't). This allows us to know for // sure the exposure and gain of the frame we're looking at. CamHelper // provides methods for converting analogue gains to and from the sensor's