index
:
libcamera/vivid.git
pobrn/rebase
vivid
libcamera pipeline handler for VIVID
git repository hosting on libcamera.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
object-invoke.cpp
Age
Commit message (
Expand
)
Author
2020-01-20
libcamera: bound_method: Avoid deadlock with ConnectionTypeBlocking
Laurent Pinchart
2020-01-07
test: object-invoke: Test invoking a non-void method
Laurent Pinchart
2020-01-07
test: object-invoke: Test direct invocation
Laurent Pinchart
2020-01-03
test: object-invoke: Test
/* SPDX-License-Identifier: LGPL-2.1-or-later */
/*
* Copyright (C) 2021, Google inc.
*
* black_correction.h - IPU3 Black Level Correction control
*/
#pragma once
#include
"algorithm.h"
namespace
libcamera
{
namespace
ipa
::
ipu3
::
algorithms
{
class
BlackLevelCorrection
:
public
Algorithm
{
public
:
BlackLevelCorrection
();
void
prepare
(
IPAContext
&
context
,
ipu3_uapi_params
*
params
)
override
;
test: Add Object::invokeMethod() test
Laurent Pinchart