From patchwork Fri Jan 29 15:11:49 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Naushir Patuck X-Patchwork-Id: 11061 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 17433BD808 for ; Fri, 29 Jan 2021 15:12:03 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id D859F683B9; Fri, 29 Jan 2021 16:12:02 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=raspberrypi.com header.i=@raspberrypi.com header.b="qRavClEI"; dkim-atps=neutral Received: from mail-wr1-x429.google.com (mail-wr1-x429.google.com [IPv6:2a00:1450:4864:20::429]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 523E5683AC for ; Fri, 29 Jan 2021 16:12:00 +0100 (CET) Received: by mail-wr1-x429.google.com with SMTP id v15so9205069wrx.4 for ; Fri, 29 Jan 2021 07:12:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=raspberrypi.com; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=UyFjSnujeS0bFhaSast+12b5DEuvqd6mLGYgdgtqrLs=; b=qRavClEIUZL/rkhoWiuC2LiuO6fBB4Q85NSW0hF9FgW4Wda9a7BP9mBCHxFCeobaGG irbUMUxf56QTSxvWgTIheeYL1Tme9FItjdB9MKAPt7lPkSO3nHYlHd0St6sbQGv0kti7 xBqhUB57AoNZ6yVgHzqGyHLQdt7zL6ZRBlvep0NDk7+JonkqR9aeax/aPw/m1uUZD25D +Xc3xP4taR0H7yMZcDemKLS7eVaFVO77tLQ9Uz2zJSfvNeWiUgXvy0tE2jhfwt4Pybj/ erVWPO69xmZ8TXQym4kovnzTUZCWjoZoKqkzUSWyPRca+rnEtp9LzwFDKdOulW1/PXTl 6bgg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=UyFjSnujeS0bFhaSast+12b5DEuvqd6mLGYgdgtqrLs=; b=W7sA28Y45AxOhyrGHw1TSmRLs6LB2+dSBOkYSUcCUpDx+XD2X4kJvqHIC+S3sNhvLj oymYIbGqgweS6Q5ld0bRQraHMQJJZvtFGY7S5HsndHlvU3FrcunzQRLzKUw2TvRRCYN7 n0VkgxIz+G84hSNX28s7s4x17TEtQh9baUyuUbvaxySDYGhHHAHySilrt4cDWHi0sblA 5Lsi/I3puvyTtxFEwTJJu6NyeTrpfa0atAGCPuIsBvAz4mAlCrafPw8EJvUMgmCB9XeI 6ZR93Jf6OalZhh4iOczuutXNei7LGuqTnSsYkU1FTtuBAUcV1pfEm9aDz96jUSzZ2t0v Ek2A== X-Gm-Message-State: AOAM5320xTHVHHgJd7u5ZKqvcnqyWbMDW3KCbBK+xb+Nu+6FOpQ2s+Lq eNgk1ag/Zjm9tRGE76nrlrcUc1p4UdZSJQKc X-Google-Smtp-Source: ABdhPJwLD+HYqowTBlCspqLvipy9TbG4lpyhlspMxNuygK3HkfIefmwMAoQf4kzFZaruHHPdYxIuHw== X-Received: by 2002:adf:fd52:: with SMTP id h18mr5065920wrs.295.1611933119522; Fri, 29 Jan 2021 07:11:59 -0800 (PST) Received: from naushir-VirtualBox.patuck.local ([88.97.76.4]) by smtp.gmail.com with ESMTPSA id f13sm6517461wmf.1.2021.01.29.07.11.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 29 Jan 2021 07:11:58 -0800 (PST) From: Naushir Patuck To: libcamera-devel@lists.libcamera.org Date: Fri, 29 Jan 2021 15:11:49 +0000 Message-Id: <20210129151154.1051163-2-naush@raspberrypi.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210129151154.1051163-1-naush@raspberrypi.com> References: <20210129151154.1051163-1-naush@raspberrypi.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v5 1/6] pipeline: raspberrypi: Refactor stream configuration routine 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" Refactor the high/low resolution stream format and output selection routine. This change is in preparation of adding 1/4 resolution output for fast colour denoise. Signed-off-by: Naushir Patuck Reviewed-by: David Plowman Reviewed-by: Kieran Bingham Reviewed-by: Laurent Pinchart --- .../pipeline/raspberrypi/raspberrypi.cpp | 57 ++++++------------- 1 file changed, 16 insertions(+), 41 deletions(-) diff --git a/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp b/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp index 524cc960dd37..d9895c779725 100644 --- a/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp +++ b/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp @@ -624,52 +624,27 @@ int PipelineHandlerRPi::configure(Camera *camera, CameraConfiguration *config) continue; } - if (i == maxIndex) { - /* ISP main output format. */ - V4L2VideoDevice *dev = data->isp_[Isp::Output0].dev(); - V4L2PixelFormat fourcc = dev->toV4L2PixelFormat(cfg.pixelFormat); - format.size = cfg.size; - format.fourcc = fourcc; - - ret = dev->setFormat(&format); - if (ret) - return -EINVAL; - - if (format.size != cfg.size || format.fourcc != fourcc) { - LOG(RPI, Error) - << "Failed to set format on ISP capture0 device: " - << format.toString(); - return -EINVAL; - } - - cfg.setStream(&data->isp_[Isp::Output0]); - data->isp_[Isp::Output0].setExternal(true); - } + /* The largest resolution gets routed to the ISP Output 0 node. */ + RPi::Stream *stream = (i == maxIndex) ? &data->isp_[Isp::Output0] + : &data->isp_[Isp::Output1]; - /* - * ISP second output format. This fallthrough means that if a - * second output stream has not been configured, we simply use - * the Output0 configuration. - */ - V4L2VideoDevice *dev = data->isp_[Isp::Output1].dev(); - format.fourcc = dev->toV4L2PixelFormat(cfg.pixelFormat); + V4L2PixelFormat fourcc = stream->dev()->toV4L2PixelFormat(cfg.pixelFormat); format.size = cfg.size; + format.fourcc = fourcc; - ret = dev->setFormat(&format); - if (ret) { + ret = stream->dev()->setFormat(&format); + if (ret) + return -EINVAL; + + if (format.size != cfg.size || format.fourcc != fourcc) { LOG(RPI, Error) - << "Failed to set format on ISP capture1 device: " - << format.toString(); - return ret; - } - /* - * If we have not yet provided a stream for this config, it - * means this is to be routed from Output1. - */ - if (!cfg.stream()) { - cfg.setStream(&data->isp_[Isp::Output1]); - data->isp_[Isp::Output1].setExternal(true); + << "Failed get requested format on " << stream->name() + << ", returned " << format.toString(); + return -EINVAL; } + + cfg.setStream(stream); + stream->setExternal(true); } /* ISP statistics output format. */