[libcamera-devel] [PATCH v3 0/2] libcamera: utils: Add map_keys() function

Niklas Söderlund niklas.soderlund at ragnatech.se
Fri Jul 3 01:11:05 CEST 2020


Hi,

This is mostly Laurent's work that I fished out of the ML so I could
send out the last IPU3 patches I have locally which makes of Laurent's
work.

I have modified 1/2 so that the utils::map_keys() helper returns a
std::vector instead of a std::set after some discussions on v1 and on
IRC.

Laurent Pinchart (1):
  libcamera: utils: Add map_keys() function

Niklas Söderlund (1):
  libcamera: ipu3: cio2: Make use of utils::map_keys() helper

 include/libcamera/internal/utils.h   | 10 ++++++++++
 src/libcamera/pipeline/ipu3/cio2.cpp | 19 +++----------------
 src/libcamera/utils.cpp              |  7 +++++++
 test/utils.cpp                       | 22 ++++++++++++++++++++++
 4 files changed, 42 insertions(+), 16 deletions(-)

-- 
2.27.0



More information about the libcamera-devel mailing list