summaryrefslogtreecommitdiff
path: root/src/ipa/raspberrypi/controller/awb_status.h
diff options
context:
space:
mode:
authorJacopo Mondi <jacopo@jmondi.org>2020-05-26 12:31:35 +0200
committerJacopo Mondi <jacopo@jmondi.org>2020-06-08 23:01:54 +0200
commita80d38109f651ae135987d481955720a05b2b90d (patch)
tree67c76d20151e7a3a4f479f1a6cd3a0af3b8c7f2b /src/ipa/raspberrypi/controller/awb_status.h
parent117588b371ad8d1fbe6f8089c1017338d9d991e7 (diff)
android: camera_device: Calculate metadata size
As we move to have more and more dynamically generated static metadata entries, the size of the metadata buffer has to be calculated dynamically inspecting the information collected from the camera. Provide a method to perform metadata buffers size calculation and use it when generating camera static metadata. Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
Diffstat (limited to 'src/ipa/raspberrypi/controller/awb_status.h')
0 files changed, 0 insertions, 0 deletions
a> 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224