# SPDX-License-Identifier: CC0-1.0 # If ASan is enabled, the link order runtime check will fail as v4l2-ctl and # v4l2-compliance are not linked to ASan. Skip the test in that case. # # TODO: Find a way to LD_PRELOAD the ASan dynamic library instead, in a # cross-platform way with support for both gcc and clang. if get_option('b_sanitize').contains('address') subdir_done() endif if is_variable('v4l2_compat') v4l2_compat_test = files('v4l2_compat_test.py') test('v4l2_compat_test', v4l2_compat_test, args : v4l2_compat, suite : 'v4l2_compat', timeout : 60) endif ef='/'>index : libcamera/libcamera.git
libcamera official repositorygit repository hosting on libcamera.org
summaryrefslogtreecommitdiff
path: root/src/ipa/rpi/controller/statistics.h
blob: 015d4efc645495802eb1d7a13097ef5a3cbb83a8 (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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78