[libcamera-devel] [PATCH v2 0/3] ipa: ipu3: Misc clean up

Jean-Michel Hautbois jeanmichel.hautbois at ideasonboard.com
Mon Feb 7 14:59:34 CET 2022


Hello,

While working on AGC porting from IPU3 to RkISP1, a few minor changes
were proposed to clean the variables and function usage.

Report those changes in IPU3.

In v2:
  - Correct the filterExposure() calculation to use the same as RkISP1
  - Rewrite some comments
  - Remove the caching of analogue gain and exposure

Jean-Michel Hautbois (3):
  ipa: ipu3: Return filtered value
  ipa: ipu3: Shorten exposure and gain lines
  ipa: ipu3: agc: Introduce lineDuration in IPASessionConfiguration

 src/ipa/ipu3/algorithms/agc.cpp | 99 ++++++++++++++++++---------------
 src/ipa/ipu3/algorithms/agc.h   |  6 +-
 src/ipa/ipu3/ipa_context.cpp    |  3 +
 src/ipa/ipu3/ipa_context.h      |  1 +
 src/ipa/ipu3/ipu3.cpp           |  7 ++-
 5 files changed, 66 insertions(+), 50 deletions(-)

-- 
2.32.0



More information about the libcamera-devel mailing list