From patchwork Fri Apr 30 04:39:55 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Umang Jain X-Patchwork-Id: 12134 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 00047BDE47 for ; Fri, 30 Apr 2021 04:40:09 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 4ED4E68901; Fri, 30 Apr 2021 06:40:09 +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="KN1z4x5G"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 88418602C0 for ; Fri, 30 Apr 2021 06:40:07 +0200 (CEST) Received: from perceval.ideasonboard.com (unknown [103.251.226.128]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 87F36B1A; Fri, 30 Apr 2021 06:40:05 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1619757607; bh=q8DSXtusPJLbDba3zMvdaHLRtnMLe9GNk1V4n2luPgE=; h=From:To:Cc:Subject:Date:From; b=KN1z4x5G5RPET9v9ihiF1pf2OeuQlJm93eYr8rjuUCTVoLR0f9Y78/pxsuecFvtLt KDz6J51gTyJzBLFItP8sapVnatA0SFMyqVDvV5Ssaqn0NNBt+eEJOyWikoeaDun46u jpMKta4d+j0eSoT6fWlEattPl5c4fSDon4eguevs= From: Umang Jain To: libcamera-devel@lists.libcamera.org Date: Fri, 30 Apr 2021 10:09:55 +0530 Message-Id: <20210430043957.111667-1-umang.jain@ideasonboard.com> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v3 0/2] Rectify inclusion of internal headers 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" changes in v3: - Also rectify a internal header include in test/bayer-format.cpp, keeping it as a separate patch Umang Jain (2): src: android: Rectify internal header's #include path test: bayer-format: Rectify internal header's #include path src/android/camera_stream.h | 2 +- src/android/mm/generic_camera_buffer.cpp | 2 +- src/android/post_processor.h | 2 +- test/bayer-format.cpp | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-)