ipa: rkisp1: Remove unused class member
The "autoExposure" class member is not used. Remove it. Signed-off-by: Jacopo Mondi <jacopo@jmondi.org> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
6349cf6ea5
commit
541f0f90cc
1 changed files with 0 additions and 5 deletions
|
@ -71,9 +71,6 @@ private:
|
|||
|
||||
ControlInfoMap ctrls_;
|
||||
|
||||
/* Camera sensor controls. */
|
||||
bool autoExposure_;
|
||||
|
||||
/* revision-specific data */
|
||||
rkisp1_cif_isp_version hwRevision_;
|
||||
unsigned int hwHistBinNMax_;
|
||||
|
@ -215,8 +212,6 @@ int IPARkISP1::configure([[maybe_unused]] const IPACameraSensorInfo &info,
|
|||
return -EINVAL;
|
||||
}
|
||||
|
||||
autoExposure_ = true;
|
||||
|
||||
int32_t minExposure = itExp->second.min().get<int32_t>();
|
||||
int32_t maxExposure = itExp->second.max().get<int32_t>();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue