Lines Matching +full:capture +full:- +full:sd +full:- +full:lines
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (C) 2013 - 2014 Texas Instruments, Inc.
12 #include <linux/am437x-vpfe.h>
20 #include <media/v4l2-dev.h>
21 #include <media/v4l2-device.h>
22 #include <media/v4l2-ioctl.h>
23 #include <media/videobuf2-v4l2.h>
24 #include <media/videobuf2-dma-contig.h>
26 #include "am437x-vpfe_regs.h"
36 /* BT656 - 8 bit */
38 /* BT656 - 10 bit */
40 /* YCbCr - 8 bit with external sync */
42 /* YCbCr - 16 bit with external sync */
80 struct v4l2_subdev *sd; member
107 /* only applicable for 8-bit input mode */
122 return 15 - width; in ccdc_gamma_width_max_bit()
128 return sz == VPFE_CCDC_DATA_8BITS ? 7 : 15 - sz; in ccdc_data_size_max_bit()
131 /* Structure for CCDC configuration parameters for raw capture mode */
140 /* Current Format Bytes per Lines
169 /* Current Format Bytes per Lines
207 * struct vpfe_fmt - VPFE media bus format information
230 struct v4l2_subdev **sd; member