# SPDX-License-Identifier: CC0-1.0 [wrap-file] directory = googletest-release-1.11.0 source_url = https://github.com/google/googletest/archive/release-1.11.0.zip source_filename = gtest-1.11.0.zip source_hash = 353571c2440176ded91c2de6d6cd88ddd41401d14692ec1f99e35d013feda55a patch_filename = gtest_1.11.0-1_patch.zip patch_url = https://wrapdb.mesonbuild.com/v2/gtest_1.11.0-1/get_patch patch_hash = d38c39184384608b08419be52aed1d0f9d9d1b5ed71c0c35e51cccbdddab7084 [provide] gtest = gtest_dep gtest_main = gtest_main_dep gmock = gmock_dep gmock_main = gmock_main_dep > cgit logo index : libcamera/pinchartl/libcamera.git
Laurent Pinchart's clone of libcameragit repository hosting on libcamera.org
summaryrefslogtreecommitdiff
path: root/src/android/camera_metadata.h
blob: 474f280c1b6807a01b56b9d806d20841a1e81c75 (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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112