summaryrefslogtreecommitdiff
path: root/test/object-invoke.cpp
AgeCommit message (Expand)Author
2020-01-20libcamera: bound_method: Avoid deadlock with ConnectionTypeBlockingLaurent Pinchart
2020-01-07test: object-invoke: Test invoking a non-void methodLaurent Pinchart
2020-01-07test: object-invoke: Test direct invocationLaurent Pinchart
2020-01-03test: 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() testLaurent Pinchart