summaryrefslogtreecommitdiff
path: root/src/qcam/assets/feathericons/layout.svg
diff options
context:
space:
mode:
Diffstat (limited to 'src/qcam/assets/feathericons/layout.svg')
0 files changed, 0 insertions, 0 deletions
61
/* SPDX-License-Identifier: LGPL-2.1-or-later */
/*
 * Copyright (C) 2019, Google Inc.
 *
 * ipa_module.h - Image Processing Algorithm module
 */
#ifndef __LIBCAMERA_IPA_MODULE_H__
#define __LIBCAMERA_IPA_MODULE_H__

#include <stdint.h>
#include <string>
#include <vector>

#include <ipa/ipa_interface.h>
#include <ipa/ipa_module_info.h>

#include "log.h"
#include "pipeline_handler.h"

namespace libcamera {