From patchwork Tue Jun 1 11:24:54 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Umang Jain X-Patchwork-Id: 12478 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 5300BC3205 for ; Tue, 1 Jun 2021 11:25:08 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id AED0D68920; Tue, 1 Jun 2021 13:25:07 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="GQuMJfN6"; 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 B330D6891F for ; Tue, 1 Jun 2021 13:25:06 +0200 (CEST) Received: from perceval.ideasonboard.com (unknown [103.251.226.189]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id E9CBAA2A; Tue, 1 Jun 2021 13:25:04 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1622546706; bh=0qKDqPeVGtI9w8vYcZzwLeg9oaaAfj93wMwYi1Xj1QY=; h=From:To:Cc:Subject:Date:From; b=GQuMJfN6WCAq/XMOVVJYDWhZxu8s9QlmvSYqE0k9dfosKiUc/4l45gQKSyIuIVERu XoeK2DPPg33INXNBCN7FMEs1WWz/Cfz3CUc4ku8RJMJaL43U3bMht/rBVhizT6hwTn uHlfwTObzOkh4aDeweo7Lr/+LW1At9qV3L1K6yGI= From: Umang Jain To: libcamera-devel@lists.libcamera.org Date: Tue, 1 Jun 2021 16:54:54 +0530 Message-Id: <20210601112456.118755-1-umang.jain@ideasonboard.com> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 0/2] frame-durations CTS fixups 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" These patches enable the following CTS test to pass on nautilus platform: android.hardware.camera2.cts.CaptureRequestTest#testNoiseReductionModeControl Umang Jain (2): android: Make FRAME_DURATION key available in static metadata ipa: ipu3: Bump frame duration value src/android/camera_device.cpp | 1 + src/ipa/ipu3/ipu3.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-)