Lines Matching +full:2 +full:- +full:pixel +full:- +full:align
1 /* SPDX-License-Identifier: GPL-2.0 */
5 * Copyright 2018-2019 NXP
8 #include <media/v4l2-ctrls.h>
9 #include <media/v4l2-device.h>
10 #include <media/v4l2-fh.h>
15 #define MXC_JPEG_NAME "mxc-jpeg"
29 #define MXC_JPEG_MAX_PLANES 2
42 * struct mxc_jpeg_fmt - driver's internal color format data
47 * @depth: number of bits per pixel
50 * @h_align: horizontal alignment order (align to 2^h_align)
51 * @v_align: vertical alignment order (align to 2^v_align)
54 * @is_rgb: is an RGB pixel format
140 * struct mxc_jpeg_sof_comp - JPEG Start Of Frame component fields
155 * struct mxc_jpeg_sof - JPEG Start Of Frame marker fields
157 * @precision: precision (bits per pixel per color component)
172 * struct mxc_jpeg_sos_comp - JPEG Start Of Scan component fields
182 * struct mxc_jpeg_sos - JPEG Start Of Scan marker fields