summaryrefslogtreecommitdiff
path: root/src/android/metadata
ModeNameSize
-rw-r--r--camera_metadata.c43637logplain
-rw-r--r--camera_metadata_tag_info.c107446logplain
n42'>42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 * Copyright (C) 2019, Google Inc.
 *
 * ipa_module_test.cpp - Test loading of the VIMC IPA module and verify its info
 */

#include <iostream>
#include <string.h>

#include "libcamera/internal/ipa_module.h"

#include "test.h"

using namespace std;
using namespace libcamera;

class IPAModuleTest : public Test
{
protected:
	int runTest(const string &path, const struct IPAModuleInfo &testInfo)