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
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue