Home
last modified time | relevance | path

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

12345678910>>...13

/linux/Documentation/devicetree/bindings/display/
H A Dsimple-framebuffer.yaml84 description: Width of the framebuffer in pixels
88 description: Height of the framebuffer in pixels
97 * `a1r5g5b5` - 16-bit pixels, d[15]=a, d[14:10]=r, d[9:5]=g, d[4:0]=b
98 * `a2r10g10b10` - 32-bit pixels, d[31:30]=a, d[29:20]=r, d[19:10]=g, d[9:0]=b
99 * `a8b8g8r8` - 32-bit pixels, d[31:24]=a, d[23:16]=b, d[15:8]=g, d[7:0]=r
100 * `a8r8g8b8` - 32-bit pixels, d[31:24]=a, d[23:16]=r, d[15:8]=g, d[7:0]=b
101 * `r5g6b5` - 16-bit pixels, d[15:11]=r, d[10:5]=g, d[4:0]=b
102 * `r5g5b5a1` - 16-bit pixels, d[15:11]=r, d[10:6]=g, d[5:1]=b d[1:0]=a
103 * `r8g8b8` - 24-bit pixels, d[23:16]=r, d[15:8]=g, d[7:0]=b
104 * `x1r5g5b5` - 16-bit pixels, d[14:10]=r, d[9:5]=g, d[4:0]=b
[all …]
/linux/include/uapi/linux/media/raspberrypi/
H A Dpisp_be_config.h126 * @coeff_range: Coefficient for the range of pixels for this Bayer channel
172 * @black_level: Black level value subtracted from pixels
243 * @exposure_ratio: Multiplier to convert long exposure pixels into
244 * short exposure pixels
246 * pixels are used
443 * @distance: Distance of neighbouring pixels, either 1 or 2
553 * @y_factor: Control amount of desaturation of pixels being darkened
582 * @offset_x: Number of pixels cropped from the left of the tile
583 * @offset_y: Number of pixels cropped from the top of the tile
613 * @scaled_width: Width in pixels o
[all...]
/linux/drivers/gpu/drm/imagination/
H A Dpvr_rogue_cr_defs_client.h64 * X1 MacroTile boundary, left tile X for second column of macrotiles (16MT mode) - 32 pixels across
70 * X2 MacroTile boundary, left tile X for third(16MT) column of macrotiles - 32 pixels across tile
75 * X3 MacroTile boundary, left tile X for fourth column of macrotiles (16MT) - 32 pixels across tile
85 * X1 MacroTile boundary, ltop tile Y for second column of macrotiles (16MT mode) - 32 pixels tile
91 * X2 MacroTile boundary, top tile Y for third(16MT) column of macrotiles - 32 pixels tile height
96 * X3 MacroTile boundary, top tile Y for fourth column of macrotiles (16MT) - 32 pixels tile height
122 * must be configured in terms of the number of pixels in X & Y axis since this may not be the same
129 * Screen height in pixels. (16K x 16K max screen size)
134 * Screen width in pixels.(16K x 16K max screen size)
/linux/Documentation/userspace-api/media/v4l/
H A 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.
H A 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
H A Dv4l2-selection-targets.rst40 This includes only active pixels and excludes other non-active
41 pixels such as black pixels.
74 - The active area and all padding pixels that are inserted or
H A Dvidioc-g-fbuf.rst115 - Width of the frame buffer in pixels.
119 - Height of the frame buffer in pixels.
155 - Distance in bytes between the leftmost pixels in two adjacent
214 image pixels replace pixels in the VGA or video signal only where
241 - The device supports Source Chroma-keying. Video pixels with the
242 chroma-key colors are replaced by framebuffer pixels, which is
290 framebuffer pixels with video images. The blend function is:
305 framebuffer to clip or blend framebuffer pixels with video images,
H A Dpixfmt-y12i.rst16 pixels from 2 sources interleaved and bit-packed. Each pixel is stored
18 these pixels can be deinterlaced using
27 pixels cross the byte boundary and have a ratio of 3 bytes for each
H A Ddev-overlay.rst93 1. Chroma-keying displays the overlaid image only where pixels in the
266 corner of the frame buffer. Only window pixels *outside* all
282 pixels.
285 Vertical offset of the top, left corner of the rectangle, in pixels.
289 Width of the rectangle, in pixels.
292 Height of the rectangle, in pixels.
318 undesirable if the driver clips out less pixels than expected,
320 regions need to be refreshed. The driver should clip out more pixels
H A Dpixfmt-srggb8-pisp-comp.rst28 of band. Each scanline is padded to a multiple of 8 pixels wide, and each block
29 of 8 horizontally-contiguous pixels is coded using 8 bytes.
38 Each block of 8 pixels is separated into even and odd phases of 4 pixels,
45 FSD/1024 and FSD/512 respectively. Each of the four pixels is quantized
68 Each pair of quantized pixels (q0,q1) or (q2,q3) is jointly coded
/linux/drivers/video/fbdev/core/
H A Dfb_fillrect.h36 unsigned long pixels; member
44 return pattern->pixels; in fb_pattern_get()
50 return swab_long(pattern->pixels); in fb_pattern_get_reverse()
62 pattern->pixels = fb_left(pattern->pixels, pattern->left) in fb_pattern_rotate()
63 | fb_right(pattern->pixels, pattern->right); in fb_pattern_rotate()
210 pattern->pixels = swab_long(pattern->pixels); in fb_fillrect_static()
238 unsigned long pat = pattern->pixels; in fb_fillrect_rotating()
244 pattern->pixels = fb_rotate(pat, dst->bits, bpp); in fb_fillrect_rotating()
250 pattern->pixels = fb_rotate(pat, dst->bits, bpp); in fb_fillrect_rotating()
266 pattern.pixels = pixel_to_pat(bpp, palette ? palette[rect->color] : rect->color); in fb_fillrect()
/linux/drivers/gpu/drm/kmb/
H A Dkmb_drv.h14 #define KMB_MAX_WIDTH 1920 /*Max width in pixels */
15 #define KMB_MAX_HEIGHT 1080 /*Max height in pixels */
16 #define KMB_MIN_WIDTH 1920 /*Max width in pixels */
17 #define KMB_MIN_HEIGHT 1080 /*Max height in pixels */
24 #define KMB_CRTC_MAX_WIDTH 1920 /* max width in pixels */
25 #define KMB_CRTC_MAX_HEIGHT 1080 /* max height in pixels */
/linux/include/video/
H A Dsticore.h86 s16 onscreen_x; /* screen width in pixels */
87 s16 onscreen_y; /* screen height in pixels */
88 s16 offscreen_x; /* offset width in pixels */
89 s16 offscreen_y; /* offset height in pixels */
90 s16 total_x; /* frame buffer width in pixels */
91 s16 total_y; /* frame buffer height in pixels */
165 s16 onscreen_x; /* screen width in pixels */
166 s16 onscreen_y; /* screen height in pixels */
167 s16 offscreen_x; /* offscreen width in pixels */
168 s16 offscreen_y; /* offscreen height in pixels */
[all …]
/linux/Documentation/fb/
H A 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 …]
H A Dudlfb.rst14 the minimal set of pixels that have changed; and compresses and sends those
15 pixels line-by-line via USB bulk transfers.
81 udlfb to efficiently process the changed pixels.
126 the USB bus in device memory. If any pixels are unchanged,
156 USB to communicate the resulting changed pixels to the
160 above pixels (in thousands of cycles).
/linux/drivers/gpu/drm/vkms/
H A Dvkms_composer.c27 * @stage_buffer: The line with the pixels from src_plane
30 * @pixel_count: The number of pixels to blend
32 * The pixels [@x_start;@x_start+@pixel_count) in stage_buffer are blended at
43 struct pixel_argb_u16 *out = &output_buffer->pixels[x_start]; in pre_mul_alpha_blend()
44 const struct pixel_argb_u16 *in = &stage_buffer->pixels[x_start]; in pre_mul_alpha_blend()
59 output_buffer->pixels[i] = *background_color; in fill_background()
127 struct pixel_argb_u16 *pixel = &output_buffer->pixels[x]; in apply_lut()
191 * @pixel_count: number of pixels to blend
349 pixel_count, &stage_buffer->pixels[dst_x_start]); in blend_line()
356 * blend - blend the pixels from all planes and compute crc
[all …]
/linux/Documentation/devicetree/bindings/display/panel/
H A Dpanel-edp-legacy.yaml57 # LG LP079QX1-SP0V 7.9" (1536x2048 pixels) TFT LCD panel
59 # LG 9.7" (2048x1536 pixels) TFT LCD panel
61 # LG 12.0" (1920x1280 pixels) TFT LCD panel
63 # LG 12.9" (2560x1700 pixels) TFT LCD panel
67 # Samsung 12.2" (2560x1600 pixels) TFT LCD panel
73 # Sharp 12.3" (2400x1600 pixels) TFT LCD panel
H A Dpanel-timing.yaml66 description: Horizontal panel resolution in pixels
70 description: Vertical panel resolution in pixels
78 description: typical number of pixels
82 description: min, typ, max number of pixels
90 description: typical number of pixels
94 description: min, typ, max number of pixels
102 description: typical number of pixels
106 description: min, typ, max number of pixels
/linux/Documentation/devicetree/bindings/display/bridge/
H A Dthine,thc63lvd1024.yaml32 When operating in single input mode, all pixels are received on port@0,
34 even-numbered pixels are received on port@0 and odd-numbered pixels on
37 When operating in single output mode all pixels are output from the first
39 mode pixels are output from both CMOS/TTL ports and both port@2 and
/linux/include/uapi/linux/
H A Domap3isp.h348 * @fmtlnh: Number of pixels in horizontal direction to use for the data
352 * @initial_x: X position, in pixels, of the first active pixel in reference
354 * @initial_y: Y position, in pixels, of the first active pixel in reference
389 * struct omap3isp_ccdc_fpc - Faulty Pixels Correction
390 * @fpnum: Number of faulty pixels to be corrected in the frame.
400 * @b_mg: B/Mg pixels. 2's complement. -128 to +127.
401 * @gb_g: Gb/G pixels. 2's complement. -128 to +127.
402 * @gr_cy: Gr/Cy pixels. 2's complement. -128 to +127.
403 * @r_ye: R/Ye pixels. 2's complement. -128 to +127.
430 * @blcomp: Black level compensation value for RGrGbB Pixels. 2's complement.
[all …]
/linux/include/xen/interface/io/
H A Dfbif.h43 int32_t width; /* width in pixels */
44 int32_t height; /* height in pixels */
95 int32_t width; /* width of the framebuffer (in pixels) */
96 int32_t height; /* height of the framebuffer (in pixels) */
97 uint32_t line_length; /* length of a row of pixels (in bytes) */
/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_util.h161 * @num_ext_pxls_lr: Number of total horizontal pixels
163 * @left_ftch: Number of extra pixels to overfetch from left
164 * @right_ftch: Number of extra pixels to overfetch from right
167 * @left_rpt: Number of extra pixels to repeat from left
168 * @right_rpt: Number of extra pixels to repeat from right
174 * Number of pixels ext in left, right, top and bottom direction
181 * Number of pixels needs to be overfetched in left, right, top
189 * Number of pixels needs to be repeated in left, right, top and
/linux/drivers/video/fbdev/riva/
H A Driva_hw.h206 U032 Pixels; member
358 U032 point0; /* y_x S16_S16 in pixels 0- 3*/
359 U032 point1; /* y_x S16_S16 in pixels 4- 7*/
362 U032 point0X; /* in pixels, 0 at left 0- 3*/
363 U032 point0Y; /* in pixels, 0 at top 4- 7*/
364 U032 point1X; /* in pixels, 0 at left 8- b*/
365 U032 point1Y; /* in pixels, 0 at top c- f*/
367 U032 PolyLin[32]; /* y_x S16_S16 in pixels 0500-057f*/
369 U032 x; /* in pixels, 0 at left 0- 3*/
370 U032 y; /* in pixels, 0 at top 4- 7*/
[all …]
/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dbrcm,iproc-touchscreen.txt53 - touchscreen-size-x: horizontal resolution of touchscreen (in pixels)
54 - touchscreen-size-y: vertical resolution of touchscreen (in pixels)
56 device (in pixels)
58 device (in pixels)
/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-lite.h52 * @max_width: maximum camera interface input width in pixels
53 * @max_height: maximum camera interface input height in pixels
54 * @out_width_align: minimum output width alignment in pixels
56 * offset alignment in pixels
58 * offset alignment in pixels

12345678910>>...13