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:
committed by
Laurent Pinchart
parent
6449590b63
commit
378f572e7f
@@ -37,7 +37,7 @@ public:
|
||||
int start() override;
|
||||
void stop() override {}
|
||||
|
||||
int configure(const CameraSensorInfo &info,
|
||||
int configure(const IPACameraSensorInfo &info,
|
||||
const std::map<uint32_t, IPAStream> &streamConfig,
|
||||
const std::map<uint32_t, ControlInfoMap> &entityControls) override;
|
||||
void mapBuffers(const std::vector<IPABuffer> &buffers) override;
|
||||
@@ -90,12 +90,12 @@ int IPARkISP1::start()
|
||||
}
|
||||
|
||||
/**
|
||||
* \todo The RkISP1 pipeline currently provides an empty CameraSensorInfo
|
||||
* \todo The RkISP1 pipeline currently provides an empty IPACameraSensorInfo
|
||||
* if the connected sensor does not provide enough information to properly
|
||||
* assemble one. Make sure the reported sensor information are relevant
|
||||
* before accessing them.
|
||||
*/
|
||||
int IPARkISP1::configure([[maybe_unused]] const CameraSensorInfo &info,
|
||||
int IPARkISP1::configure([[maybe_unused]] const IPACameraSensorInfo &info,
|
||||
[[maybe_unused]] const std::map<uint32_t, IPAStream> &streamConfig,
|
||||
const std::map<uint32_t, ControlInfoMap> &entityControls)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user