Home
last modified time | relevance | path

Searched full:pixels (Results 1 – 25 of 954) sorted by relevance

12345678910>>...39

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/panel/
Dadvantech,idk-2121wr.yaml15 A dual-LVDS interface is a dual-link connection with even pixels traveling
16 on one link, and with odd pixels traveling on the other link.
18 The panel expects odd pixels on the first port, and even pixels on the
20 dual-lvds-odd-pixels or dual-lvds-even-pixels).
44 description: The sink for odd pixels.
49 dual-lvds-odd-pixels: true
53 - dual-lvds-odd-pixels
57 description: The sink for even pixels.
62 dual-lvds-even-pixels: true
66 - dual-lvds-even-pixels
[all …]
/kernel/linux/linux-5.10/include/media/davinci/
Dvpbe_osd.h150 * @OSD_0_VID_8: OSD pixels are fully transparent
151 * @OSD_1_VID_7: OSD pixels contribute 1/8, video pixels contribute 7/8
152 * @OSD_2_VID_6: OSD pixels contribute 2/8, video pixels contribute 6/8
153 * @OSD_3_VID_5: OSD pixels contribute 3/8, video pixels contribute 5/8
154 * @OSD_4_VID_4: OSD pixels contribute 4/8, video pixels contribute 4/8
155 * @OSD_5_VID_3: OSD pixels contribute 5/8, video pixels contribute 3/8
156 * @OSD_6_VID_2: OSD pixels contribute 6/8, video pixels contribute 2/8
157 * @OSD_8_VID_0: OSD pixels are fully opaque
193 * @H_WIDTH_4: horizontal line width is 4 pixels
194 * @H_WIDTH_8: horizontal line width is 8 pixels
[all …]
/kernel/linux/linux-4.19/include/media/davinci/
Dvpbe_osd.h159 * @OSD_0_VID_8: OSD pixels are fully transparent
160 * @OSD_1_VID_7: OSD pixels contribute 1/8, video pixels contribute 7/8
161 * @OSD_2_VID_6: OSD pixels contribute 2/8, video pixels contribute 6/8
162 * @OSD_3_VID_5: OSD pixels contribute 3/8, video pixels contribute 5/8
163 * @OSD_4_VID_4: OSD pixels contribute 4/8, video pixels contribute 4/8
164 * @OSD_5_VID_3: OSD pixels contribute 5/8, video pixels contribute 3/8
165 * @OSD_6_VID_2: OSD pixels contribute 6/8, video pixels contribute 2/8
166 * @OSD_8_VID_0: OSD pixels are fully opaque
202 * @H_WIDTH_4: horizontal line width is 4 pixels
203 * @H_WIDTH_8: horizontal line width is 8 pixels
[all …]
/kernel/linux/linux-4.19/drivers/video/fbdev/
Dc2p_iplan2.c21 * Perform a full C2P step on 16 8-bit pixels, stored in 4 32-bit words
23 * - 16 8-bit chunky pixels on input
76 * @dx: Horizontal destination offset (in pixels)
77 * @dy: Vertical destination offset (in pixels)
78 * @width: Image width (in pixels)
79 * @height: Image height (in pixels)
89 u8 pixels[16]; in c2p_iplan2() member
109 memset(d.pixels, 0, sizeof(d)); in c2p_iplan2()
110 memcpy(d.pixels+dst_idx, c, width); in c2p_iplan2()
121 memset(d.pixels, 0, dst_idx); in c2p_iplan2()
[all …]
Dc2p_planar.c21 * Perform a full C2P step on 32 8-bit pixels, stored in 8 32-bit words
23 * - 32 8-bit chunky pixels on input
76 * @dx: Horizontal destination offset (in pixels)
77 * @dy: Vertical destination offset (in pixels)
78 * @width: Image width (in pixels)
79 * @height: Image height (in pixels)
91 u8 pixels[32]; in c2p_planar() member
109 memset(d.pixels, 0, sizeof(d)); in c2p_planar()
110 memcpy(d.pixels+dst_idx, c, width); in c2p_planar()
122 memset(d.pixels, 0, dst_idx); in c2p_planar()
[all …]
Dsticore.h91 s16 onscreen_x; /* screen width in pixels */
92 s16 onscreen_y; /* screen height in pixels */
93 s16 offscreen_x; /* offset width in pixels */
94 s16 offscreen_y; /* offset height in pixels */
95 s16 total_x; /* frame buffer width in pixels */
96 s16 total_y; /* frame buffer height in pixels */
170 s16 onscreen_x; /* screen width in pixels */
171 s16 onscreen_y; /* screen height in pixels */
172 s16 offscreen_x; /* offscreen width in pixels */
173 s16 offscreen_y; /* offscreen height in pixels */
[all …]
/kernel/linux/linux-5.10/drivers/video/fbdev/
Dc2p_planar.c21 * Perform a full C2P step on 32 8-bit pixels, stored in 8 32-bit words
23 * - 32 8-bit chunky pixels on input
76 * @dx: Horizontal destination offset (in pixels)
77 * @dy: Vertical destination offset (in pixels)
78 * @width: Image width (in pixels)
79 * @height: Image height (in pixels)
91 u8 pixels[32]; in c2p_planar() member
109 memset(d.pixels, 0, sizeof(d)); in c2p_planar()
110 memcpy(d.pixels+dst_idx, c, width); in c2p_planar()
122 memset(d.pixels, 0, dst_idx); in c2p_planar()
[all …]
Dc2p_iplan2.c21 * Perform a full C2P step on 16 8-bit pixels, stored in 4 32-bit words
23 * - 16 8-bit chunky pixels on input
76 * @dx: Horizontal destination offset (in pixels)
77 * @dy: Vertical destination offset (in pixels)
78 * @width: Image width (in pixels)
79 * @height: Image height (in pixels)
89 u8 pixels[16]; in c2p_iplan2() member
109 memset(d.pixels, 0, sizeof(d)); in c2p_iplan2()
110 memcpy(d.pixels+dst_idx, c, width); in c2p_iplan2()
121 memset(d.pixels, 0, dst_idx); in c2p_iplan2()
[all …]
Dsticore.h85 s16 onscreen_x; /* screen width in pixels */
86 s16 onscreen_y; /* screen height in pixels */
87 s16 offscreen_x; /* offset width in pixels */
88 s16 offscreen_y; /* offset height in pixels */
89 s16 total_x; /* frame buffer width in pixels */
90 s16 total_y; /* frame buffer height in pixels */
164 s16 onscreen_x; /* screen width in pixels */
165 s16 onscreen_y; /* screen height in pixels */
166 s16 offscreen_x; /* offscreen width in pixels */
167 s16 offscreen_y; /* offscreen height in pixels */
[all …]
/kernel/linux/linux-4.19/drivers/gpu/drm/tinydrm/
Drepaper.c190 /* pixels on display are numbered from 1 so even is actually bits 1,3,5,... */
199 u8 pixels = data[b] & 0xaa; in repaper_even_pixels() local
204 pixel_mask = (mask[b] ^ pixels) & 0xaa; in repaper_even_pixels()
210 pixels = 0xaa | ((pixels ^ 0xaa) >> 1); in repaper_even_pixels()
213 pixels = 0x55 + ((pixels ^ 0xaa) >> 1); in repaper_even_pixels()
216 pixels = 0x55 | (pixels ^ 0xaa); in repaper_even_pixels()
219 pixels = 0xaa | (pixels >> 1); in repaper_even_pixels()
223 pixels = (pixels & pixel_mask) | (~pixel_mask & 0x55); in repaper_even_pixels()
224 p1 = (pixels >> 6) & 0x03; in repaper_even_pixels()
225 p2 = (pixels >> 4) & 0x03; in repaper_even_pixels()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/tiny/
Drepaper.c198 /* pixels on display are numbered from 1 so even is actually bits 1,3,5,... */
207 u8 pixels = data[b] & 0xaa; in repaper_even_pixels() local
212 pixel_mask = (mask[b] ^ pixels) & 0xaa; in repaper_even_pixels()
218 pixels = 0xaa | ((pixels ^ 0xaa) >> 1); in repaper_even_pixels()
221 pixels = 0x55 + ((pixels ^ 0xaa) >> 1); in repaper_even_pixels()
224 pixels = 0x55 | (pixels ^ 0xaa); in repaper_even_pixels()
227 pixels = 0xaa | (pixels >> 1); in repaper_even_pixels()
231 pixels = (pixels & pixel_mask) | (~pixel_mask & 0x55); in repaper_even_pixels()
232 p1 = (pixels >> 6) & 0x03; in repaper_even_pixels()
233 p2 = (pixels >> 4) & 0x03; in repaper_even_pixels()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_of.c295 of_property_read_bool(port_node, "dual-lvds-even-pixels"); in drm_of_lvds_get_port_pixels_type()
297 of_property_read_bool(port_node, "dual-lvds-odd-pixels"); in drm_of_lvds_get_port_pixels_type()
348 * An LVDS dual-link connection is made of two links, with even pixels
349 * transitting on one link, and odd pixels on the other link. This function
351 * the even and odd pixels, based on the requirements of the connected sink.
353 * The pixel order is determined from the dual-lvds-even-pixels and
354 * dual-lvds-odd-pixels properties in the sink's DT port nodes. If those
362 * pixels.
365 * * DRM_LVDS_DUAL_LINK_EVEN_ODD_PIXELS - @port1 carries even pixels and @port2
366 * carries odd pixels
[all …]
/kernel/linux/linux-4.19/drivers/gpu/drm/i915/gvt/
Dfb_decoder.h110 u32 x_offset; /* in pixels */
112 u32 width; /* in pixels */
125 u32 x_pos; /* in pixels */
127 u32 x_offset; /* in pixels */
129 u32 width; /* in pixels */
141 u32 x_pos; /* in pixels */
145 u32 width; /* in pixels */
147 u32 x_hot; /* in pixels */
148 u32 y_hot; /* in pixels */
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
Dfb_decoder.h112 u32 x_offset; /* in pixels */
114 u32 width; /* in pixels */
127 u32 x_pos; /* in pixels */
129 u32 x_offset; /* in pixels */
131 u32 width; /* in pixels */
143 u32 x_pos; /* in pixels */
147 u32 width; /* in pixels */
149 u32 x_hot; /* in pixels */
150 u32 y_hot; /* in pixels */
/kernel/linux/linux-4.19/Documentation/media/uapi/v4l/
Dvidioc-cropcap.rst44 support cropping and/or scaling and/or have non-square pixels, and for
67 and height are defined in pixels, the driver writer is free to
81 to get square pixels.
83 When cropping coordinates refer to square pixels, the driver sets
111 pixels.
115 pixels.
118 - Width of the rectangle, in pixels.
121 - Height of the rectangle, in pixels.
Dselection-api-configuration.rst34 in pixels.
51 coordinates are expressed in pixels. The rectangle's top/left corner
70 ``V4L2_SEL_TGT_COMPOSE_PADDED``. It contains all pixels defined using
72 during insertion process. All pixels outside this rectangle *must not*
73 be changed by the hardware. The content of pixels that lie inside the
75 use the padded and active rectangles to detect where the rubbish pixels
91 All coordinates are expressed in pixels. The top/left corner is always
109 target. The rectangle's coordinates are expressed in pixels. The
126 ``V4L2_SEL_TGT_COMPOSE_PADDED`` identifier. It must contain all pixels
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dvidioc-cropcap.rst43 support cropping and/or scaling and/or have non-square pixels, and for
66 and height are defined in pixels, the driver writer is free to
80 to get square pixels.
82 When cropping coordinates refer to square pixels, the driver sets
109 pixels.
113 pixels.
116 - Width of the rectangle, in pixels.
119 - Height of the rectangle, in pixels.
Dselection-api-configuration.rst34 in pixels.
51 coordinates are expressed in pixels. The rectangle's top/left corner
70 ``V4L2_SEL_TGT_COMPOSE_PADDED``. It contains all pixels defined using
72 during insertion process. All pixels outside this rectangle *must not*
73 be changed by the hardware. The content of pixels that lie inside the
75 use the padded and active rectangles to detect where the rubbish pixels
91 All coordinates are expressed in pixels. The top/left corner is always
109 target. The rectangle's coordinates are expressed in pixels. The
126 ``V4L2_SEL_TGT_COMPOSE_PADDED`` identifier. It must contain all pixels
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/s3a/s3a_1.0/
Dia_css_s3a_types.h93 (1BQ means {Gr,R,B,Gb}(2x2 pixels).)
111 * awb_lg_*: Thresholds to check the saturated bayer pixels for AWB.
170 s32 awb_cnt; /** Number of effective pixels
172 Pixels passed by the AWB level gate check are
175 All Gr pixels (not only for effective pixels)
178 All R pixels (not only for effective pixels)
181 All B pixels (not only for effective pixels)
184 All Gb pixels (not only for effective pixels)
/kernel/linux/linux-4.19/Documentation/fb/
Dapi.txt45 Pixels are stored in memory in hardware-dependent formats. Applications need
92 Pixels are black or white and stored on a number of bits (typically one)
95 Black pixels are represented by all bits set to 1 and white pixels by all bits
96 set to 0. When the number of bits per pixel is smaller than 8, several pixels
103 Pixels are black or white and stored on a number of bits (typically one)
106 Black pixels are represented by all bits set to 0 and white pixels by all bits
107 set to 1. When the number of bits per pixel is smaller than 8, several pixels
114 Pixels are broken into red, green and blue components, and each component
132 Pixels are broken into red, green and blue components, and each component
140 Pixels are encoded and interpreted as described by the format FOURCC
[all …]
/kernel/linux/linux-5.10/Documentation/fb/
Dapi.rst46 Pixels are stored in memory in hardware-dependent formats. Applications need
93 Pixels are black or white and stored on a number of bits (typically one)
96 Black pixels are represented by all bits set to 1 and white pixels by all bits
97 set to 0. When the number of bits per pixel is smaller than 8, several pixels
104 Pixels are black or white and stored on a number of bits (typically one)
107 Black pixels are represented by all bits set to 0 and white pixels by all bits
108 set to 1. When the number of bits per pixel is smaller than 8, several pixels
115 Pixels are broken into red, green and blue components, and each component
133 Pixels are broken into red, green and blue components, and each component
141 Pixels are encoded and interpreted as described by the format FOURCC
[all …]
/kernel/linux/linux-5.10/drivers/staging/media/rkisp1/uapi/
Drkisp1-config.h179 * @h_offs: the horizontal offset of the window from the left of the frame in pixels.
180 * @v_offs: the vertical offset of the window from the top of the frame in pixels.
181 * @h_size: the horizontal size of the window in pixels
182 * @v_size: the vertical size of the window in pixels.
218 * @bls_samples: Set amount of measured pixels for each Bayer position
397 * @awb_wnd: white balance measurement window (in pixels)
398 * @max_y: only pixels values < max_y contribute to awb measurement, set to 0
400 * @min_y: only pixels values > min_y contribute to awb measurement
401 * @max_csum: Chrominance sum maximum value, only consider pixels with Cb+Cr,
403 * @min_c: Chrominance minimum value, only consider pixels with Cb/Cr
[all …]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/ob/ob2/
Dia_css_ob2_types.h31 ia_css_u0_16 level_gr; /** Black level for GR pixels.
34 ia_css_u0_16 level_r; /** Black level for R pixels.
37 ia_css_u0_16 level_b; /** Black level for B pixels.
40 ia_css_u0_16 level_gb; /** Black level for GB pixels.
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/input/touchscreen/
Dtouchscreen.txt5 (in pixels)
7 (in pixels)
14 device (in pixels)
16 device (in pixels)
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/touchscreen/
Dchipone_icn8318.txt8 - touchscreen-size-x : horizontal resolution of touchscreen (in pixels)
9 - touchscreen-size-y : vertical resolution of touchscreen (in pixels)
16 device (in pixels)
18 device (in pixels)

12345678910>>...39