Lines Matching +full:pixel +full:- +full:array
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 */
86 /* Flat array, arranged in groups */
106 /* PIXEL ORDER IN MEMORY from LSB to MSB */
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()
133 /* pixel format */
162 /* pixel format */
207 * struct vpfe_fmt - VPFE media bus format information
208 * fourcc: V4L2 pixel format code
210 * bitsperpixel: Bits per pixel over the bus
258 /* Used to store pixel format */