libcamera/test
Laurent Pinchart d41e0585e9 libcamera: v4l2_subdevice: Rename V4L2SubdeviceFormat::mbus_code to code
The V4L2SubdeviceFormat::mbus_code member doesn't follow the libcamera
coding style as it should use camelCase. Fix it by renaming it to just
'code', to shorten lines in addition to fixing the coding style.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
2024-03-15 12:55:03 +02:00
..
camera test: camera_reconfigure: Qualify move() with std:: namespace 2022-11-08 17:51:02 +02:00
controls libcamera: controls: Add policy parameter to ControlList::merge() 2024-03-12 17:04:28 +01:00
gstreamer test: gstreamer: Use env instead of registry edit 2024-01-23 02:21:39 +02:00
ipa libcamera: signal: Replace object.h inclusion with forward declatation 2024-01-25 02:38:59 +02:00
ipc test: ipc: unixsocket: Increase process exit timeout 2023-12-07 18:59:42 +02:00
libtest libcamera: v4l2_videodevice: Reintroduce toV4L2PixelFormat() 2022-08-03 15:07:20 +02:00
log test: log: log_process: Increase process exit timeout 2023-12-07 18:59:42 +02:00
media_device test: meson: Use dictionaries instead of arrays to store test information 2022-10-07 17:05:42 +03:00
process test: meson: Use dictionaries instead of arrays to store test information 2022-10-07 17:05:42 +03:00
py py: unittests.py: Fix type checker warnings 2023-06-04 16:10:51 +03:00
serialization test: generated_serializer: Test Flags that is struct member 2022-10-18 18:52:42 +09:00
stream meson: Fix space around colon issues 2023-07-07 11:39:19 +03:00
v4l2_compat test: v4l2_compat: Enable test with ASan 2022-12-24 03:29:43 +02:00
v4l2_subdevice test: meson: Use dictionaries instead of arrays to store test information 2022-10-07 17:05:42 +03:00
v4l2_videodevice libcamera: v4l2_subdevice: Rename V4L2SubdeviceFormat::mbus_code to code 2024-03-15 12:55:03 +02:00
bayer-format.cpp libcamera: Replace toString with operator<<() for format classes 2022-05-04 14:11:33 +03:00
byte-stream-buffer.cpp test: byte-stream-buffer: Initialize data array 2021-05-26 10:24:15 +02:00
camera-sensor.cpp libcamera: v4l2_subdevice: Rename V4L2SubdeviceFormat::mbus_code to code 2024-03-15 12:55:03 +02:00
color-space.cpp test: Add a ColorSpace test 2022-08-26 01:04:27 +03:00
delayed_controls.cpp test: delayed_controls: Remove sequenceOffset 2022-07-06 09:03:46 +02:00
event-dispatcher.cpp libcamera: base: timer: Drop start() overload with int argument 2022-03-25 13:11:12 +02:00
event-thread.cpp test: event-thread: Destroy Object from correct thread context 2024-01-25 02:39:08 +02:00
event.cpp libcamera: base: timer: Drop start() overload with int argument 2022-03-25 13:11:12 +02:00
fence.cpp libcamera: base: timer: Drop start() overload with int argument 2022-03-25 13:11:12 +02:00
file.cpp test: Replace "/proc/self/exe" with path to test binary 2021-12-01 08:54:24 +02:00
flags.cpp test: Add tests for the Flags class 2021-08-03 10:55:21 +03:00
geometry.cpp libcamera: Replace toString with operator<<() for geometry classes 2022-05-04 14:11:25 +03:00
hotplug-cameras.cpp libcamera: base: timer: Drop start() overload with int argument 2022-03-25 13:11:12 +02:00
mapped-buffer.cpp test: Remove using namespace in header files 2021-10-15 05:05:43 +03:00
meson.build test: timer-thread: Move timer start from wrong thread to separate test 2024-01-25 02:39:15 +02:00
message.cpp test: message: Destroy Object from correct thread context 2024-01-25 02:39:12 +02:00
object-delete.cpp test: object-delete: Test deferred delete just before thread stops 2024-01-25 02:39:02 +02:00
object-invoke.cpp libcamera/base: Move extended base functionality 2021-06-25 16:11:08 +01:00
object.cpp libcamera/base: Move extended base functionality 2021-06-25 16:11:08 +01:00
pixel-format.cpp libcamera/base: Move utils to the base library 2021-06-25 16:11:02 +01:00
public-api.cpp test: Ensure LIBCAMERA_BASE_PRIVATE isn't public 2021-06-25 16:11:11 +01:00
shared-fd.cpp libcamera: base: shared_fd: Rename fd() to get() 2021-12-04 23:05:07 +02:00
signal-threads.cpp test: signal-threads: Destroy Object from correct thread context 2024-01-25 02:39:14 +02:00
signal.cpp libcamera: base: object: Prevent the same signal being connected more than once 2022-02-04 10:13:29 +00:00
span.cpp libcamera/base: Move span to base library 2021-06-25 16:11:11 +01:00
threads.cpp test: threads: Test thread cleanup upon abnormal termination 2022-10-04 17:58:00 +03:00
timer-fail.cpp test: timer-thread: Destroy Object from correct thread context 2024-01-25 02:39:20 +02:00
timer-thread.cpp test: timer-thread: Destroy Object from correct thread context 2024-01-25 02:39:20 +02:00
timer.cpp libcamera: base: timer: Drop start() overload with int argument 2022-03-25 13:11:12 +02:00
transform.cpp test: Add unit test for Transform and Orientation 2023-10-23 16:06:05 +03:00
unique-fd.cpp test: Add UniqueFD test 2021-12-03 19:20:41 +02:00
utils.cpp libcamera: base: utils: Drop defopt 2022-10-10 17:04:29 +03:00
yaml-parser.cpp libcamera: yaml_parser: Enable YamlObject::get() for int8_t and uint8_t 2022-08-21 21:47:19 +03:00