Lines Matching +full:bits +full:- +full:per +full:- +full:pixel
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
17 * is reserved, MEDIA_BUS_FMT_FIXED shall be used by host-client pairs, where
18 * the data format is fixed. Additionally, "2X8" means that one pixel is
19 * transferred in two 8-bit samples, "BE" or "LE" specify in which order those
21 * bits are transferred first, "BE" means that the most significant bits are
22 * transferred first, and "PADHI" and "PADLO" define which bits - low or high,
23 * in the incomplete high byte, are filled with padding bits.
25 * The bus formats are grouped by type, bus_width, bits per component, samples
26 * per pixel and order of subsamples. Numerical values are sorted using generic
32 * new pixel codes.
37 /* RGB - next is 0x1028 */
78 /* YUV (including grey) - next is 0x202f */
126 /* Bayer - next is 0x3021 */
160 /* JPEG compressed formats - next is 0x4002 */
163 /* Vendor specific formats - next is 0x5002 */
168 /* HSV - next is 0x6002 */