ipa: rkisp1: agc: Rename maxShutterSpeed to maxFrameDuration
The AGC active state and frame context both contain a variable named maxShutterSpeed. The variable is used to limit the maximum shutter speed when computing the exposure time and gains, but stores the maximum frame duration, not clamped by the sensor's maximum shutter speed. Rename it to maxFrameDuration. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
This commit is contained in:
@@ -172,7 +172,7 @@ namespace libcamera::ipa::rkisp1 {
|
||||
* \var IPAActiveState::agc.meteringMode
|
||||
* \brief Metering mode as set by the AeMeteringMode control
|
||||
*
|
||||
* \var IPAActiveState::agc.maxShutterSpeed
|
||||
* \var IPAActiveState::agc.maxFrameDuration
|
||||
* \brief Maximum frame duration as set by the FrameDurationLimits control
|
||||
*/
|
||||
|
||||
@@ -314,7 +314,7 @@ namespace libcamera::ipa::rkisp1 {
|
||||
* \var IPAFrameContext::agc.meteringMode
|
||||
* \brief Metering mode as set by the AeMeteringMode control
|
||||
*
|
||||
* \var IPAFrameContext::agc.maxShutterSpeed
|
||||
* \var IPAFrameContext::agc.maxFrameDuration
|
||||
* \brief Maximum frame duration as set by the FrameDurationLimits control
|
||||
*
|
||||
* \var IPAFrameContext::agc.update
|
||||
|
||||
Reference in New Issue
Block a user