mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-25 17:45:06 +03:00
ipa: raspberrypi: Use direct return value for configure()
Now that we support returning int directly in addition to other output parameters, improve the configure() function in the raspberrypi IPA interface. Signed-off-by: Paul Elder <paul.elder@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
0612bef601
commit
45ebe9a209
3 changed files with 18 additions and 23 deletions
|
@ -77,7 +77,7 @@ interface IPARPiInterface {
|
|||
map<uint32, IPAStream> streamConfig,
|
||||
map<uint32, ControlInfoMap> entityControls,
|
||||
ConfigInput ipaConfig)
|
||||
=> (ConfigOutput results, int32 ret);
|
||||
=> (int32 ret, ConfigOutput results);
|
||||
|
||||
/**
|
||||
* \fn mapBuffers()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue