From patchwork Thu Jun 4 13:34:59 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacopo Mondi X-Patchwork-Id: 3914 Return-Path: Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [217.70.183.197]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 3D8BA61027 for ; Thu, 4 Jun 2020 15:31:46 +0200 (CEST) X-Originating-IP: 2.224.242.101 Received: from uno.localdomain (2-224-242-101.ip172.fastwebnet.it [2.224.242.101]) (Authenticated sender: jacopo@jmondi.org) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id A66061C000E; Thu, 4 Jun 2020 13:31:45 +0000 (UTC) From: Jacopo Mondi To: libcamera-devel@lists.libcamera.org Date: Thu, 4 Jun 2020 15:34:59 +0200 Message-Id: <20200604133503.14689-1-jacopo@jmondi.org> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v2 0/4] android: Implement format translation 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: , X-List-Received-Date: Thu, 04 Jun 2020 13:31:46 -0000 Addressed review comments, mostly in 1/4 to simplify the implementation by using a vector in place of std::set and std::forward_list. The first 4 patches of the v1 series have been merged. Thanks j Jacopo Mondi (4): android: camera_device: Build stream configuration android: camera_device: Calculate metadata size android: camera_device: Replace hardcoded stream configuration android: camera_device: Translate Android format src/android/camera_device.cpp | 318 ++++++++++++++++++++++++++++++---- src/android/camera_device.h | 14 ++ 2 files changed, 299 insertions(+), 33 deletions(-) --- 2.26.2