diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2021-04-14 00:20:06 +0300 | |||||||
---|---|---|---|---|---|---|---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2021-04-15 00:04:54 +0300 | |||||||
commit | 93be96431a5cdacfe632c3cfb6763b90649bc590 (patch) | ||||||||
tree | b6e43ee7c26142972/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 2019, Google Inc. * * v4l2_subdevice_test.h - VIMC-based V4L2 subdevice test */ #pragma once #include <libcamera/framebuffer.h> #include "libcamera/internal/device_enumerator.h" #include "libcamera/internal/media_device.h" #include "libcamera/internal/v4l2_subdevice.h" #include "test.h" class V4L2SubdeviceTest : public Test { public: V4L2SubdeviceTest() : scaler_ | -rw-r--r-- | include/libcamera/internal/log.h | 13 | |||||
-rw-r--r-- | src/libcamera/log.cpp | 66 |
2 files changed, 12 insertions, 67 deletions
diff --git a/include/libcamera/internal/log.h b/include/libcamera/internal/log.h
index e76ae913..0fdacc47 100644 --- a/generated by cgit v1.2.1 (git 2.18.0) at 2025-05-29 16:15:02 +0000 |