libcamera/test/v4l2_device
Niklas Söderlund e1e440aad6 test: v4l2_device: Implement functions inside class definition in cpp files
Align the style of the formats test with the other v4l2_device tests by
impending the functions in the class definition instead of first
declaring the class and then implement the functions. There is no
functional change only restructuring of existing code to align with the
style of other tests.

Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2019-05-17 20:39:03 +02:00
..
buffer_sharing.cpp test: v4l2_device: Order class sections 2019-05-17 20:39:03 +02:00
capture_async.cpp test: v4l2_device: Rename dev_ to capture_ 2019-02-13 17:27:33 +00:00
double_open.cpp test: v4l2_device: Rename dev_ to capture_ 2019-02-13 17:27:33 +00:00
formats.cpp test: v4l2_device: Implement functions inside class definition in cpp files 2019-05-17 20:39:03 +02:00
meson.build test: v4l2_device: Add format handling test 2019-03-01 12:34:13 +01:00
request_buffers.cpp test: v4l2_device: Rename dev_ to capture_ 2019-02-13 17:27:33 +00:00
stream_on_off.cpp test: v4l2_device: Rename dev_ to capture_ 2019-02-13 17:27:33 +00:00
v4l2_device_test.cpp libcamera: Always check return value of MediaDevice::acquire() 2019-05-17 01:33:12 +02:00
v4l2_device_test.h test: v4l2_device: Rename dev_ to capture_ 2019-02-13 17:27:33 +00:00