summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-07-11test: Add Message test caseLaurent Pinchart
2019-07-11test: Add Thread test casesLaurent Pinchart
2019-07-04test: Allow self-contained tests to run in parallelNiklas Söderlund
2019-07-02libcamera: test: Add ControlList testsKieran Bingham
2019-07-02libcamera: test: Add ControlInfo testKieran Bingham
2019-07-02libcamera: test: Add ControlValue testKieran Bingham
2019-07-02test: ipc: unix: Add test for IPCUnixSocketNiklas Söderlund
2019-07-01test: timer: Add dynamically allocated timer testLaurent Pinchart
2019-06-19libcamera: Rename V4L2Device to V4L2VideoDeviceJacopo Mondi
2019-06-19test: stream: Add test for StreamFormatNiklas Söderlund
2019-06-19libcamera: v4l2_subdevice: Replace FormatEnum with ImageFormatsNiklas Söderlund
2019-06-12tests: Add CameraSensor class testLaurent Pinchart
2019-06-11test: camera: Increase runtime for capture testNiklas Söderlund
2019-06-10test: camera: Fix initialisationKieran Bingham
2019-06-05libcamera: test: remove test IPA and use dummy IPA insteadPaul Elder
2019-06-05libcamera: ipa_manager: implement class for managing IPA modulesPaul Elder
2019-06-05libcamera: ipa_module_info: update struct to allow IPA matchingPaul Elder
2019-06-05libcamera: ipa_interface: add headerPaul Elder
2019-05-25tests: list_formats: Fix argument names and add constNiklas Söderlund
2019-05-23meson: Create and use a dependency for libcamera and its headersLaurent Pinchart
2019-05-23meson: Fix coding style in meson.build filesLaurent Pinchart
2019-05-23libcamera: camera: Add a validation API to the CameraConfiguration classLaurent Pinchart
2019-05-23libcamera: camera: Return a pointer from generateConfiguration()Laurent Pinchart
2019-05-23libcamera: Refactor the camera configuration storage and APILaurent Pinchart
2019-05-23libcamera: Use stream roles directly instead of StreamUsageLaurent Pinchart
2019-05-23libcamera: camera: Rename configureStreams() and streamConfiguration()Laurent Pinchart
2019-05-21test: ipa: add IPAModule testsPaul Elder
2019-05-17test: v4l2_device: Switch most tests to vimcNiklas Söderlund
2019-05-17test: v4l2_device: Reset media links and set a resolutionNiklas Söderlund
2019-05-17test: v4l2_device: Allow each test to specify which device and entity to testNiklas Söderlund
2019-05-17test: v4l2_device: Implement functions inside class definition in cpp filesNiklas Söderlund
2019-05-17test: v4l2_device: Order class sectionsNiklas Söderlund
2019-05-17test: media_device: Add test for acquire() and release()Niklas Söderlund
2019-05-17test: media_device: Create a common MediaDeviceTest base classNiklas Söderlund
2019-05-17libcamera: media_device: Handle media device fd in acquire() and release()Niklas Söderlund
2019-05-17libcamera: media_device: Open and close media device inside populate()Niklas Söderlund
2019-05-17libcamera: Always check return value of MediaDevice::acquire()Niklas Söderlund
2019-04-30test: Unify naming of configurations in testsLaurent Pinchart
2019-04-30libcamera: Use the Size class through libcameraLaurent Pinchart
2019-04-29libcamera: Don't ignore the return value of read() and write()Laurent Pinchart
2019-04-27test: signal: Exercise the signal delivery code paths for ObjectLaurent Pinchart
2019-04-26test: v4l2_subdevice: Remove std::move() that prevents copy elisionLaurent Pinchart
2019-04-18libcamera: v4l2_subdevice: Add method to retrieve the media entityLaurent Pinchart
2019-04-18test: geometry: Add tests for Size class comparison operatorsLaurent Pinchart
2019-04-18libcamera: geometry: Use Size to store min and max in SizeRangeLaurent Pinchart
2019-04-09libcamera: Switch to CameraConfigurationNiklas Söderlund
2019-04-05libcamera: camera: Add support for stream usagesNiklas Söderlund
2019-04-05libcamera: Make geometry.h a public headerNiklas Söderlund
2019-04-04test: camera: Remove test for bad Stream IDsNiklas Söderlund
2019-04-04test: camera: Remove streams argument from configurationValid()Niklas Söderlund