[libcamera-devel] [PATCH v3 0/8] android: camera_device: Add support for internal buffers

Jacopo Mondi jacopo at jmondi.org
Tue Sep 22 11:47:30 CEST 2020


Sorry for the noise, I'll re-send as the first version was missing the right
To and Cc fields. My bash history suggests I have not used --to-cover --cc-cover
options to git send-email :(

-------------------------------------------------------------------------------
Minimal changes:
- added Niklas tag
- use switch() instead of if() in 7/8 as suggested by Niklas

I would like to push this if no objections

Thanks
   j

Jacopo Mondi (8):
  android: camera_device: Add CameraStream::Type
  android: camera_device: Add frame allocator
  libcamera: frame_buffer_allocator: Add clear()
  android: camera_device: Clear allocator at configureStream
  android: camera_device: Allocate buffer pools
  android: camera_device: Add methods to get and return buffers
  android: camera_device: Use libcamera buffer pool
  android: camera_device: Add stream mapping log

 include/libcamera/framebuffer_allocator.h |   1 +
 src/android/camera_device.cpp             | 164 +++++++++++++++++++---
 src/android/camera_device.h               | 102 +++++++++++++-
 src/libcamera/framebuffer_allocator.cpp   |   8 ++
 4 files changed, 252 insertions(+), 23 deletions(-)

--
2.28.0



More information about the libcamera-devel mailing list