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:
parent
6449590b63
commit
378f572e7f
13 changed files with 34 additions and 34 deletions
|
@ -39,7 +39,7 @@ static constexpr uint32_t kMaxGain = kMaxISO / 100;
|
|||
static constexpr uint32_t kMinExposure = 1;
|
||||
static constexpr uint32_t kMaxExposure = 1976;
|
||||
|
||||
/* \todo those should be get from CameraSensorInfo ! */
|
||||
/* \todo those should be got from IPACameraSensorInfo ! */
|
||||
/* line duration in microseconds */
|
||||
static constexpr double kLineDuration = 16.8;
|
||||
static constexpr double kMaxExposureTime = kMaxExposure * kLineDuration;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue