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

Hirokazu Honda hiroh at chromium.org
Wed Aug 25 06:44:07 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

Change in v2:
- Address Laurent's comments

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 | 169 +++++++++++++++++++----
 4 files changed, 240 insertions(+), 60 deletions(-)

--
2.33.0.rc2.250.ged5fa647cd-goog


More information about the libcamera-devel mailing list