d---------/* SPDX-License-Identifier: LGPL-2.1-or-later */
/*
* Copyright (C) 2019, Google Inc.
*
* ipa_vimc.cpp - Vimc Image Processing Algorithm module
*/
#include <libcamera/ipa/ipa_vimc.h>
#include <fcntl.h>
#include <string.h>
#include <sys/stat.h>
#include <unistd.h>
#include <iostream>
#include <libcamera/ipa/ipa_interface.h>
#include <libcamera/ipa/ipa_module_info.h>
#include <libipa/ipa_interface_wrapper.h>
#include "libcamera/internal/file.h"
#include "libcamera/internal/log.h"
namespace libcamera {
LOG_DEFINE_CATEGORY(IPAVimc)
class IPAVimc : public IPAInterface
{
public:
IPAVimc();.git/log/subprojects?h=v0.0.2&id=a725baf4b33320a71f03474627c9bf19cdafc4ed'>logplain |