[libcamera-devel] [RFC PATCH 0/3] Improve CameraBuffer implementation

Hirokazu Honda hiroh at chromium.org
Mon Aug 23 14:43:18 CEST 2021


This improves CameraBuffer implementation as follows:
* Maps planes with reasonable assumtion on non ChromeOS platforms
* Maps planes in the first plane() call
* Adds stride/offset/size getter functions

Hirokazu Honda (3):
  android: generic_camera_buffer: Correct buffer mapping
  android: camera_buffer: Map buffer in the first plane() call
  android: camera_buffer: Add stride/offset/size function

 src/android/camera_buffer.h              |  30 ++++-
 src/android/camera_stream.cpp            |   4 +-
 src/android/mm/cros_camera_buffer.cpp    |  97 ++++++++++-----
 src/android/mm/generic_camera_buffer.cpp | 145 +++++++++++++++++++----
 4 files changed, 218 insertions(+), 58 deletions(-)

--
2.33.0.rc2.250.ged5fa647cd-goog


More information about the libcamera-devel mailing list