summaryrefslogtreecommitdiff
path: root/utils/tuning/libtuning/modules/lsc/rkisp1.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils/tuning/libtuning/modules/lsc/rkisp1.py')
0 files changed, 0 insertions, 0 deletions
a.git/plain/include/libcamera/file_descriptor.h?h=jmondi/device-match-generalize&id=417c4ae87e6963ca86f308b31793ef96cc33c71a'>plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
/* SPDX-License-Identifier: LGPL-2.1-or-later */
/*
 * Copyright (C) 2019, Google Inc.
 *
 * file_descriptor.h - File descriptor wrapper
 */
#ifndef __LIBCAMERA_FILE_DESCRIPTOR_H__
#define __LIBCAMERA_FILE_DESCRIPTOR_H__

#include <memory>

namespace libcamera {

class FileDescriptor final
{
public:
	explicit FileDescriptor(int fd = -1);
	FileDescriptor(const FileDescriptor &other);