diff options
author | Hirokazu Honda <hiroh@chromium.org> | 2021-12-06 14:49:16 +0900 |
---|---|---|
committer | Jacopo Mondi <jacopo@jmondi.org> | 2021-12-06 17:41:45 +0100 |
commit | 5148c0aa7e5957628c4fe6b8b9bca9e923e608ce (patch) | |
tree | dfe51faa58ce4d5efe7315bd7881aea683825164 /src/android/camera_metadata.cpp | |
parent | b53f6efb99e289375b88f50d3fb5ef216c97da02 (diff) |
libcamera: camera_sensor: Reference test pattern modes by enum type
The CameraSensor stores TestPatternModes as an int32_t. This prevents
the compiler from verifying the usage against the defined enum types.
Fix references to the TestPatternMode to store the value as the
TestPatternModeEnum type which is defined by the control generator.
Signed-off-by: Hirokazu Honda <hiroh@chromium.org>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
Diffstat (limited to 'src/android/camera_metadata.cpp')
0 files changed, 0 insertions, 0 deletions