summaryrefslogtreecommitdiff
path: root/test/camera/buffer_import.cpp
AgeCommit message (Expand)Author
2021-06-25libcamera/base: Move extended base functionalityKieran Bingham
2021-02-04test: buffer-import: Fix false-positive failureKieran Bingham
2020-11-15libcamera: Move EventDispatcher to internal APILaurent Pinchart
2020-11-15test: Get event dispatcher from current threadLaurent Pinchart
2020-10-20test: Omit extra semicolonsHirokazu Honda
2020-10-12libcamera, android, cam, gstreamer, qcam, v4l2: Reuse RequestPaul Elder
2020-09-21test: Include specific headers instead of libcamera.hLaurent Pinchart
2020-08-25meson: Remove -Wno-unused-parameterLaurent Pinchart
2020-08-14libcamera: request: Make Stream pointer constNiklas Söderlund
2020-08-14libcamera: request: Declare a using directive for map of buffersNiklas Söderlund
2020-08-05libcamera: pipelines: Use sensor ID as camera nameNiklas Söderlund
2020-05-16libcamera: Move internal headers to include/libcamera/internal/Laurent Pinchart
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-02-18test: camera: buffer_import: Don't include <random>Laurent Pinchart
2020-01-20test: buffer_import: Propagate status code from buffer allocationLaurent Pinchart
2020-01-12libcamera: camera: Remove the prepared stateNiklas 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-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
2019-11-20test: Extract CameraTest class out of camera tests to libtestLaurent Pinchart
2019-10-28libcamera: Switch PixelFormat to DRM FourCC valuesJacopo Mondi
2019-09-16test: buffer_import: Initialize video_ to nullptrJacopo Mondi
2019-08-19test: camera: Use the CameraManager from the CameraTest base classLaurent Pinchart
2019-08-11libcamera: pipeline: vimc: Switch to using the RGB/YUV Capture video nodeNiklas Söderlund
2019-08-01test: camera: buffer_import: clear video pointerKieran Bingham
2019-07-14test: camera: Add buffer import and mapping testJacopo Mondi