libcamera: ipu3: Pass the BDS rectangle at IPA configure call
The IPU3 IPA will need the BDS configuration when the AWB/AGC algorithm will be integrated. In order to do that, the configure() interface needs to be modified. Signed-off-by: Jean-Michel Hautbois <jeanmichel.hautbois@ideasonboard.com> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
@@ -30,7 +30,7 @@ interface IPAIPU3Interface {
|
||||
start() => (int32 ret);
|
||||
stop();
|
||||
|
||||
configure(map<uint32, ControlInfoMap> entityControls) => ();
|
||||
configure(map<uint32, ControlInfoMap> entityControls, Size bdsOutputSize) => ();
|
||||
|
||||
mapBuffers(array<IPABuffer> buffers);
|
||||
unmapBuffers(array<uint32> ids);
|
||||
|
||||
Reference in New Issue
Block a user