From patchwork Wed Nov 10 10:08:00 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Naushir Patuck X-Patchwork-Id: 14515 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 D0C96BDB1C for ; Wed, 10 Nov 2021 10:08:09 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id D708360369; Wed, 10 Nov 2021 11:08:08 +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="U520UgS4"; dkim-atps=neutral Received: from mail-wm1-x32e.google.com (mail-wm1-x32e.google.com [IPv6:2a00:1450:4864:20::32e]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 8D1D260128 for ; Wed, 10 Nov 2021 11:08:07 +0100 (CET) Received: by mail-wm1-x32e.google.com with SMTP id 67-20020a1c1946000000b0030d4c90fa87so1533790wmz.2 for ; Wed, 10 Nov 2021 02:08:07 -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:mime-version :content-transfer-encoding; bh=OKJ83LIZfKI/rMNx9S3vEJe8UFBnXztTDF+aa2w7T3w=; b=U520UgS41XZXV+D75XUCAcdkx8QeCGPmZOm/LZlJkIvgmffhpRTT+Ao3AGV0aT99fn GXR9yuWR7ljIfH29j2YheFGpwuW4K0g76uq9IgzGePtSbH8h1gk08RgxGzDAods6AuGH o3f1CEPWUcOFJaZNDk2mOWmCkqq0PSQZPxTjzyqtHzdtRkbiAagv7/IcbG+MNIGv3YNd PXA7yp99TW1txkoNIVlkzxWP1juaqLxCdntkY1C0fJk+RZW6CVoB2sCXfW97qmDCT9sh hA3tgK+rd9YBkekydId96+AHYNR2mmx2yVihP3FJiGPS1E0GsFTHederneQrbDx78/3j BKyw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=OKJ83LIZfKI/rMNx9S3vEJe8UFBnXztTDF+aa2w7T3w=; b=rbcfoc06g1mXtrJ393KONALpOD+/8ZFQVcfQ++u3F1ViQ9KN0ZND4vn6p+jZTycOaz pfTDpbyoBBlLNJmv61h5d9LzpEYwQopK+ZkcH47K2AzxUqTf6Ar2HWkQYQ6pR9uZm3n9 Mes4MuDwMA1l++2hRNTikEDBY8Feafjlxh7Y/xiUAe8A4LWJeNhTqt/kMj7HUubguhDR PI9N7RyspKp44TpMXkTdu8C+GKLONVyRqkZD237wPhh82d7cuyIWyVuX62fCJgswsXIh mhrf9Gi7ZYoKGShPZ9vgz/KCvqt/XKs3s/qSrjQudtVBDOGNvs22HgeIp7DaSwCQk/5u MDpA== X-Gm-Message-State: AOAM532myyx5qwQeU9Dso5LCLYCJZ6kTzjc/J7DPMvHJCVQ2+x8nRSXc iGP2F42RBVXI6XMN0VZcUScQATHTHIV2w4A4 X-Google-Smtp-Source: ABdhPJyVzNgFeaphjIxrSg8vku8YiuG3xnMpYZJ55l8TAbiazieKsR3SvMphIiOsanYIhUW49LH6Pg== X-Received: by 2002:a05:600c:253:: with SMTP id 19mr14957968wmj.179.1636538887058; Wed, 10 Nov 2021 02:08:07 -0800 (PST) Received: from naush-laptop.pitowers.org ([2a00:1098:3142:14:8747:6ef9:ee17:3d59]) by smtp.gmail.com with ESMTPSA id d11sm21969133wrs.38.2021.11.10.02.08.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 10 Nov 2021 02:08:06 -0800 (PST) From: Naushir Patuck To: libcamera-devel@lists.libcamera.org Date: Wed, 10 Nov 2021 10:08:00 +0000 Message-Id: <20211110100802.349623-1-naush@raspberrypi.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 1/3] pipeline: raspberrypi: Add const qualifer in isRaw() 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: Roman Stratiienko Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" This function does not modify the pixFmt parameter, so use a const qualifier. Signed-off-by: Naushir Patuck Reviewed-by: Kieran Bingham Reviewed-by: Umang Jain Reviewed-by: Laurent Pinchart --- src/libcamera/pipeline/raspberrypi/raspberrypi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp b/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp index 5e1f227398a9..11d3c2b120dd 100644 --- a/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp +++ b/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp @@ -96,7 +96,7 @@ V4L2DeviceFormat toV4L2DeviceFormat(const V4L2SubdeviceFormat &format, return deviceFormat; } -bool isRaw(PixelFormat &pixFmt) +bool isRaw(const PixelFormat &pixFmt) { /* * The isRaw test might be redundant right now the pipeline handler only