ipa: raspberrypi: AWB: Remove unecessary frame count variable
The variable frame_count2_ is not needed as Prepare() and Process() always run in lock step one after the other. Signed-off-by: David Plowman <david.plowman@raspberrypi.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Naushir Patuck <naush@raspberrypi.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
8a05d35ba5
commit
9e369da993
2 changed files with 2 additions and 5 deletions
|
@ -130,7 +130,6 @@ private:
|
|||
// counts up to frame_period before restarting the async thread
|
||||
int frame_phase_;
|
||||
int frame_count_; // counts up to startup_frames
|
||||
int frame_count2_; // counts up to startup_frames for Process method
|
||||
AwbStatus sync_results_;
|
||||
AwbStatus prev_sync_results_;
|
||||
std::string mode_name_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue