From patchwork Sat Sep 12 10:11:19 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacopo Mondi X-Patchwork-Id: 9580 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 9C88DC3B5B for ; Sat, 12 Sep 2020 10:07:54 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 31FE162D86; Sat, 12 Sep 2020 12:07:54 +0200 (CEST) Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 45E6462C8C for ; Sat, 12 Sep 2020 12:07:53 +0200 (CEST) X-Originating-IP: 2.224.242.101 Received: from uno.lan (2-224-242-101.ip172.fastwebnet.it [2.224.242.101]) (Authenticated sender: jacopo@jmondi.org) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 1033F1BF203; Sat, 12 Sep 2020 10:07:51 +0000 (UTC) From: Jacopo Mondi To: libcamera-devel@lists.libcamera.org Date: Sat, 12 Sep 2020 12:11:19 +0200 Message-Id: <20200912101129.12625-1-jacopo@jmondi.org> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v4 00/10] android: camera_device: Fix JPEG/RAW sizes 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: , Cc: hanlinchen@chromium.org Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Hello, very small update. Function renames from filter[YUV|RAW]Resolution to 'get', I removed std::stringstream and used LOG(DEBUG) directy and mostly added tags. The patch which is missing the more tags is [8/10] all the other ones have been reviewed. If no objections I would push this series by next week. Thanks j Jacopo Mondi (10): android: camera_device: Refuse unsupported formats android: camera_device: Generate JPEG sizes android: camera_device: Add debug to stream initialization android: camera_device: Break out size calculation android: camera_device: Generate RAW resolutions android: camera_device: Get rid of stream counter android: camera_device: Use Android format android: camera_device: Rework CameraStream handling android: camera_device: Set Encoder at construction android: camera_device: Make CameraStream a class src/android/camera_device.cpp | 225 +++++++++++++++++++++------------- src/android/camera_device.h | 31 +++-- 2 files changed, 163 insertions(+), 93 deletions(-) --- 2.28.0