ipa: ipu3: Rectify ControlInfoMap matching in IPAConfigInfo
The ControlInfoMap of entityControls member in IPAConfigInfo struct, was not able to correctly match to the ControlInfoMap defined in core.mojom. This resulted in a FATAL breakage when IPU3 IPA is meant to run: FATAL IPADataSerializer ipa_data_serializer.cpp:437 ControlSerializer not provided for serialization of ControlInfoMap Signed-off-by: Umang Jain <umang.jain@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
9fd172f496
commit
258c74819a
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ struct IPU3Action {
|
||||||
|
|
||||||
struct IPAConfigInfo {
|
struct IPAConfigInfo {
|
||||||
libcamera.IPACameraSensorInfo sensorInfo;
|
libcamera.IPACameraSensorInfo sensorInfo;
|
||||||
map<uint32, ControlInfoMap> entityControls;
|
map<uint32, libcamera.ControlInfoMap> entityControls;
|
||||||
libcamera.Size bdsOutputSize;
|
libcamera.Size bdsOutputSize;
|
||||||
libcamera.Size iif;
|
libcamera.Size iif;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue