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:
parent
906373331f
commit
9f5ab89fb3
1 changed files with 3 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue