summaryrefslogtreecommitdiff
path: root/test/v4l2_subdevice/test_formats.cpp
AgeCommit message (Expand)Author
2020-10-20test: Omit extra semicolonsHirokazu Honda
2020-07-08libcamera: Use Size::isNull()Laurent Pinchart
2020-05-16libcamera: Move internal headers to include/libcamera/internal/Laurent Pinchart
2019-10-23libcamera: Standardise on C compatibility headersLaurent Pinchart
2019-04-30libcamera: Use the Size class through libcameraLaurent Pinchart
2019-03-01test: v4l2_subdevice: Add format handling testJacopo Mondi
href='#n40'>40 41 42 43 44 45 46
/* SPDX-License-Identifier: LGPL-2.1-or-later */
/*
 * Copyright (C) 2019, Google Inc.
 *
 * control_ids.cpp : Control ID list
 *
 * This file is auto-generated. Do not edit.
 */

#include <libcamera/control_ids.h>

/**
 * \file control_ids.h
 * \brief Camera control identifiers
 */

namespace libcamera {

/**
 * \brief Namespace for libcamera controls
 */
namespace controls {

${controls_doc}

#ifndef __DOXYGEN__
/*
 * Keep the controls definitions hidden from doxygen as it incorrectly parses
 * them as functions.
 */
${controls_def}
#endif

/**
 * \brief List of all supported libcamera controls
 *
 * Unless otherwise stated, all controls are bi-directional, i.e. they can be
 * set through Request::controls() and returned out through Request::metadata().
 */
extern const ControlIdMap controls {
${controls_map}
};

} /* namespace controls */

} /* namespace libcamera */