Home
last modified time | relevance | path

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

1234567

/freebsd/sys/contrib/device-tree/Bindings/display/
H A Dlvds-dual-ports.yaml16 Dual-link LVDS displays receive odd pixels and even pixels separately from
17 the dual LVDS links. One link receives odd pixels and the other receives
18 even pixels. Some of those displays may also use only one LVDS link to
19 receive all pixels, being odd and even agnostic.
37 dual-lvds-odd-pixels:
39 description: LVDS input link for odd pixels
41 dual-lvds-even-pixels:
43 description: LVDS input link for even pixels
46 - required: [dual-lvds-odd-pixels]
47 - required: [dual-lvds-even-pixels]
[all …]
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 …]
/freebsd/sys/dev/videomode/
H A Dvesagtf.c247 * pixels requested is first processed to ensure that it is divisible in vesagtf_mode_params()
251 * [H PIXELS RND] = ((ROUND([H PIXELS]/[CELL GRAN RND],0))*[CELLGRAN RND]) in vesagtf_mode_params()
256 print_value(1, "[H PIXELS RND]", h_pixels); in vesagtf_mode_params()
447 /* 15. Find number of pixels in left margin: in vesagtf_mode_params()
448 * 16. Find number of pixels in right margin: in vesagtf_mode_params()
450 * [LEFT MARGIN (PIXELS)] = (IF( [MARGINS RQD?]="Y", in vesagtf_mode_params()
451 * (ROUND( ([H PIXELS RND] * [MARGIN%] / 100 / in vesagtf_mode_params()
463 print_value(15, "[LEFT MARGIN (PIXELS)]", left_margin); in vesagtf_mode_params()
464 print_value(16, "[RIGHT MARGIN (PIXELS)]", right_margin); in vesagtf_mode_params()
467 /* 17. Find total number of active pixels in image and left and right in vesagtf_mode_params()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/display/panel/
H A 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).
49 - dual-lvds-odd-pixels
53 - dual-lvds-even-pixels
96 dual-lvds-odd-pixels;
104 dual-lvds-even-pixels;
H A Dsamsung,atna33xc20.yaml7 title: Samsung 13.3" FHD (1920x1080 pixels) eDP AMOLED panel
18 # Samsung 13.3" FHD (1920x1080 pixels) eDP AMOLED panel
22 # Samsung 13" 3K (2880×1920 pixels) eDP AMOLED panel
24 # Samsung 14" WQXGA+ (2880×1800 pixels) eDP AMOLED panel
26 # Samsung 14.5" WQXGA+ (2880x1800 pixels) eDP AMOLED panel
28 # Samsung 14.5" 3K (2944x1840 pixels) eDP AMOLED panel
30 # Samsung 15.6" 3K (2880x1620 pixels) eDP AMOLED panel
H A Dpanel-simple-lvds-dual-ports.yaml17 The first port receives odd pixels, and the second port receives even pixels.
62 - dual-lvds-odd-pixels
66 - dual-lvds-even-pixels
89 dual-lvds-odd-pixels;
98 dual-lvds-even-pixels;
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
H A Dsharp,lq101r1sx01.txt13 pixels and DSI-LINK2 always provides the right/odd pixels. In command mode it
14 is possible to program either link to drive the left/even or right/odd pixels
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DHiiFont.h52 UINTN LineHeight; ///< The height of the line, in pixels.
53 UINTN LineWidth; ///< The width of the text on the line, in pixels.
56 /// The font baseline offset in pixels from the bottom of the row, or 0 if none.
83 UINT16 FontSize; ///< character cell height in pixels
115 based on explicit line breaks and all pixels which would lie
119 row, the LineHeight and BaseLine may describe pixels that are
122 pixels were not drawn. The LineWidth may describe pixels which
125 pixels were not drawn. If EFI_HII_OUT_FLAG_CLIP_CLEAN_X is set,
140 ignored and all 'off' pixels in the character's drawn
163 to the image, which is Width pixels wide and
[all …]
H A DHiiImage.h35 @param Width Image width, in pixels.
37 @param Height Image height, in pixels.
202 all pixels drawn outside the bounding box specified by Width and
204 then all 'off' pixels in the images drawn will use the
221 to the image, which is Width pixels wide and
222 Height pixels high. The image will be drawn onto
260 then all pixels drawn outside the bounding box specified by
262 is set, then all "off" pixels in the character's glyph will
272 all pixels drawn outside the bounding box specified by Width and
276 will be drawn so that all 'off' pixels in the image will
[all …]
H A DUgaDraw.h25 @param HorizontalResolution The size of video screen in pixels in the X dimension.
26 @param VerticalResolution The size of video screen in pixels in the Y dimension.
49 @param HorizontalResolution The size of video screen in pixels in the X dimension.
50 @param VerticalResolution The size of video screen in pixels in the Y dimension.
113 Blt a rectangle of pixels on the graphics screen.
123 @param[in] Width - Width of rectangle in BltBuffer in pixels.
124 @param[in] Height - Hight of rectangle in BltBuffer in pixels.
149 /// copy pixels to and from the graphics controller's frame buffer.
H A DGraphicsOutput.h66 /// The size of video screen in pixels in the X dimension.
70 /// The size of video screen in pixels in the Y dimension.
187 Blt a rectangle of pixels on the graphics screen. Blt stands for BLock Transfer.
197 @param Width The width of a rectangle in the blt rectangle in pixels.
198 @param Height The height of a rectangle in the blt rectangle in pixels.
254 /// Provides a basic abstraction to set video modes and copy pixels to and from
/illumos-gate/usr/src/boot/efi/include/Protocol/
H A DHiiFont.h52 UINTN LineHeight; ///< The height of the line, in pixels.
53 UINTN LineWidth; ///< The width of the text on the line, in pixels.
56 /// The font baseline offset in pixels from the bottom of the row, or 0 if none.
83 UINT16 FontSize; ///< character cell height in pixels
115 based on explicit line breaks and all pixels which would lie
119 row, the LineHeight and BaseLine may describe pixels that are
122 pixels were not drawn. The LineWidth may describe pixels which
125 pixels were not drawn. If EFI_HII_OUT_FLAG_CLIP_CLEAN_X is set,
140 ignored and all 'off' pixels in the character's drawn
163 to the image, which is Width pixels wide and
[all …]
H A DHiiImage.h35 @param Width Image width, in pixels.
37 @param Height Image height, in pixels.
202 all pixels drawn outside the bounding box specified by Width and
204 then all 'off' pixels in the images drawn will use the
221 to the image, which is Width pixels wide and
222 Height pixels high. The image will be drawn onto
260 then all pixels drawn outside the bounding box specified by
262 is set, then all "off" pixels in the character's glyph will
272 all pixels drawn outside the bounding box specified by Width and
276 will be drawn so that all 'off' pixels in the image will
[all …]
H A DUgaDraw.h25 @param HorizontalResolution The size of video screen in pixels in the X dimension.
26 @param VerticalResolution The size of video screen in pixels in the Y dimension.
49 @param HorizontalResolution The size of video screen in pixels in the X dimension.
50 @param VerticalResolution The size of video screen in pixels in the Y dimension.
113 Blt a rectangle of pixels on the graphics screen.
123 @param[in] Width - Width of rectangle in BltBuffer in pixels.
124 @param[in] Height - Hight of rectangle in BltBuffer in pixels.
149 /// copy pixels to and from the graphics controller's frame buffer.
H A DGraphicsOutput.h66 /// The size of video screen in pixels in the X dimension.
70 /// The size of video screen in pixels in the Y dimension.
187 Blt a rectangle of pixels on the graphics screen. Blt stands for BLock Transfer.
197 @param Width The width of a rectangle in the blt rectangle in pixels.
198 @param Height The height of a rectangle in the blt rectangle in pixels.
254 /// Provides a basic abstraction to set video modes and copy pixels to and from
/freebsd/stand/lua/
H A Dgfx.lua.831 The units are in pixels and have an origin of
40 The units are in pixels and have an origin of
49 The units are in pixels and have an origin of
61 The units are in pixels and have an origin of
66 The units are in pixels and have an origin of
/freebsd/sys/contrib/device-tree/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
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A 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)
H A Dcyttsp.txt18 - touchscreen-size-x : horizontal resolution of touchscreen (in pixels)
19 - touchscreen-size-y : vertical resolution of touchscreen (in pixels)
21 (in pixels)
23 (in pixels)
24 - active-distance : the distance in pixels beyond which a touch must move
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)
/freebsd/sys/dev/vt/hw/vga/
H A Dvt_vga.c80 * VGA is designed to handle 8 pixels at a time (8 pixels in one byte of
88 * o store pixels pattern.
177 * Write 8 pixels using the background color to an off-screen in vga_setbg()
183 * Read those 8 pixels back to load the background color in the in vga_setbg()
348 * set of 8 pixels that are about to be changed. There in vga_bitblt_put()
350 * if all pixels are about to be overwritten anyway. in vga_bitblt_put()
413 /* All the pixels we want are in the same byte. */ in vga_compute_shifted_pattern()
420 /* The pixels we want are split into two bytes. */ in vga_compute_shifted_pattern()
490 * Ensure that the pixels used by this bitmap are in vga_copy_bitmap_portion()
544 * To write a group of pixels using 3 or more colors, we select in vga_bitblt_pixels_block_ncolors()
[all …]
/freebsd/sys/contrib/xen/io/
H A Dfbif.h62 int32_t width; /* width in pixels */
63 int32_t height; /* height in pixels */
136 int32_t width; /* the width of the framebuffer (in pixels) */
137 int32_t height; /* the height of the framebuffer (in pixels) */
138 uint32_t line_length; /* the length of a row of pixels (in bytes) */
/illumos-gate/usr/src/man/man4i/
H A Dvisual_io.4i239 are the number of pixels wide and high of the device.
245 is the total size of the device in pixels.
348 are in pixels.
462 pixels wide and
464 pixels high.
510 pixels and
514 pixels.

1234567