summaryrefslogtreecommitdiff
path: root/test/mapped-buffer.cpp
diff options
context:
space:
mode:
authorJacopo Mondi <jacopo@jmondi.org>2021-04-20 11:34:35 +0200
committerJacopo Mondi <jacopo@jmondi.org>2021-04-21 09:53:08 +0200
commite58b5fa39f1e4b6d86ebc40cdf17d7dc9030e661 (patch)
treea08a9bcd2205b8afbf15274a34d62ad46a929524 /test/mapped-buffer.cpp
parent1fca6228fece89c9270ff1abb293fdf48f1b577b (diff)
libcamera: class: Drop 'klass' argument from documentation
The LIBCAMERA_D_PTR() and LIBCAMERA_O_PTR() macros do not require an argument, but the version of the macro consumed by Doxygen does. Fix this by removing the klass parameter from both macros in their documentation version. Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
Diffstat (limited to 'test/mapped-buffer.cpp')
0 files changed, 0 insertions, 0 deletions
ss="hl opt">(IPAContext &context, const IPAConfigInfo &configInfo) override; void process(IPAContext &context, IPAFrameContext &frameContext, const ipu3_uapi_stats_3a *stats) override; private: double measureBrightness(const ipu3_uapi_stats_3a *stats, const ipu3_uapi_grid_config &grid) const; utils::Duration filterExposure(utils::Duration currentExposure); void computeExposure(IPAContext &context, IPAFrameContext &frameContext, double yGain, double iqMeanGain); double estimateLuminance(IPAActiveState &activeState, const ipu3_uapi_grid_config &grid, const ipu3_uapi_stats_3a *stats, double gain); uint64_t frameCount_; utils::Duration minShutterSpeed_; utils::Duration maxShutterSpeed_; double minAnalogueGain_; double maxAnalogueGain_; utils::Duration filteredExposure_; uint32_t stride_; }; } /* namespace ipa::ipu3::algorithms */ } /* namespace libcamera */