// SPDX-License-Identifier: GPL-2.0 /* Copyright (C) 2020 Jernej Skrabec <[email protected]> */ #include "sun8i-formats.h" #include "sun8i-rotate.h" /* * Formats not included in array: * ROTATE_FORMAT_BGR565 * ROTATE_FORMAT_VYUV */ static const struct rotate_format rotate_formats[] = …; const struct rotate_format *rotate_find_format(u32 pixelformat) { … } int rotate_enum_fmt(struct v4l2_fmtdesc *f, bool dst) { … }