ipa: ipc: Rename CameraSensorInfo to IPACameraSensorInfo
This matches the naming convention for IPA IPC. Signed-off-by: Umang Jain <umang.jain@ideasonboard.com> Acked-by: Paul Elder <paul.elder@ideasonboard.com> Reviewed-by: Jean-Michel Hautbois <jeanmichel.hautbois@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@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
6449590b63
commit
378f572e7f
13 changed files with 34 additions and 34 deletions
|
@ -51,7 +51,7 @@ public:
|
|||
V4L2Subdevice *device() { return subdev_.get(); }
|
||||
|
||||
const ControlList &properties() const { return properties_; }
|
||||
int sensorInfo(CameraSensorInfo *info) const;
|
||||
int sensorInfo(IPACameraSensorInfo *info) const;
|
||||
|
||||
void updateControlInfo();
|
||||
|
||||
|
|
|
@ -78,7 +78,7 @@ module libcamera;
|
|||
uint32 height;
|
||||
};
|
||||
|
||||
struct CameraSensorInfo {
|
||||
struct IPACameraSensorInfo {
|
||||
string model;
|
||||
|
||||
uint32 bitsPerPixel;
|
||||
|
|
|
@ -68,7 +68,7 @@ interface IPARPiInterface {
|
|||
* The \a ipaConfig and \a controls parameters carry data passed by the
|
||||
* pipeline handler to the IPA and back.
|
||||
*/
|
||||
configure(libcamera.CameraSensorInfo sensorInfo,
|
||||
configure(libcamera.IPACameraSensorInfo sensorInfo,
|
||||
map<uint32, libcamera.IPAStream> streamConfig,
|
||||
map<uint32, libcamera.ControlInfoMap> entityControls,
|
||||
IPAConfig ipaConfig)
|
||||
|
|
|
@ -34,7 +34,7 @@ interface IPARkISP1Interface {
|
|||
start() => (int32 ret);
|
||||
stop();
|
||||
|
||||
configure(libcamera.CameraSensorInfo sensorInfo,
|
||||
configure(libcamera.IPACameraSensorInfo sensorInfo,
|
||||
map<uint32, libcamera.IPAStream> streamConfig,
|
||||
map<uint32, libcamera.ControlInfoMap> entityControls)
|
||||
=> (int32 ret);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue