[libcamera-devel,0/2] Raspberry Pi AWB tidying
mbox series

Message ID 20210225170141.5184-1-david.plowman@raspberrypi.com
Headers show
Series
  • Raspberry Pi AWB tidying
Related show

Message

David Plowman Feb. 25, 2021, 5:01 p.m. UTC
Hi everyone

These two small patches complete some tidying up that I evidently did
a rather poor job of a long time ago, perhaps even before libcamera
(was there ever such a time??).

The first patch removes some code that is unused, but makes no
functional change.

The second patch fixes up some slightly broken behaviour that I'd
managed to leave behind, though it's not the kind of thing you would
ever really see. Still, if nothing else the code is easier to
understand if it behaves like it was intended!

Thanks
David

David Plowman (2): ipa: raspberrypi: AWB: Remove unused code ipa:
  raspberrypi: AWB: Ignore invalid statistics zones correctly

 src/ipa/raspberrypi/controller/rpi/awb.cpp | 7 +++----
 src/ipa/raspberrypi/controller/rpi/awb.hpp | 7 +------
 2 files changed, 4 insertions(+), 10 deletions(-)