Files
i2som-imx-linux/include/linux/mxc_v4l2.h
Sandor Yu cf135732ec MLK-11519-1 media: forward mxc video output drivers to 4.1 kernel
Forward imx_3.14.y mxc video output drivers to 4.1 kernel.

The priv field of v4l2_pix_format is used to expand colorspace,
and can not use to pass IPU input crop size.
Add private IOCTL VIDIOC_S_INPUT_CROP and VIDIOC_G_INPUT_CROP
to pass input crop size.

Signed-off-by: Sandor Yu <R01008@freescale.com>
2019-02-12 10:23:12 +08:00

28 lines
596 B
C

/*
* Copyright 2004-2015 Freescale Semiconductor, Inc. All Rights Reserved.
*/
/*
* The code contained herein is licensed under the GNU Lesser General
* Public License. You may obtain a copy of the GNU Lesser General
* Public License Version 2.1 or later at the following locations:
*
* http://www.opensource.org/licenses/lgpl-license.html
* http://www.gnu.org/copyleft/lgpl.html
*/
/*!
* @file linux/mxc_v4l2.h
*
* @brief MXC V4L2 private header file
*
* @ingroup MXC V4L2
*/
#ifndef __LINUX_MXC_V4L2_H__
#define __LINUX_MXC_V4L2_H__
#include <uapi/linux/mxc_v4l2.h>
#endif