mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-15 00:19:44 +03:00
libcamera: ipa: raspberrypi: agc: Rename method to divideUpExposure
The method formerly known as divvyupExposure is given a more understandable name. Signed-off-by: David Plowman <david.plowman@raspberrypi.com> Reviewed-by: Naushir Patuck <naush@raspberrypi.com> Acked-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
42f4e313af
commit
6af665992d
2 changed files with 5 additions and 5 deletions
|
@ -89,7 +89,7 @@ private:
|
|||
bool applyDigitalGain(Metadata *image_metadata, double gain,
|
||||
double target_Y);
|
||||
void filterExposure(bool desaturate);
|
||||
void divvyupExposure();
|
||||
void divideUpExposure();
|
||||
void writeAndFinish(Metadata *image_metadata, bool desaturate);
|
||||
AgcMeteringMode *metering_mode_;
|
||||
AgcExposureMode *exposure_mode_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue