summaryrefslogtreecommitdiff
path: root/src/android/camera3_hal.cpp
diff options
context:
space:
mode:
authorNiklas Söderlund <niklas.soderlund@ragnatech.se>2020-01-12 01:10:51 +0100
committerNiklas Söderlund <niklas.soderlund@ragnatech.se>2020-01-12 16:10:37 +0100
commit856a4a25278ce5e4b64497deaa3b20c4df16fdee (patch)
treea60c0e8d418e306db82db15668f3ea8033a11a72 /src/android/camera3_hal.cpp
parent96eaad1238131721207c6a9bde077f7f1aa/* SPDX-License-Identifier: LGPL-2.1-or-later */ /* * Copyright (C) 2022, Ideas On Board * * module.cpp - IPA Module */ #include "module.h" /** * \file module.h * \brief IPA Module common interface */ namespace libcamera { LOG_DEFINE_CATEGORY(IPAModuleAlgo) /** * \brief The IPA namespace * * The IPA namespace groups all types specific to IPA modules. It serves as the
0 files changed, 0 insertions, 0 deletions
ules * \tparam Context The type of the shared IPA context * \tparam FrameContext The type of the frame context * \tparam Config The type of the IPA configuration data