[libcamera-devel,v4,0/2] Raspberry Pi generalised sensor metadata parsing
mbox series

Message ID 20210507113728.14037-1-david.plowman@raspberrypi.com
Headers show
Series
  • Raspberry Pi generalised sensor metadata parsing
Related show

Message

David Plowman May 7, 2021, 11:37 a.m. UTC
Hi

Thanks for the various comments. Version 4 of the set is not
functionally different, but contains some tidy-ups suggested by
Marvin. I've also added a precursor patch which, as suggested,
switches our MdParser class to take a Span as its input buffer. Again,
I think this is slightly tidier now that Spans exist.

Thanks and best regards

David

David Plowman (2):
  ipa: raspberrypi: Make sensor embedded data parser use Span class
  ipa: raspberrypi: Use CamHelpers to generalise sensor embedded data
    parsing

 src/ipa/raspberrypi/cam_helper.cpp        | 54 +++++++++++++++
 src/ipa/raspberrypi/cam_helper.hpp        | 11 +++-
 src/ipa/raspberrypi/cam_helper_imx219.cpp |  8 +--
 src/ipa/raspberrypi/cam_helper_imx477.cpp |  8 +--
 src/ipa/raspberrypi/md_parser.cpp         | 23 +++----
 src/ipa/raspberrypi/md_parser.hpp         | 20 +++---
 src/ipa/raspberrypi/raspberrypi.cpp       | 80 ++++++++---------------
 7 files changed, 118 insertions(+), 86 deletions(-)