[libcamera-devel] [PATCH v3 0/3] libcamera: test: buffer_sharing

Kieran Bingham kieran.bingham at ideasonboard.com
Wed Feb 13 18:14:50 CET 2019


A v3 of *only* the buffer sharing test along with two preceding patches to
clean up the base V4L2DeviceTest class. 

Kieran Bingham (3):
  test: v4l2_device: Rename dev_ to capture_
  test: v4l2_device: release capture device resources
  test: v4l2_device: Provide buffer sharing test

 test/v4l2_device/buffer_sharing.cpp   | 187 ++++++++++++++++++++++++++
 test/v4l2_device/capture_async.cpp    |  12 +-
 test/v4l2_device/double_open.cpp      |   4 +-
 test/v4l2_device/meson.build          |   1 +
 test/v4l2_device/request_buffers.cpp  |   2 +-
 test/v4l2_device/stream_on_off.cpp    |   6 +-
 test/v4l2_device/v4l2_device_test.cpp |  12 +-
 test/v4l2_device/v4l2_device_test.h   |   7 +-
 8 files changed, 213 insertions(+), 18 deletions(-)
 create mode 100644 test/v4l2_device/buffer_sharing.cpp

-- 
2.19.1



More information about the libcamera-devel mailing list