From patchwork Thu Apr 18 12:46:29 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Scally X-Patchwork-Id: 19904 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 930C2C3200 for ; Thu, 18 Apr 2024 12:46:45 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 9F8C3633F7; Thu, 18 Apr 2024 14:46:44 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="EjzWaH0l"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id D9DF761B4F for ; Thu, 18 Apr 2024 14:46:42 +0200 (CEST) Received: from mail.ideasonboard.com (cpc141996-chfd3-2-0-cust928.12-3.cable.virginm.net [86.13.91.161]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 0BE0727C; Thu, 18 Apr 2024 14:45:54 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1713444355; bh=aoLXE1lqzSRIbCaoFjMLQsydZa42+NKi2pJ3F8oDPkQ=; h=From:To:Cc:Subject:Date:From; b=EjzWaH0ls7s8ZTpjSs0XtBzqf3KMtFrNthDSXkgWR9nnxIo2V/Z9YrQC4AY+jIz/6 xAVMdnaxPjpm523YLKXr5MzKvIwZHFsCKo2iIpvpJGtn0HBst7LGmRcpcWBZZRkeje 9jrfRk0X4w0qhr/7jbJAB58LhIu6T9r1F4I+Pqhw= From: Daniel Scally To: libcamera-devel@lists.libcamera.org Cc: Daniel Scally Subject: [PATCH 0/3] Minor AGC fixes Date: Thu, 18 Apr 2024 13:46:29 +0100 Message-Id: <20240418124632.652163-1-dan.scally@ideasonboard.com> X-Mailer: git-send-email 2.34.1 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" This series just addresses some of the things that came up in review for the centralised AGC series but which I thought would be better to fix on top (since they should happen regardless of that series) Dan Daniel Scally (3): ipa: ipu3: Refer to integration time instead of shutter speed ipa: rkisp1: Refer to integration time rather than shutter speed ipa: ipu3: Use a Y histogram instead of green src/ipa/ipu3/algorithms/agc.cpp | 27 ++++++++++++++------------- src/ipa/ipu3/algorithms/agc.h | 4 ++-- src/ipa/ipu3/ipa_context.cpp | 8 ++++---- src/ipa/ipu3/ipa_context.h | 4 ++-- src/ipa/ipu3/ipu3.cpp | 8 ++++---- src/ipa/rkisp1/algorithms/agc.cpp | 4 ++-- src/ipa/rkisp1/ipa_context.cpp | 8 ++++---- src/ipa/rkisp1/ipa_context.h | 4 ++-- src/ipa/rkisp1/rkisp1.cpp | 8 ++++---- 9 files changed, 38 insertions(+), 37 deletions(-)