From patchwork Fri Jan 29 14:26:12 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacopo Mondi X-Patchwork-Id: 11056 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 AA26BC33BB for ; Fri, 29 Jan 2021 14:26:00 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 16C37683AA; Fri, 29 Jan 2021 15:26:00 +0100 (CET) Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 74A1268369 for ; Fri, 29 Jan 2021 15:25:59 +0100 (CET) X-Originating-IP: 93.34.118.233 Received: from uno.lan (93-34-118-233.ip49.fastwebnet.it [93.34.118.233]) (Authenticated sender: jacopo@jmondi.org) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 2DFF22000D for ; Fri, 29 Jan 2021 14:25:58 +0000 (UTC) From: Jacopo Mondi To: libcamera-devel@lists.libcamera.org Date: Fri, 29 Jan 2021 15:26:12 +0100 Message-Id: <20210129142615.669464-1-jacopo@jmondi.org> X-Mailer: git-send-email 2.30.0 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 0/3] android: Add missing Request keys 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" A small series that fixes CTS test android.hardware.camera2.cts.StaticMetadataTest#testCapabilities and prepares to address android.hardware.camera2.cts.CaptureResultTest#testCameraCaptureResultAllKeys Sending out early as multiple people is playing around with getResultMetadata() and merging this fast will avoid annoying rebases. Thanks j Jacopo Mondi (3): android: camera_device: Alphabetically sort keys android: camera_device: Add missing request keys android: camera_device: Use reference to settings src/android/camera_device.cpp | 129 +++++++++++++++++++--------------- 1 file changed, 72 insertions(+), 57 deletions(-) --- 2.30.0