[libcamera-devel,v3,0/3] libcamera: test: buffer_sharing
mbox series

Message ID 20190213171453.13852-1-kieran.bingham@ideasonboard.com
Headers show
Series
  • libcamera: test: buffer_sharing
Related show

Message

Kieran Bingham Feb. 13, 2019, 5:14 p.m. UTC
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