[v3,0/2] Add U16 & U32 support in controls
mbox series

Message ID 20241025053111.519449-1-chenghaoyang@chromium.org
Headers show
Series
  • Add U16 & U32 support in controls
Related show

Message

Harvey Yang Oct. 25, 2024, 5:30 a.m. UTC
Hi folks,

This series of patches adds Unsigned int 16 & 32 support in controls,
which are needed for metadata & ext controls perspectively.

This passes gitlab pipeline:
https://gitlab.freedesktop.org/chenghaoyang/libcamera/-/pipelines/1297215

Updates in v3:
- Commit messages.
- Added unit tests.

Updates in v2:
- Added default potential array `size = 0;`.
- Removed unrelated debug message changes.

BR,
Harvey

Yudhistira Erlandinata (2):
  libcamera: Extend u32 control type
  libcamera: Add Unsigned 16-bits Control Type

 include/libcamera/controls.h    | 14 ++++++
 src/libcamera/controls.cpp      | 20 ++++++++-
 src/libcamera/v4l2_device.cpp   | 22 +++++++++
 test/controls/control_value.cpp | 80 +++++++++++++++++++++++++++++++++
 4 files changed, 134 insertions(+), 2 deletions(-)