mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-12 23:09:45 +03:00
pipeline: ipa: raspberrypi: Remove unused streamConfig
Remove the streamConfig parameter from the ipa::configure() call, it is never used. Signed-off-by: Naushir Patuck <naush@raspberrypi.com> Reviewed-by: Nick Hollinghurst <nick.hollinghurst@raspberrypi.com> Reviewed-by: David Plowman <david.plowman@raspberrypi.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
a0701930a8
commit
d70c38dca8
3 changed files with 1 additions and 16 deletions
|
@ -59,7 +59,6 @@ interface IPARPiInterface {
|
|||
* \fn configure()
|
||||
* \brief Configure the IPA stream and sensor settings
|
||||
* \param[in] sensorInfo Camera sensor information
|
||||
* \param[in] streamConfig Configuration of all active streams
|
||||
* \param[in] entityControls Controls provided by the pipeline entities
|
||||
* \param[in] ipaConfig Pipeline-handler-specific configuration data
|
||||
* \param[out] controls Controls to apply by the pipeline entity
|
||||
|
@ -75,7 +74,6 @@ interface IPARPiInterface {
|
|||
* pipeline handler to the IPA and back.
|
||||
*/
|
||||
configure(libcamera.IPACameraSensorInfo sensorInfo,
|
||||
map<uint32, libcamera.IPAStream> streamConfig,
|
||||
map<uint32, libcamera.ControlInfoMap> entityControls,
|
||||
IPAConfig ipaConfig)
|
||||
=> (int32 ret, libcamera.ControlList controls, IPAConfigResult result);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue