From patchwork Thu Apr 18 07:49:43 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Umang Jain X-Patchwork-Id: 19901 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 7C48FC3213 for ; Thu, 18 Apr 2024 07:49:56 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 303A8633F4; Thu, 18 Apr 2024 09:49:56 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="P1pkbF4H"; 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 28F2F61B43 for ; Thu, 18 Apr 2024 09:49:54 +0200 (CEST) Received: from fedora.local (unknown [103.251.226.7]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 804B027C; Thu, 18 Apr 2024 09:49:05 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1713426546; bh=56KdlWFWx8AnHxy/m/UPzQUAPSEbbJ4w9Vv1Q+9VJMU=; h=From:To:Cc:Subject:Date:From; b=P1pkbF4H2WC1TiC5Pbu58fNv3Uec3A2YzBS/Djv/hISPDeLVTWC1TtAOdxASTLlHn hdzxcgf8PkIM3urefI8RRDJIxbRHVB5Q9JTf9WlNK9pwa84AXvbOke0sdnEkwWAxyk tv2Up3PNrNdNZnNeRFoGibNjLodwcATtLTELUOdQ= From: Umang Jain To: libcamera-devel@lists.libcamera.org Cc: Umang Jain Subject: [PATCH 0/2] libcamera: Two simple fixes Date: Thu, 18 Apr 2024 13:19:43 +0530 Message-ID: <20240418074945.47349-1-umang.jain@ideasonboard.com> X-Mailer: git-send-email 2.44.0 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" Two really simple fixes. First one is rkisp1 pipeline handler improvement, to use cached Request pointer. This will reduce a recurring function call. Second one is spell error fix. Umang Jain (2): pipeline: rkisp1: Use cached Request pointer libcamera: Fix output spelling error include/libcamera/internal/converter/converter_v4l2_m2m.h | 2 +- src/libcamera/pipeline/rkisp1/rkisp1.cpp | 2 +- utils/raspberrypi/ctt/ctt.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)