Lines Matching +full:flip +full:- +full:horizontal
1 /* SPDX-License-Identifier: GPL-2.0 */
12 #include <media/v4l2-ctrls.h>
13 #include <media/v4l2-device.h>
14 #include <media/v4l2-mem2mem.h>
16 #include <media/videobuf2-dma-contig.h>
21 * Max nb of nodes in node-list:
22 * - 2 nodes to handle wide 4K pictures
23 * - 2 nodes to handle two planes (Y & CbCr) */
28 /* struct bdisp_ctrls - bdisp control set
29 * @hflip: horizontal flip
30 * @vflip: vertical flip
38 * struct bdisp_fmt - driver's internal color format data
40 * @nb_planes: number of planes (ex: [0]=RGB/Y - [1]=Cb/Cr, ...)
56 * struct bdisp_frame - frame properties
66 * @paddr: image physical addresses per plane ([0]=RGB/Y - [1]=Cb/Cr, ...)
81 * struct bdisp_request - bdisp request
85 * @hflip: horizontal flip
86 * @vflip: vertical flip
98 * struct bdisp_ctx - device context data
103 * @hflip: horizontal flip
104 * @vflip: vertical flip
129 * struct bdisp_m2m_device - v4l2 memory-to-memory device data
144 * struct bdisp_dbg - debug info
167 * struct bdisp_dev - abstraction for bdisp entity
176 * @m2m: memory-to-memory V4L2 device information