summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2020-04-14test: Add File class testsLaurent Pinchart
2020-04-14ipa: Add start() and stop() operationsNiklas Söderlund
2020-03-27libcamera: v4l2PixelFormat: Replace hex with fourCCKaaira Gupta
2020-03-26test: ipa: Fix path to VIMC IPANiklas Söderlund
2020-03-23test: v4l2_videodevice: Test U8 array controlsJacopo Mondi
2020-03-20test: controls: control_value: Test string control typeLaurent Pinchart
2020-03-20libcamera: controls: Rename ControlRange to ControlInfoLaurent Pinchart
2020-03-20libcamera: controls: Name all ControlInfoMap instance variables infoMapLaurent Pinchart
2020-03-19libcamera: v4l2_videodevice: Make V4L2PixelFormat constructor explicitLaurent Pinchart
2020-03-19libcamera: v4l2_videodevice: Rename toV4L2Fourcc to toV4L2PixelFormatLaurent Pinchart
2020-03-19libcamera: geometry: Construct SizeRange from SizeLaurent Pinchart
2020-03-18libcamera: framebuffer_allocator: Lift camera restrictions on allocatorLaurent Pinchart
2020-03-18libcamera: v4l2_videodevice: Rename exportBuffers() to allocateBuffers()Laurent Pinchart
2020-03-18test: libtest: buffer_source: Close video device right after allocationLaurent Pinchart
2020-03-18libcamera: PixelFormat: Make constructor explicitLaurent Pinchart
2020-03-18test: v4l2_videodevice: buffer_cache: Use DRM pixel formatNiklas Söderlund
2020-03-18tests: remove IPA_PROXY_PATH environment variableKaaira Gupta
2020-03-08test: file-descriptor: Fix undefined O_TMPFILE compilation errorLaurent Pinchart
2020-03-06test: v4l2_videodevice: Add test for V4L2BufferCacheNiklas Söderlund
2020-03-06test: Extract BufferSource class out of camera tests to libtestNiklas Söderlund
2020-03-06test: camera: buffer_import: Fix error messagesNiklas Söderlund
2020-03-06test: controls: control_value: Expand test to cover array controlsLaurent Pinchart
2020-03-06test: controls: control_value: Expand test to cover all control typesLaurent Pinchart
2020-03-06test: Add Span testLaurent Pinchart
2020-02-24tests: Remove IPA_MODULE_PATH environment variableKieran Bingham
2020-02-24libcamera: utils: Add a C++ dirname implementationKieran Bingham
2020-02-18test: camera: buffer_import: Don't include <random>Laurent Pinchart
2020-02-14test: thread: Test waiting on a thread that is not runningLaurent Pinchart
2020-02-14test: threads: Add wait() timeout testLaurent Pinchart
2020-02-13test: Add a utils::split() testLaurent Pinchart
2020-01-22test: signal: Add additional disconnection tests for ObjectLaurent Pinchart
2020-01-20libcamera: bound_method: Avoid deadlock with ConnectionTypeBlockingLaurent Pinchart
2020-01-20test: buffer_import: Propagate status code from buffer allocationLaurent Pinchart
2020-01-14libcamera: Switch from utils::make_unique to std::make_uniqueLaurent Pinchart
2020-01-13rkisp1: add pipeline test for rkisp1Show Liu
2020-01-12libcamera: camera: Remove the prepared stateNiklas Söderlund
2020-01-12libcamera: v4l2_videodevice: Remove Buffer interfaceNiklas Söderlund
2020-01-12libcamera: Switch to FrameBuffer interfaceNiklas Söderlund
2020-01-12test: camera: buffer_import: Update to FrameBuffer restrictionsNiklas Söderlund
2020-01-12test: v4l2_videodevice: Switch to FrameBuffer interfaceNiklas Söderlund
2020-01-12libcamera: buffer: Move captured metadata to FrameMetadataNiklas Söderlund
2020-01-12libcamera: request: In addBuffer() do not fetch stream from BufferNiklas Söderlund
2020-01-12libcamera: buffer: Switch from Plane to FrameBuffer::PlaneNiklas Söderlund
2020-01-12ipa: Switch to FrameBuffer interfaceNiklas Söderlund
2020-01-12test: file_descriptor: Add testNiklas Söderlund
2020-01-07test: signal: Test connecting to non-void slotsLaurent Pinchart
2020-01-07test: object-invoke: Test invoking a non-void methodLaurent Pinchart
2020-01-07test: object-invoke: Test direct invocationLaurent Pinchart
2020-01-03test: object-invoke: Test invocation of method taking a reference argumentLaurent Pinchart
2019-12-16libcamera: Remove buffer index from loggingNiklas Söderlund