10 #include "algorithm.h" 14 namespace ipa::ipu3::algorithms {
26 const ipu3_uapi_stats_3a *stats,
Global IPA context data shared between all algorithms.
Definition: ipa_context.h:86
Top-level libcamera namespace.
Definition: backtrace.h:17
void prepare(IPAContext &context, const uint32_t frame, IPAFrameContext &frameContext, ipu3_uapi_params *params) override
Fill in the parameter structure, and enable gamma control.
Definition: tone_mapping.cpp:60
int configure(IPAContext &context, const IPAConfigInfo &configInfo) override
Configure the tone mapping given a configInfo.
Definition: tone_mapping.cpp:41
A class to handle tone mapping based on gamma.
Definition: tone_mapping.h:16
void process(IPAContext &context, const uint32_t frame, IPAFrameContext &frameContext, const ipu3_uapi_stats_3a *stats, ControlList &metadata) override
Calculate the tone mapping look up table.
Definition: tone_mapping.cpp:87
IPU3-specific FrameContext.
Definition: ipa_context.h:79
Associate a list of ControlId with their values for an object.
Definition: controls.h:410
The base class for all IPA algorithms.
Definition: algorithm.h:22