From patchwork Thu Oct 24 06:40:07 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Show Liu X-Patchwork-Id: 2215 Return-Path: Received: from mail-pl1-x643.google.com (mail-pl1-x643.google.com [IPv6:2607:f8b0:4864:20::643]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id E4EAA61376 for ; Thu, 24 Oct 2019 08:40:23 +0200 (CEST) Received: by mail-pl1-x643.google.com with SMTP id q21so3281386plr.13 for ; Wed, 23 Oct 2019 23:40:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=w1MORBFrbT/kDRPhXVzffD1RWS8u72PLVs67lIZ337Y=; b=zJmYFfA9273Bb2Zwco0P0l/ke0fXtXvhO1SBmAgO21eWUl97MW7VD2hlBDDNQSFdhP buR4GWSCGd9Z9FK5e+hj9c4nFfSoI5Zv4o+X5+f8kJwWzPuufcDNykZ3rPuLoqT7ahUD dA+GOvOzs3XEqolUAJW1/L4erVfub91M85L6HFtgjH8eWTEpG1BTbt60VkY9t/dCG1nD 76EAG+OKAOfU05IWU941LDjpPOFKCCs9GyGOiE3Rr4kJ2Gz86b6UKDZfZ8vVisVSZK0J YyI/0UPQwJXaqi2w1B1Ud6nV2E/C/GypsHkqEinnYRf5BBk7iQpNgp4DjshtvrTdkM7N qiKA== 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; bh=w1MORBFrbT/kDRPhXVzffD1RWS8u72PLVs67lIZ337Y=; b=KyZ6uExMSTt8KGQOBtBjwyx3bvGkPee3a/3EDdm+v/Z5YtxrPQIcGDiMzlyqihB3Ps YOPz4qqcrgwvtS5hox834ASEsKHgOREsg7SWZ+Y97DNH9bnN8zD1fcuHse15U04tnHse 3NA3Hh6iCN8kFnoXSmqrmJZQkhnaZ8rawhZ5NIDBDLC3fWwTzNdohNmXFTCIAFQyB/2w 7LxE72caBNAtciSU135Z6JLe9RmtmxECOmf3J4O0PHHGKeCY1vQnJA2pNu4JnsoSFBXt dJTuUtXFUx8RXU0f8wUZT/1xhEFKcL/Q7dcV2YfUlaJ1yD5mfiCMIZAdnV8s+3MkLpti siIw== X-Gm-Message-State: APjAAAUUBqwijL4cdu8F4B78j98NI2UNHiTn6hLGQ/FlcJ9QUtNETTr4 JIz/MVGSNojt6e6Q9UzYHPAGBmMlzeA= X-Google-Smtp-Source: APXvYqxp/WdvHC483199w6fVVngkHc0bBUtQX0gLOTqMa52Xd9ifor3hYSZyjgUJdu3MiWkS97ujqg== X-Received: by 2002:a17:902:aa08:: with SMTP id be8mr13682658plb.95.1571899221781; Wed, 23 Oct 2019 23:40:21 -0700 (PDT) Received: from localhost.localdomain (211-20-20-223.HINET-IP.hinet.net. [211.20.20.223]) by smtp.gmail.com with ESMTPSA id x190sm5571696pfc.89.2019.10.23.23.40.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 23 Oct 2019 23:40:21 -0700 (PDT) From: Show Liu To: libcamera-devel@lists.libcamera.org Cc: peter.griffin@linaro.org, andrey.konovalov@linaro.org, show.liu@linaro.org Date: Thu, 24 Oct 2019 14:40:07 +0800 Message-Id: <20191024064008.25077-1-show.liu@linaro.org> X-Mailer: git-send-email 2.17.1 Subject: [libcamera-devel] [PATCH v2 0/1] rkisp1 pipeline test tool 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, 24 Oct 2019 06:40:24 -0000 Hi Laurent, Thanks for the review. This is a patch v2 I modified according to your comments. Show Liu (1): rkisp1: add pipeline test for rkisp1 test/pipeline/meson.build | 1 + test/pipeline/rkisp1/meson.build | 12 ++ test/pipeline/rkisp1/rkisp1_pipeline_test.cpp | 112 ++++++++++++++++++ 3 files changed, 125 insertions(+) create mode 100644 test/pipeline/rkisp1/meson.build create mode 100644 test/pipeline/rkisp1/rkisp1_pipeline_test.cpp