From patchwork Sat Aug 3 21:30:03 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 20753 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 7A110BDC71 for ; Sat, 3 Aug 2024 21:30:28 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 2D84B63382; Sat, 3 Aug 2024 23:30:28 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="Qs6P9cgv"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 512716337D for ; Sat, 3 Aug 2024 23:30:26 +0200 (CEST) Received: from pendragon.ideasonboard.com (81-175-209-231.bb.dnainternet.fi [81.175.209.231]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 0888C512 for ; Sat, 3 Aug 2024 23:29:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1722720576; bh=1e9qwrE1r0YQbRK+nf7OVcG8xZj6el7pLWsLTt86awM=; h=From:To:Subject:Date:From; b=Qs6P9cgvk31cWBd58YvWiSWDTBDzvDT4ywPeV69vwNKWqsqwzzSjULOHJQM6V60nL mSnCmTlUZvswpp/TpHjmWaNPRFqt9Y3dm0VdUXjxxkH3ZBQ6Rzj0r2kMjsLz7ZKCaj BtvBR9ZjqJRyEwehLAz6awImP0OZX3uM4TCxRlPE= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Subject: [PATCH] ipa: libipa: camera_sensor_helper: Reference blackLevel() in documentation Date: Sun, 4 Aug 2024 00:30:03 +0300 Message-ID: <20240803213004.23410-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.44.2 MIME-Version: 1.0 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 documentation for the blackLevel_ member is very terse. Reference the more complete documentation of the sibling blackLevel() member function to provide more information. Signed-off-by: Laurent Pinchart Reviewed-by: Milan Zamazal Reviewed-by: Kieran Bingham --- src/ipa/libipa/camera_sensor_helper.cpp | 1 + 1 file changed, 1 insertion(+) base-commit: 19bbca3c0b376ba0183f5db53472c8c46cd402b5 diff --git a/src/ipa/libipa/camera_sensor_helper.cpp b/src/ipa/libipa/camera_sensor_helper.cpp index 2f6e7282ad7f..c07b1a8dcaec 100644 --- a/src/ipa/libipa/camera_sensor_helper.cpp +++ b/src/ipa/libipa/camera_sensor_helper.cpp @@ -235,6 +235,7 @@ double CameraSensorHelper::gain(uint32_t gainCode) const /** * \var CameraSensorHelper::blackLevel_ * \brief The black level of the sensor + * \sa CameraSensorHelper::blackLevel() */ /**