[libcamera-devel,v6,0/5] v4l2_(sub)dev: improvements and tests
mbox series

Message ID 20190301115139.11060-1-jacopo@jmondi.org
Headers show
Series
  • v4l2_(sub)dev: improvements and tests
Related show

Message

Jacopo Mondi March 1, 2019, 11:51 a.m. UTC
Hello, v6 with the only patches that had open review comments, I have pushed the
remaining part of the series to master:
  libcamera: v4l2_subdevice: Store media entity
  libcamera: v4l2_subdevice: Inherit from Loggable
  libcamera: v4l2_subdevice: Update crop/compose rectangle
  libcamera: v4l2_device: Expose the device node path
  test: v4l2_subdevice: Add format handling test
  test: v4l2_device: Add format handling test

Two new patches (just cosmetic updates) and comments on 1/5 and 4/5 from Laurent
addressed. With your acks I would like to merge these soon as well.

Thanks
   j

Jacopo Mondi (5):
  libcamera: v4l2_subdevice: Implement ENUM_FRAME_SIZES
  test: v4l2_subdevice: Add ListFormat test
  libcamera: v4l2_subdevice: Cosmetic update
  libcamera: v4l2_device: Add support for META_CAPTURE devices
  libcamera: v4l2_device: Cosmetic update

 src/libcamera/geometry.cpp             |  34 ++
 src/libcamera/include/geometry.h       |  12 +
 src/libcamera/include/v4l2_device.h    |  26 +-
 src/libcamera/include/v4l2_subdevice.h |  11 +-
 src/libcamera/v4l2_device.cpp          | 472 +++++++++++++------------
 src/libcamera/v4l2_subdevice.cpp       | 104 +++++-
 test/v4l2_subdevice/list_formats.cpp   |  81 +++++
 test/v4l2_subdevice/meson.build        |   1 +
 8 files changed, 508 insertions(+), 233 deletions(-)
 create mode 100644 test/v4l2_subdevice/list_formats.cpp

--
2.20.1