ipa: ipc: Rename CameraSensorInfo to IPACameraSensorInfo
This matches the naming convention for IPA IPC. Signed-off-by: Umang Jain <umang.jain@ideasonboard.com> Acked-by: Paul Elder <paul.elder@ideasonboard.com> Reviewed-by: Jean-Michel Hautbois <jeanmichel.hautbois@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
committed by
Laurent Pinchart
parent
6449590b63
commit
378f572e7f
@@ -210,7 +210,7 @@ public:
|
||||
BayerFormat::Order nativeBayerOrder_;
|
||||
|
||||
/* For handling digital zoom. */
|
||||
CameraSensorInfo sensorInfo_;
|
||||
IPACameraSensorInfo sensorInfo_;
|
||||
Rectangle ispCrop_; /* crop in ISP (camera mode) pixels */
|
||||
Rectangle scalerCrop_; /* crop in sensor native pixels */
|
||||
Size ispMinCropSize_;
|
||||
@@ -1275,7 +1275,7 @@ int RPiCameraData::configureIPA(const CameraConfiguration *config)
|
||||
ipaConfig.lsTableHandle = lsTable_;
|
||||
}
|
||||
|
||||
/* We store the CameraSensorInfo for digital zoom calculations. */
|
||||
/* We store the IPACameraSensorInfo for digital zoom calculations. */
|
||||
int ret = sensor_->sensorInfo(&sensorInfo_);
|
||||
if (ret) {
|
||||
LOG(RPI, Error) << "Failed to retrieve camera sensor info";
|
||||
|
||||
Reference in New Issue
Block a user