summaryrefslogtreecommitdiff
path: root/src/libcamera/include/ipa_context_wrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcamera/include/ipa_context_wrapper.h')
-rw-r--r--src/libcamera/include/ipa_context_wrapper.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libcamera/include/ipa_context_wrapper.h b/src/libcamera/include/ipa_context_wrapper.h
index 06088821..c9e19412 100644
--- a/src/libcamera/include/ipa_context_wrapper.h
+++ b/src/libcamera/include/ipa_context_wrapper.h
@@ -33,7 +33,11 @@ private:
struct ipa_operation_data &data);
static const struct ipa_callback_ops callbacks_;
+ void doQueueFrameAction(unsigned int frame,
+ const IPAOperationData &data);
+
struct ipa_context *ctx_;
+ IPAInterface *intf_;
ControlSerializer serializer_;
};