summaryrefslogtreecommitdiff
path: root/include/linux/intel-ipu3.h
AgeCommit message (Expand)Author
2022-08-03include: linux: Update kernel headers to version v5.19Laurent Pinchart
2022-01-08include: linux: Update kernel headers to version v5.16-rc7David Plowman
2021-10-06ipa: ipu3: Replace ipa::ipu3::algorithms::Ipu3AwbCellJean-Michel Hautbois
2021-03-03include: linux: Update Linux headers to v5.12-rc1Laurent Pinchart
2021-02-05include: linux: Add ipu3 kernel header and format definitionsNiklas Söderlund
SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 2019, Google Inc. * * main.h - Cam application */ #pragma once enum { OptCamera = 'c', OptCapture = 'C', OptDisplay = 'D', OptFile = 'F', OptHelp = 'h', OptInfo = 'I', OptList = 'l', OptListProperties = 'p', OptMonitor = 'm', OptSDL = 'S', OptStream = 's', OptListControls = 256, OptStrictFormats = 257, OptMetadata = 258, OptCaptureScript = 259, };