ipa: rkisp1: Use base FrameContext class

Inherit from the base FrameContext class in the RkISP1 IPAFrameContext.
As the IPAFrameContext is currently unused, this change is a no-op, but
it prepares the RkISP1 IPA module for frame context queue support.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
This commit is contained in:
Laurent Pinchart 2022-07-21 13:13:04 +01:00
parent 906373331f
commit 9f5ab89fb3

View file

@ -14,6 +14,8 @@
#include <libcamera/geometry.h>
#include <libipa/fc_queue.h>
namespace libcamera {
namespace ipa::rkisp1 {
@ -89,7 +91,7 @@ struct IPAActiveState {
unsigned int frameCount;
};
struct IPAFrameContext {
struct IPAFrameContext : public FrameContext {
};
struct IPAContext {