/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 2019, Google Inc. * * serialization_test.h - Base class for serialization tests */ #pragma once #include #include #include #include "camera_test.h" #include "test.h" class SerializationTest : public CameraTest, public Test { public: SerializationTest() : CameraTest("platform/vimc.0 Sensor B") { } static bool equals(const libcamera::ControlInfoMap &lhs, const libcamera::ControlInfoMap &rhs); static bool equals(const libcamera::ControlList &lhs, const libcamera::ControlList &rhs); }; ndex : libcamera/libcamera.git
libcamera official repositorygit repository hosting on libcamera.org
summaryrefslogtreecommitdiff
blob: ff01dd587c9eef5f47e969dbaed23f0b9fe71ab7 (plain)
1
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-right-circle"><circle cx="12" cy="12" r="10"></circle><polyline points="12 16 16 12 12 8"></polyline><line x1="8" y1="12" x2="16" y2="12"></line></svg>